MPIEventMask
Definition
#define MPIEventMaskELEMENTS (2) typedef unsigned int32_t MPIEventMaskELEMENT_TYPE; typedef MPIEventMaskELEMENT_TYPE MPIEventMask[MPIEventMaskELEMENTS];
Description
MPIEventMask is an array of unsigned longs, with a length defined by MPIEventMaskELEMENTS. Each bit in the array represents a mask for a particular event. Be sure to always use the mpiEventMask(...) macros to set or clear the event masks.
See Also
MPIEventType | MPI EventMask Objects