Synchronous Routines
The synchronous blocking send sends a
message and block until the application
buffer in the sending task is free for reuse
and the destination process has started to
receive the message.
MPI_SSEND(buf, count, type, dest, tag,
comm, ierr)