MPIControlEventServiceErrorParams
Definition
typedef struct MPIControlEventServiceErrorParams {
MPIControl control;
MPI_RESULT message;
int32_t errorCount;
} MPIControlEventServiceErrorParams;
Description
MPIControlEventServiceErrorParams is a structure containing the error return values for a control’s event service. This structure is useful for monitoring MPI library errors while a control event service thread is running.
| control | A handle to a control object. |
|---|---|
| message | The last error return value encountered in the control event service thread. |
| errorCount | The number of errors that have occurred in the control event service thread. |
See Also
MPIControlEventServiceErrorHandler | MPIControlEventServiceErrorConfig | MPIControlEventServiceStatus
