mpiNotifySourceCount

Declaration
long mpiNotifySourceCount(MPINotify notify)
Required Header stdmpi.h
Description

NotifySourceCount returns the number of elements on the list.

  notify a handle to the Notify object.
     
Return Values
number of event sources
in the event source list maintained by a Notify object (notify)
-1
if notify is invalid
0
if the event source list is empty
See Also