mpiEventMgrNotifyAppend

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

EventMgrNotifyAppend appends a Notify object (notify) to 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 if EventMgrNotifyAppend successfully appends a Notify object to the list of Notify objects maintained by an EventMgr object
MPIMessageHANDLE_INVALID Either eventMgr or notify is an invalid handle.
MPIMessageOBJECT_ON_LIST if notify is already on the list.
MPIMessageNO_MEMORY if not enough memory was available.
See Also