In buffered mode a user-supplied buffer may be used to buffer messages
so that the sending process can always return from the send before
the message just been received.
To supply the system with the user buffer:
mpi_buffer_attach (buffer, size, ierr)
To get user buffer back from system:
mpi_buffer_detach (buffer, size, ierr)
This will block until all communication using buffer has completed.