PRACTICAL: QM/MM Simulations Using CP2K 2

Overview

Teaching: 10 min
Exercises: 20 min
Questions
  • How can using MPI+OpenMP benefit the performance of an application?

  • Why is profiling code useful?

  • What are communication overheads and how these might change on different numbers of processes or threads?

Objectives
  • Run CP2K on multiple nodes with MPI+OpenMP

  • Understand the profiling report and what this can tell us about an application

Instructions

You can find the instructions for this practical session here.

Results

You can find some results and discussion for this practical here.

Key Points

  • It can be benefical to the performance to use MPI+OpenMP