mpiEventMaskASSIGN
Declaration
#define mpiEventMaskASSIGN(dst,src)
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.
|
|---|
See Also
MPIEventMask | mpiEventMaskOR_ASSIGN | mpiEventMaskAND_ASSIGN
