Package mpi4py :: Module MPI :: Class Message
[hide private]
[frames] | no frames]

type Message


Message
Instance Methods [hide private]
 
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
 
__eq__(y)
x==y
 
__ge__(y)
x>=y
 
__gt__(y)
x>y
 
__le__(y)
x<=y
 
__lt__(y)
x<y
 
__ne__(y)
x!=y
a new object with type S, a subtype of T
__new__(S, ...)
 
__nonzero__()
x != 0
 
f2py(type cls, arg)
 
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
 
py2f(self)
 
recv(self, Status status=None)
Blocking receive of matched message
Method Details [hide private]

__new__(S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__