Changes between Version 2 and Version 3 of mpich/MPI_Recv


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

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/MPI_Recv

    v2 v3  
    22Basic receive
    33= Synopsis =
    4 
     4{{{
    55#include "mpi.h"
    66int MPI_Recv( void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status )
    7 
     7}}}
    88= Output Parameters =
    99{{{