Changes between Version 2 and Version 3 of mpich/MPI_Recv
- Timestamp:
- Apr 2, 2008, 3:15:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mpich/MPI_Recv
v2 v3 2 2 Basic receive 3 3 = Synopsis = 4 4 {{{ 5 5 #include "mpi.h" 6 6 int MPI_Recv( void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status ) 7 7 }}} 8 8 = Output Parameters = 9 9 {{{