mpiEventMaskASSIGN
Declaration
#define mpiEventMaskASSIGN(dst,src)
Required Header: stdmpi.h
Description
mpiEventMaskASSIGN is a macro that assigns all the bits associated with MPI events in the event mask src to the event mask 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 uint32_t. Use MPIEventMask to declare the dst. Each bit in the array represents a mask for a particular event. |
---|---|
src | An array of uint32_t. Use MPIEventMask to declare the src. Each bit in the array represents a mask for a particular event. |
See Also
MPIEventMask | mpiEventMaskOR_ASSIGN | mpiEventMaskAND_ASSIGN