mpi4py.MPI.Message¶
- class mpi4py.MPI.Message¶
Bases:
objectMatched 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.
fromint(arg, /)Translate integer handle to object.
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.
toint()Translate object to integer handle.
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 fromint(arg, /)¶
Translate integer handle to object.
- 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.