Changes between Version 19 and Version 20 of MessagePassing
- Timestamp:
- 09/13/13 14:40:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MessagePassing
v19 v20 25 25 * `int $comm_nprocs($comm comm)` 26 26 * 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 comm27 * `$proc $comm_getProc($comm comm, int rank)` 28 * returns the rank-th proc in the comm 29 29 * `$comm $comm_enqueue($comm comm, $message message)` 30 30 * 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)
