MPI Basic Send/Receive
Thus the basic (blocking) send is:
MPI_Send(start, count, datatype, dest, tag, comm)
and the receive is:
MPI_Recv(start, count, datatype, source, tag, comm, status)
- The source, tag, and count of the message actually received can be retrieved from status