mpiEventMaskBIT
Declaration
#define mpiEventMaskBIT(mask,type)
Required Header: stdmpi.h
Description
mpiEventMaskBIT is a macro that assigns a bit associated with MPI event type in the event mask. The event types are defined in the MPIEventType enumerations. After the event mask bits are initialized, the mask can be passed to a mpiObjectEventNotifySet(...) method which configures the controller to generate events.
mask | An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event. |
---|---|
type | An enumerated event type. Use an enumerated value from MPIEventType. |
See Also
MPIEventMask | MPIEventType | mpiEventMaskBitGET | mpiEventMaskBitSET