|
Optional[Message]
|
Iprobe(cls,
comm: Comm,
source: int= ANY_SOURCE,
tag: int= ANY_TAG,
status: OptionalStatus=... = None)
Nonblocking test for a matched message |
|
|
|
Request
|
Irecv(self,
buf: BufSpec)
Nonblocking receive of matched message |
|
|
|
Message
|
Probe(cls,
comm: Comm,
source: int= ANY_SOURCE,
tag: int= ANY_TAG,
status: OptionalStatus=... = None)
Blocking test for a matched message |
|
|
|
None
|
Recv(self,
buf: BufSpec,
status: OptionalStatus=... = None)
Blocking receive of matched message |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
Message
|
|
|
Optional[Message]
|
iprobe(cls,
comm: Comm,
source: int= ANY_SOURCE,
tag: int= ANY_TAG,
status: OptionalStatus=... = None)
Nonblocking test for a matched message |
|
|
|
Request
|
irecv(self)
Nonblocking receive of matched message |
|
|
|
Message
|
probe(cls,
comm: Comm,
source: int= ANY_SOURCE,
tag: int= ANY_TAG,
status: OptionalStatus=... = None)
Blocking test for a matched message |
|
|
|
int
|
|
|
Any
|
recv(self,
status: OptionalStatus=... = None)
Blocking receive of matched message |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|