MPI program stucture
We'll cover the following...
MPI uses objects called communicators and groups to define which collection of processes may communicate with each other. Most MPI routines require you to specify a communicator as an argument.
MPI program schema
It is very important to learn the MPI program structure before we proceed to ...