MPIRecorderTrace

Definition

typedef enum {
  MPIRecorderTraceFIRST 	= MPITraceLAST << 1,

  MPIRecorderTraceRECORD_GET	= MPIRecorderTraceFIRST << 0,
  MPIRecorderTraceSTATUS		= MPIRecorderTraceFIRST << 1,
  MPIRecorderTraceOVERFLOW	= MPIRecorderTraceFIRST << 2,

  MPIRecorderTraceLAST  = MPIRecorderTraceFIRST << 3
} MPIRecorderTrace;

Description

MPIRecorderTraceRECORD_GET will display trace information when the data recorder retrieves records.
MPIRecorderTraceSTATUS will display trace information when the MPI retrieves the data recorder status.
MPIRecorderTraceOVERFLOW will display trace information when the data recorder overflows.