Two types of communication operations applicable to send and receive
-
Blocking -- sender and receiver wait until communication is complete
-
Non-blocking -- send and receive handled concurrently with computation -- MPI send and receive routines return immediately before message processed so processor can do other things
|