mpiEventMgrDelete

Declaration

long mpiEventMgrDelete(MPIEventMgr eventMgr)
Required Header: stdmpi.h

Description

mpiEventMgrDelete deletes an EventMgr object and invalidates its handle (eventMgr). EventMgrDelete is the equivalent of a C++ destructor.

Deleting an EventMgr object does not delete any of the Control objects that supply the EventMgr with asynchronous events. However, deleting an EventMgr object will delete any unreceived events for that EventMgr.

Return Values
MPIMessageOK

See Also

mpiEventMgrCreate | mpiEventMgrValidate