Changes between Version 13 and Version 14 of MessagePassing
- Timestamp:
- 09/06/13 15:35:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MessagePassing
v13 v14 29 29 * `$proc * $comm_procs($comm * comm)` 30 30 * returns a pointer to the procs array in comm 31 * `void $comm_enqueue($comm * comm, $message *message)`31 * `void $comm_enqueue($comm * comm, $message message)` 32 32 * adds the message to the comm 33 33 * `boolean $comm_probe($comm * comm, int source, int dest, int tag)` … … 35 35 * `$message * $comm_seek($comm * comm, int source, int dest, int tag)` 36 36 * finds the first matching message and returns pointer to it without modifying comm 37 * `$message *$comm_dequeue($comm * comm, int source, int dest, int tag)`37 * `$message $comm_dequeue($comm * comm, int source, int dest, int tag)` 38 38 * finds the first matching message, removes it from comm, and returns pointer to message 39 39 * `int $comm_chan_size($comm * comm, int source, int dest)`
