mpiNotifyEventMaskGet

Declaration

long mpiNotifyEventMaskGet(MPINotify    notify,
                           MPIEventMask *mask) 
Required Header stdmpi.h
Description

NotifyEventMaskGet writes an event mask (that specifies the event type(s) for which event notification is accepted by a Notify object (notify)) to the location pointed to by mask.

Return Values
MPIMessageOK if NotifyEventMaskGet successfully writes the event mask to the location pointed to by mask
See Also mpiNotifyEventMaskSet