Home
last modified time | relevance | path

Searched refs:nsys_profiling_session_id (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/ !
H A Dinit.c532 char *nsys_profiling_session_id = getenv("NSYS_PROFILING_SESSION_ID"); in PetscOptionsCheckInitial_Private() local
534 …PetscBool start_log_nvtx = ((nsys_profiling_session_id != NULL) || (nvprof_id != NULL))… in PetscOptionsCheckInitial_Private()
536 …if (nsys_profiling_session_id && !PetscGlobalRank) PetscCall(PetscInfo(NULL, "Detected nsys profil… in PetscOptionsCheckInitial_Private()