Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h226 PETSC_EXTERN_TLS PetscLogDouble petsc_wait_ct_th; variable
523 …#define MPI_Wait(request, status) (PetscAddLogDouble(&petsc_wait_ct, &petsc_wait_ct_th, 1) || Pets…
600 …#define MPIX_Wait_enqueue(request, status) (PetscAddLogDouble(&petsc_wait_ct, &petsc_wait_ct_th, 1…
/petsc/src/sys/logging/
H A Dplog.c69 PETSC_TLS PetscLogDouble petsc_wait_ct_th = 0.0; variable
2630 petsc_wait_ct_th = 0.0; in PetscLogFinalize()