MPIEventMask

Definition

#define MPIEventMaskELEMENTS	(2)
typedef uint32_t MPIEventMaskELEMENT_TYPE;
typedef MPIEventMaskELEMENT_TYPE MPIEventMask[MPIEventMaskELEMENTS];

Description

MPIEventMask is an array of uint32_t, 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