MPI 04.00 Reference>>mpiNotify
mpiNotifyEventSignal
Declaration
MPI_RESULT mpiNotifyEventSignal(MPINotify notify);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
If the notify object’s event queue is not empty, mpiNotifyEventSignal(…) signals a thread waiting for events from the notify object to wake up.
notify | The Notify object to signal. |
---|
See Also