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

       If  two  subsequent  calls to this routine return the same timestamp, it is guaranteed that no categories
       have been changed or added. If the timestamp from the second call is higher  than  some  categories  have
       been added or changed.

Errors

MPI_T_category_changed will fail if:

       • MPI_T_ERR_NOT_INITIALIZED: The MPI Tools interface not initialized

Input Parameters

stamp: A virtual time stamp to indicate the last change to the categories.

Syntax

CSyntax
          #include <mpi.h>

          int MPI_T_category_changed(int *stamp)

See Also