Another Combined Send/Recv
•Another very useful combined send/recv routine is the send_recv_replace :
•MPI_SENDRECV_REPLACE (buf, count, type, dest, sendtag, source, recvtag, comm, status, ierr)
•This
routine uses a common buffer for
the send
and receive operation which is of the blocking type.