mpiNotifySourceRemove

Declaration
long mpiNotifySourceRemove(MPINotify notify,
                           void      *source) 
Required Header stdmpi.h
Description

NotifySourceRemove removes an event source (source) from the list of event sources maintained by a Notify object (notify).

Return Values
MPIMessageOK if NotifySourceRemove successfully removes the event source (source) from the list of event sources maintained by a Notify object
See Also