Changes between Version 20 and Version 21 of MessagePassing
- Timestamp:
- 09/13/13 15:19:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MessagePassing
v20 v21 44 44 * `int $COMM_ANY_SOURCE` 45 45 * `int $COMM_ANY_TAG` 46 * define a normal struct: 47 {{{ 48 struct $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 46 56 47 57 == Examples ==
