mpiNotifyEventMaskSet

Declaration
long mpiNotifyEventMaskSet(MPINotify    notify,
                           MPIEventMask mask)
Required Header stdmpi.h
Description

NotifyEventMaskSet sets the event type(s) for which notification will be accepted by a Notify object (notify), as specified by mask.

Event notification is accepted for event types specified in mask, a bit mask of MPIEventMask bits (associated with the desired MPIEventType values). The MPIEventMask bits must be set or cleared using the MPIEventMask macros. Event notification is denied for event types not specified in mask.

Return Values
MPIMessageOK if NotifyEventMaskSet successfully sets the event type(s) for which notification will be accepted by a Notify object
See Also MPIEventType | mpiNotifyEventMaskGet