mpiEventMaskEXTERNAL

Declaration

#define mpiEventMaskEXTERNAL(mask)

Required Header: stdmpi.h

Description

mpiEventMaskEXTERNAL is a macro that assigns all the bits associated with MPI External events to the event mask. After the event mask bits are initialized, the mask can be passed to a mpiObjectEventNotifySet(...) 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

MPIEventMask