Parallel programming with OpenMP and MPI

by Marco Berghoff (KIT) and Thorsten Zirwes (KIT) available at https://indico.scc.kit.edu/event/427/contributions/4256/.

Description

OpenMP (Open Multi-Processing) is a programming interface for shared memory parallelization on multiprocessor computers. The Message Passing Interface (MPI) is a comunication standard describing the exchange of messages for distributed memory parallelization on parallel computers. Both programming concepts will be introduced with simple examples. In this course, you will learn to write simple parallel programs using both interfaces.

Since this course is conducted on Linux systems, you should be able to use the command line and have some basic programming skills in C/C++.

Keywords parallel programming openmp mpi c/c++