mpiEventMaskALL

Declaration: mpiEventMaskALL

mpiEventMaskSET_ALL(mask)

 

Required Header: stdmpi.h

Description

mpiEventMaskALL is a macro that sets all the bits associated with MPI events in the event mask. The MPI event types are defined in the MPIEventType enumeration. After the event mask bits are initialized, the mask can be passed to a mpiXxxxxEventNotifySet(...) method which configures the controller to generate events.

mask An array of unsigned longs. Use MPIEventMask to declare the mask. Each bit in the array represents a mask for a particular event.

See Also

MPIEventType | MPIEventMask