Changes between Version 3 and Version 4 of mpich/MPI_Recv


Ignore:
Timestamp:
Jul 23, 2008, 11:24:09 AM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/MPI_Recv

    v3 v4  
    11= MPI_Recv =
    22Basic receive
     3
    34= Synopsis =
    45{{{
     
    67int MPI_Recv( void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status )
    78}}}
     9
    810= Output Parameters =
    911{{{
     
    2022  comm      communicator (handle)
    2123}}}
     24
    2225= Notes =
    2326The count argument indicates the maximum length of a message; the actual number can be determined with MPI_Get_count.