mpi4py.MPI.Message
- class mpi4py.MPI.Message
Bases:
object
Matched message handle
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)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
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 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