Part 2
Part 2 is an introduction to intermediate programming with MPI. Point-to-point communications are covered.
Please download the slides
If you have not already downloaded the appropriate MPI Guide:
C/C++
Fortran
Python
Also download the labs and sample code for your language (C++ use C):
MPI Lab2
heatedplate.c
heatedplate.cxx
heatedplate.f90
heatedplate.py
Some solutions
Token ring
Heated plate in C++
Heated plate in Python