Changes between Version 5 and Version 6 of mpich/MPI_Send
- Timestamp:
- Apr 2, 2008, 3:06:34 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mpich/MPI_Send
v5 v6 28 28 = Notes = 29 29 This routine may block until the message is received. 30 31 = Example = 32 [wiki:mpich/point_to_point/demo1]