mpiEventMaskBitGET
Declaration
#define mpiEventMaskBitGET(mask,bit)
Required Header: stdmpi.h
Description
mpiEventMaskBitGET is a macro that returns TRUE if the bit associated with a MPI event in the event mask is TRUE. After the event mask bits are initialized, the mask can be passed to a mpiObjectEventNotifySet(...) 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. |
---|---|
bit | A bit number associated with an event type in an event mask. |
Returns |
---|
TRUE if the specified bit is TRUE in the event mask. FALSE if the specified bit is FALSE in the event mask. |