next up previous contents
Next: Implementation notes Up: Sketch of a ``Device-Level'' Previous: Sketch of a ``Device-Level''

Minimal API

The methods isend and irecv return communication request objects. A set of these request objects can then be passed to the waitany method, which waits until one of them completes. In principle any number of user threads are allowed (but we assume that a particular request object will not appear concurrently in waitany calls being executed in different threads).



Bryan Carpenter
Tue Nov 23 10:50:26 EST 1999