Changes between Version 19 and Version 20 of MessagePassing


Ignore:
Timestamp:
09/13/13 14:40:15 (13 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MessagePassing

    v19 v20  
    2525* `int $comm_nprocs($comm comm)`
    2626 * returns the number of processes associated to the comm
    27 * `$proc $comm_getProc($comm comm, int pid)`
    28  * returns the pid-th proc in the comm
     27* `$proc $comm_getProc($comm comm, int rank)`
     28 * returns the rank-th proc in the comm
    2929* `$comm $comm_enqueue($comm comm, $message message)`
    3030 * adds the message to the comm (or, more precisely, returns a new comm value identical to the old except with the message added in the appropriate queue)