mpiNotifySourceAppend

Declaration
long mpiNotifySourceAppend(MPINotify notify,
                           void      *source) 
Required Header stdmpi.h
Description

NotifySourceAppend appends an event source (source) to the list of event sources maintained by a Notify object (notify).

  notify a handle to the Notify object.
  source a pointer with an arbitrary (but non-NULL) value.
     
Return Values
MPIMessageOK if NotifySourceAppend successfully appends source to the list of event sources maintained by a Notify object
MPIMessageHANDLE_INVALID Either source is NULL or notify is an invalid handle.
MPIMessageNO_MEMORY Not enough memory was available.
See Also