mpiEventMgrControlRemove
Declaration
long mpiEventMgrControlRemove(MPIEventMgr eventMgr,
MPIControl control)
|
Required Header: stdmpi.h |
Description
mpiEventMgrControlRemove removes a Control object (control) from the list of Control objects associated with eventMgr.
|
| eventMgr |
a handle to the EventMgr object. |
| control |
a handle to a Control object. |
|
|
|
|
| Return Values |
| MPIMessageOK |
if EventMgrControlRemove successfully removes a Control object from the list of Control objects associated with an EventMgr (eventMgr) |
|
See Also
mpiEventMgrControl