Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dpinit.c1091 PetscBool omp_view_flag; in PetscInitialize_Common() local
1103 …PetscCall(PetscOptionsName("-omp_view", "Display OpenMP number of threads", NULL, &omp_view_flag)); in PetscInitialize_Common()
1109 …if (omp_view_flag) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "OpenMP: number of threads %" PetscInt_… in PetscInitialize_Common()