HomeMPI Programming MPI 1.1 Index Using MPI on the AC <- Prev -- Index -- Next ->

Non-Blocking Operations (cont'd)

  • All non-blocking operations should have matching wait operations. Some systems cannot free resources until wait has been called.
  • A non-blocking operation immediately followed by a matching wait is equivalent to a blocking operation.
  • Non-blocking operations are not the same as sequential subroutine calls as the operation continues after the call has returned.

APAC NATIONAL FACILITY<- Prev -- Index -- Next ->