Changes between Version 4 and Version 5 of mpich/MPI_Send


Ignore:
Timestamp:
Apr 2, 2008, 2:38:12 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/MPI_Send

    v4 v5  
    1818= Input Parameters =
    1919{{{
    20         buf       initial address of send buffer (choice)
    21         count     number of elements in send buffer (nonnegative integer)
    22         datatype  datatype of each send buffer element (handle)
    23         dest      rank of destination (integer)
    24         tag       message tag (integer)
    25         comm      communicator (handle)
     20  buf       initial address of send buffer (choice)
     21  count     number of elements in send buffer (nonnegative integer)
     22  datatype  datatype of each send buffer element (handle)
     23  dest      rank of destination (integer)
     24  tag       message tag (integer)
     25  comm      communicator (handle)
    2626}}}
    2727