mpiEventMgrNotifyIndex

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

EventMgrNotifyIndex returns the position of "notify" on the list.

  eventMgr a handle to the EventMgr object.
  notify a handle to the EventMgr object.
     
Return Values
index
of notify in the list (of Notify objects) maintained by an EventMgr (eventMgr)
-1
if eventMgr is invalid
if notify was not found in the list
See Also