mpiEventMaskCLEAR
Declaration
#define mpiEventMaskCLEAR(mask)
Required Header: stdmpi.h
Description
mpiEventMaskCLEAR is a macro that clears all the bits in an event mask.
mask | An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event. |
---|