mpiEventMgrNotifyCount

Declaration
long mpiEventMgrNotifyCount(MPIEventMgr eventMgr)
Required Header stdmpi.h
Description

EventMgrNotifyCount returns the number of elements on the list.

  eventMgr a handle to the EventMgr object.
     
Return Values
number
of Notify objects in the list (of Notify objects) maintained by an EventMgr (eventMgr)
-1
if eventMgr is invalid
0
if the list (of Notify objects) is empty
See Also