mpiEventMaskSET_ALL
Declaration
#define mpiEventMaskSET_ALL(mask,type)
Description
mpiEventMaskSET_ALL is a macro that sets all the bits associated with MPI event types that are less than the specified event type. The event types are defined in the MPIEventType and 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.
|
|---|
See Also
MPIEventMask | MPIEventType | mpiEventMaskGET | mpiEventMaskSET
