|
Iprobe(type cls,
Comm comm,
int source=ANY_SOURCE,
int tag=ANY_TAG,
Status status=None)
Nonblocking test for a matched message |
|
|
|
Irecv(self,
buf)
Nonblocking receive of matched message |
|
|
|
Probe(type cls,
Comm comm,
int source=ANY_SOURCE,
int tag=ANY_TAG,
Status status=None)
Blocking test for a matched message |
|
|
|
Recv(self,
buf,
Status status=None)
Blocking receive of matched message |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
iprobe(type cls,
Comm comm,
int source=ANY_SOURCE,
int tag=ANY_TAG,
Status status=None)
Nonblocking test for a matched message |
|
|
|
irecv(self)
Nonblocking receive of matched message |
|
|
|
probe(type cls,
Comm comm,
int source=ANY_SOURCE,
int tag=ANY_TAG,
Status status=None)
Blocking test for a matched message |
|
|
|
|
|
recv(self,
Status status=None)
Blocking receive of matched message |
|
|