mpiEventMgrNotifyAppend

Declaration

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

Description

mpiEventMgrNotifyAppend 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
MPIMessageHANDLE_INVALID
MPIMessageOBJECT_ON_LIST
MPIMessageNO_MEMORY

See Also