mpiEventMaskWORD
Declaration
#define mpiEventMaskWORD(type)
Required Header: stdmpi.h
Description
mpiEventMaskWORD is a macro that returns the word number that is associated with MPI event type. The event types are defined in the MPIEventType and MPIEventType enumerations.
type | An enumerated event type. Use an enumerated value from MPIEventType. |
---|
Returns |
---|
The word number associated with the event type. |