mpiEventMaskIS_EQUAL
Declaration
#define mpiEventMaskIS_EQUAL(mask1,mask2)
Required Header: stdmpi.h
Description
mpiEventMaskIS_EQUAL is a macro that returns TRUE if event mask1 is the same as event mask2. The MPI event types are defined in the MPIEventType enumeration. After the event mask bits are initialized, the mask can be passed to a mpiObjectEventNotifySet(...) method which configures the controller to generate events.
mask1 | An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event. |
---|---|
mask2 | An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event. |
Returns |
---|
TRUE if event mask1 is the same as event mask2. FALSE if event mask1 is different from event mask2. |