Changes between Version 20 and Version 21 of MessagePassing


Ignore:
Timestamp:
09/13/13 15:19:31 (13 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MessagePassing

    v20 v21  
    4444 * `int $COMM_ANY_SOURCE`
    4545 * `int $COMM_ANY_TAG`
     46* define a normal struct:
     47{{{
     48struct $comm_recv_pair {
     49  $comm comm;
     50  $message msg;
     51}
     52}}}
     53* `struct $comm_recv_pair $comm_recv($comm comm, int source, int dest, int tag)`
     54** blocks until a matching message is available and then returns the message and the new communicator value obtained by removing that message in one struct
     55
    4656
    4757== Examples ==