|
|
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 |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|