332. Verbosity Levels

PreviousUpNext
Up: The MPI Tool Information Interface Next: Binding MPI Tool Information Interface Variables to MPI Objects Previous: The MPI Tool Information Interface

The MPI tool information interface provides access to internal configuration and performance information through a set of control and performance variables defined by the MPI implementation. Since some implementations may export a large number of variables, variables are classified by a verbosity level that categorizes both their intended audience (end users, performance tuners or MPI implementors) and a relative measure of level of detail (basic, detailed or all). These verbosity levels are described by a single integer. Table 12 lists the constants for all possible verbosity levels. The values of the constants are monotonic in the order listed in the table; i.e., MPI_T_VERBOSITY_USER_BASIC < MPI_T_VERBOSITY_USER_DETAIL < ... < MPI_T_VERBOSITY_MPIDEV_ALL.

MPI_T_VERBOSITY_USER_BASIC Basic information of interest to users
MPI_T_VERBOSITY_USER_DETAIL Detailed information of interest to users
MPI_T_VERBOSITY_USER_ALL All remaining information of interest to users
MPI_T_VERBOSITY_TUNER_BASIC Basic information required for tuning
MPI_T_VERBOSITY_TUNER_DETAIL Detailed information required for tuning
MPI_T_VERBOSITY_TUNER_ALL All remaining information required for tuning
MPI_T_VERBOSITY_MPIDEV_BASIC Basic information for MPI implementors
MPI_T_VERBOSITY_MPIDEV_DETAIL Detailed information for MPI implementors
MPI_T_VERBOSITY_MPIDEV_ALL All remaining information for MPI implementors

Table 12:  MPI tool information interface verbosity levels


PreviousUpNext
Up: The MPI Tool Information Interface Next: Binding MPI Tool Information Interface Variables to MPI Objects Previous: The MPI Tool Information Interface


Return to MPI-3.1 Standard Index
Return to MPI Forum Home Page

(Unofficial) MPI-3.1 of June 4, 2015
HTML Generated on June 4, 2015