mpiNotifySourceInsert

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

NotifySourceInsert places the event source (pointed to by insert) after a specified event source (source), in the list of event sources that are maintained by a Notify object (notify).

Return Values
MPIMessageOK if NotifySourceInsert successfully places the event source after the specified event source, in the list of event sources that are maintained by a Notify object
See Also