mpiEventMgrDelete

Declaration
long mpiEventMgrDelete(MPIEventMgr eventMgr)
Required Header stdmpi.h
Description

EventMgrDelete 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 if EventMgrDelete successfully deletes an EventMgr object and invalidates its handle
See Also mpiEventMgrCreate | mpiEventMgrValidate