Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h208 PETSC_EXTERN PetscLogDouble petsc_wait_ct; 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.c51 PetscLogDouble petsc_wait_ct = 0.0; /* The number of waits */ variable
2614 petsc_wait_ct = 0.0; in PetscLogFinalize()