16.3.1. 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 17 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.


Table 17: MPI tool information interface verbosity levels

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


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-4.1 Standard Index
Return to MPI Forum Home Page

(Unofficial) MPI-4.1 of November 2, 2023
HTML Generated on November 19, 2023