mpiNotifySourceListGet

Declaration
long mpiNotifySourceListGet(MPINotify notify,
                            long      *sourceCount,
                            void      **sourceList) 
Required Header stdmpi.h
Description

NotifySourceListGet returns the event source list for a Notify object (notify). NotifySourceListGet writes the number of event sources in the event source list to the location (pointed to by sourceCount), and also writes an array of sourceCount event source pointers to the location (pointed to by sourceList).

Return Values
MPIMessageOK if NotifySourceListGet successfully returns the event source list for a Notify object
See Also mpiNotifySourceListSet | NotifySourceAppend | NotifySourceInsert | mpiNotifyCreate