MPIControlTrace

Definition

typedef enum {
  MPIControlTraceFIRST		= MPITraceLAST << 1,

  MPIControlTraceDYNA_ALLOC	= MPIControlTraceFIRST << 0,

  MPIControlTraceLAST 		= MPIControlTraceFIRST << 1
} MPIControlTrace;

Description

MPIControlTrace is an enumeration of control object trace bits to enable debug tracing.

MPIControlTraceDYNA_ALLOC This trace bit enables tracing for calls that dynamically allocate controller memory.