MPIUserLimitOutputUserBuffer

Declaration

typedef struct MPIUserLimitOutputUserBuffer {
    long        index;
    MPIDataType dataType;
    MPIGeneric  value; /* discriminated union tagged by 'dataType' */
} MPIUserLimitOutputUserBuffer;

 

Required Header: stdmpi.h
Change History: Added in 04.00.

Description

MPIUserLimitOutputUserBuffer holds the data for setting a user buffer value with a user limit’s output block.

index The index of the user buffer array that is to be set when the user limit fires.
value The value that will be set to the user buffer when the user limit fires.

See Also

MPIUserLimitOutputData | MPIUserLimitOutputType