mpiEventMaskCONTROL

Declaration

#define mpiEventMaskCONTROL(mask)

Required Header: stdmpi.h
Change History: Added in the 03.02.00

Description

mpiEventMaskCONTROL is a macro that assigns all the bits associated with MPI Control object events to the event mask. The MPI event types are defined in the MPIEventType enumeration. After the event mask bits are initialized, the mask can be passed to a mpiControlEventNotifySet(...) 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.

See Also

mpiControlEventNotifyGet | mpiControlEventNotifySet | mpiControlEventReset | MPIEventMask