Changes between Version 25 and Version 26 of MessagePassing


Ignore:
Timestamp:
09/14/13 09:38:35 (13 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MessagePassing

    v25 v26  
    2727* `$comm`
    2828 * 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[[]])`
    3030 * creates a new comm from the given sequence of processes, by allocating memory and copying the process sequence; the new comm has no messages
    3131* `$pure int $comm_nprocs($comm comm)`