mpiEventMgrNotifyListGet
Declaration
long mpiEventMgrNotifyListGet(MPIEventMgr eventMgr,
long *notifyCount,
MPINotify *notifyList)
|
Required Header: stdmpi.h |
Description
mpiEventMgrNotifyListGet returns the list of Notify objects for an EventMgr object
(eventMgr). EventMgrNotifyListGet also sets (writes) the number (of Notify objects in the list) to the location pointed to by notifyCount, and sets (writes) an array (of notifyCount Notify handles) to the contents of the location pointed to by notifyList.
See Also
mpiEventMgrNotifyListSet