Changes between Version 25 and Version 26 of MessagePassing
- Timestamp:
- 09/14/13 09:38:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MessagePassing
v25 v26 27 27 * `$comm` 28 28 * an abstract, immutable datatype representing a communicator value, which encapsulates a set of message channels between every pair of processes in a list of processes 29 * `$pure $comm $comm_create(int nprocs, $proc procs[ ])`29 * `$pure $comm $comm_create(int nprocs, $proc procs[[]])` 30 30 * creates a new comm from the given sequence of processes, by allocating memory and copying the process sequence; the new comm has no messages 31 31 * `$pure int $comm_nprocs($comm comm)`
