mpiEventMaskCOMPLEMENT
Declaration
#define mpiEventMaskCOMPLEMENT(mask)
|
Required Header: stdmpi.h |
Description
mpiEventMaskCOMPLEMENT is
a macro that inverts all the bits in an event mask. If a bit associated with an event type is TRUE, EventMaskCOMPLEMENT will set the bit to FALSE. And likewise, if a bit associated with an event type is FALSE, EventMaskCOMPLEMENT will set the bit to TRUE.
|
| mask |
An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event. |
|
See Also
MPIEventMask | mpiEventMaskCLEAR | mpiEventMaskSET_ALL