mpiEventMgrNotifyRemove

Declaration
long mpiEventMgrNotifyRemove(MPIEventMgr eventMgr,
                             MPINotify   notify)
Required Header stdmpi.h
Description

EventMgrNotifyRemove removes a Notify object (notify) from the list of Notify objects maintained by an EventMgr object (eventMgr).

Return Values
MPIMessageOK if EventMgrNotifyRemove successfully removes a Notify object from the list of Notify objects maintained by an EventMgr object
See Also