Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h224 PETSC_EXTERN_TLS PetscLogDouble petsc_gather_ct_th; variable
544 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Allga…
547 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Allga…
550 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sen…
553 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sen…
568 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Iallg…
571 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Iallg…
574 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sen…
577 …(PetscAddLogDouble(&petsc_gather_ct, &petsc_gather_ct_th, 1) || PetscMPITypeSize((sendcount), (sen…
/petsc/src/sys/logging/
H A Dplog.c74 PETSC_TLS PetscLogDouble petsc_gather_ct_th = 0.0; variable
2635 petsc_gather_ct_th = 0.0; in PetscLogFinalize()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c47 eventInfo->numReductions -= petsc_allreduce_ct_th + petsc_gather_ct_th + petsc_scatter_ct_th; in PetscEventPerfInfoTic_Internal()
98 eventInfo->numReductions += petsc_allreduce_ct_th + petsc_gather_ct_th + petsc_scatter_ct_th; in PetscEventPerfInfoToc_Internal()