logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

C Syntax

Description

MPI_T_category_get_num can be used to query the current number of categories.

Errors

MPI_T_category_get_num will fail if:

       • MPI_T_ERR_NOT_INITIALIZED: The MPI Tools interface not initialized

Output Parameters

num_cat: Current number of categories

Syntax

CSyntax
          #include <mpi.h>

          int MPI_T_category_get_num(int *num_cat)

See Also