Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h228 PETSC_EXTERN_TLS PetscLogDouble petsc_wait_all_ct_th; variable
528 …(PetscAddLogDouble(&petsc_wait_all_ct, &petsc_wait_all_ct_th, 1) || PetscAddLogDouble(&petsc_sum_o…
603 …(PetscAddLogDouble(&petsc_wait_all_ct, &petsc_wait_all_ct_th, 1) || PetscAddLogDouble(&petsc_sum_o…
/petsc/src/sys/logging/
H A Dplog.c71 PETSC_TLS PetscLogDouble petsc_wait_all_ct_th = 0.0; variable
2632 petsc_wait_all_ct_th = 0.0; in PetscLogFinalize()