MPI 04.00 Reference>>mpiNotify
mpiNotifyEventWait
Declaration
MPI_RESULT mpiNotifyEventWait(MPINotify notify, MPIEventData *eventData, MPIWait timeout);
Required Header: stdmpi.h
Change History: Added in 04.00
Description
mpiNotifyEventWait(…) removes an event from the Notify object’s event queue. If there is no events in the event queue, mpiNotifyEventWait(…) waits for an event to be posted to a notify object for timeout milliseconds.
notify |
The Notify object handle. |
---|---|
eventData |
A pointer to the location where the event data is written. |
timeout |
The timeout period specified in milliseconds. |
Return Values |
---|
MPIMessageOK |
MPIMessageTIMEOUT |