logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

C Syntax

Description

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

Errors

MPI_T_cvar_get_num will fail if:

       • MPI_T_ERR_NOT_INITIALIZED: The MPI Tools interface not initialized

Output Parameters

num_cvar: Current number of control variables.

Syntax

CSyntax
          #include <mpi.h>

          int MPI_T_cvar_get_num(int *num_cvar)

See Also