mpi4py.MPI.Message¶
- class mpi4py.MPI.Message¶
Bases:
object
Matched message.
Methods Summary
Iprobe
(comm[, source, tag, status])Nonblocking test for a matched message.
Irecv
(buf)Nonblocking receive of matched message.
Probe
(comm[, source, tag, status])Blocking test for a matched message.
Recv
(buf[, status])Blocking receive of matched message.
f2py
(arg)free
()Do nothing.
fromhandle
(handle)Create object from MPI handle.
iprobe
(comm[, source, tag, status])Nonblocking test for a matched message.
irecv
()Nonblocking receive of matched message.
probe
(comm[, source, tag, status])Blocking test for a matched message.
py2f
()recv
([status])Blocking receive of matched message.
Attributes Summary
MPI handle.
Methods Documentation
- classmethod Iprobe(comm, source=ANY_SOURCE, tag=ANY_TAG, status=None)¶
Nonblocking test for a matched message.
- classmethod Probe(comm, source=ANY_SOURCE, tag=ANY_TAG, status=None)¶
Blocking test for a matched message.
- Recv(buf, status=None)¶
Blocking receive of matched message.
- classmethod fromhandle(handle)¶
Create object from MPI handle.
- classmethod iprobe(comm, source=ANY_SOURCE, tag=ANY_TAG, status=None)¶
Nonblocking test for a matched message.
- classmethod probe(comm, source=ANY_SOURCE, tag=ANY_TAG, status=None)¶
Blocking test for a matched message.
- recv(status=None)¶
Blocking receive of matched message.
Attributes Documentation
- handle¶
MPI handle.