Changes between Version 6 and Version 7 of mpich/MPI_Send


Ignore:
Timestamp:
Apr 2, 2008, 3:15:26 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/MPI_Send

    v6 v7  
    1212Performs a basic send
    1313= 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}}}
    1818= Input Parameters =
    1919{{{