|
Cancel(self)
Cancel a communication request |
|
|
|
Free(self)
Free a communication request |
|
|
|
Get_status(self,
Status status=None)
Non-destructive test for the
completion of a request |
|
|
|
Test(self,
Status status=None)
Test for the completion of a send or receive. |
|
|
|
Testall(cls,
requests,
statuses=None)
Test for completion of all previously initiated requests |
|
|
|
Testany(cls,
requests,
Status status=None)
Test for completion of any previously initiated request |
|
|
|
Testsome(cls,
requests,
statuses=None)
Test for completion of some previously initiated requests |
|
|
|
Wait(self,
Status status=None)
Wait for an MPI send or receive to complete. |
|
|
|
Waitall(cls,
requests,
statuses=None)
Wait for all previously initiated requests to complete |
|
|
|
Waitany(cls,
requests,
Status status=None)
Wait for any previously initiated request to complete |
|
|
|
Waitsome(cls,
requests,
statuses=None)
Wait for some previously initiated requests to complete |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|