mpiEventMaskAND_ASSIGN
Declaration
#define mpiEventMaskAND_ASSIGN(dst,src)
Required Header: stdmpi.h
Description
mpiEventMaskAND_ASSIGN is a macro that bitwise ANDs all the bits associated with MPI events in the event mask src with dst and assigns the result to dst. After the event mask bits are initialized, the mask can be passed to a mpiObjectEventNotifySet(...) method, which configures the controller to generate events.
dst | An array of unsigned longs. Use MPIEventMask to declare the dst. Each bit in the array represents a mask for a particular event. |
---|---|
src | An array of unsigned longs. Use MPIEventMask to declare the src. Each bit in the array represents a mask for a particular event. |