MPI 04.00 Reference>>mpiNotify
mpiNotifySourceAdd
Declaration
MPI_RESULT mpiNotifySourceAdd(MPINotify notify, MPIHandle source);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiNotifySourceAdd adds an event source (source) to the list of event sources maintained by a Notify object (notify).
Note: mpiNotifySourceAdd(...) should not allow duplicate event sources and not return an error when a duplicate event source is added.
notify | The Notify object handle. |
---|---|
source | The event source to remove from the Notify object’s list of event sources. |
See Also