MPIUserLimitConditionUserLimit
Declaration
typedef struct MPIUserLimitConditionUserLimit { int32_t userLimitNumber; MPI_BOOL activeHigh; } MPIUserLimitConditionUserLimit;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIUserLimitConditionUserLimit represents a condition’s data for evaluating another user limit’s state. This is useful for chaining multiple user limits together in order to have more than two conditions to generate a given event.
limitType | The number of the user limit that will be used for the trigger condition. |
---|---|
activeHigh | If set to TRUE, then the user limit state will need to be active; the user limit trigger needs to be firing. If set to FALSE, then the user limit state will need to be inactive. |