mpiEventMgrNotifyRemove

Declaration

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

Description

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

eventMgr a handle to the EventMgr object.
notify a handle to a Notify object.
Return Values
MPIMessageOK

See Also