Next: Overview of collective communication
Up: The MPI standard
Previous: Libraries and communicators
Point-to-point Communication
-
MPI provides for point-to-point communication between pairs of processes.
-
Message selectivity is by rank and message tag.
-
Rank and tag are interpreted relative to the scope of the communication.
-
The scope is specified by the communicator.
-
Rank and tag may be wildcarded.
-
The components of a communicator may not be wildcarded.
David W Walker
Mon Jan 20 11:10:22 GMT 1997