mpiEventMaskOR_ASSIGN
Declaration
#define mpiEventMaskOR_ASSIGN(dst,src)
Required Header: stdmpi.h
Description
mpiEventMaskOR_ASSIGN is a macro that bitwise ORs 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. |