mpiNotifySourceLast

Declaration
void* mpiNotifySourceLast(MPINotify notify) 
Required Header stdmpi.h
Description

NotifySourceLast returns the last element in the list. This function can be used in conjuntion with mpiNotifySourcePrevious() in order to iterate through the list backwards.

  notify a handle to the Notify object.
     
Return Values
last event source in the list maintained by a Notify object (notify)
NULL if notify is invalid
if the event source list is empty
See Also mpiNotifySourcePrevious | mpiNotifySourceFirst