mpiSequenceEventNotifyGet

Declaration

MPI_RESULT
mpiSequenceEventNotifyGet(MPISequence         sequence,
                          MPIEventMask        *eventMask,
                          MPIEventNotifyData  *eventNotifyData);

 

Required Header: stdmpi.h

Change History: Modified in 04.00.

Description

mpiSequenceEventNotifyGet writes an event mask [that specifies the event types (generated by the Sequence sequence, for which host notification has been requested] to the structure pointed to by eventMask, and also writes the event notify data configuration into the structure pointed to by eventNotifyData. This method is useful for determining which sequence events are enabled in the controller and what event data will be available in the event message.

Return Values
MPIMessageOK

See Also

MPIEventMask | mpiSequenceEventNotifySet