mpiEventMgrNotifyInsert

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

EventMgrNotifyInsert places a Notify object (insert) after another Notify object (notify) in the list (of Notify objects) maintained by an EventMgr object (eventMgr).

Return Values
MPIMessageOK if EventMgrNotifyInsert successfully places a Notify object after another Notify object in the list of Notify objects
See Also