Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

C Syntax

Description

MPI_T_pvar_get_num  can  be  used  to  query  the  current number of performance variables. The number of
       performance variables may increase throughout the execution of the process but will never decrease.

Errors

MPI_T_pvar_get_num will fail if:

       • MPI_T_ERR_NOT_INITIALIZED: The MPI Tools interface not initialized

Output Parameters

num_pvar: Current number of performance variables.

Syntax

CSyntax
          #include <mpi.h>

          int MPI_T_pvar_get_num(int *num_pvar)

See Also