Changes between Version 6 and Version 7 of mpich/MPI_Send
- Timestamp:
 - Apr 2, 2008, 3:15:26 PM (18 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
        
mpich/MPI_Send
v6 v7 12 12 Performs a basic send 13 13 = Synopsis = 14 15 #include "mpi.h"16 int MPI_Send( void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm )17 14 {{{ 15 #include "mpi.h" 16 int MPI_Send( void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm ) 17 }}} 18 18 = Input Parameters = 19 19 {{{  
