Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h206 PETSC_EXTERN PetscLogDouble petsc_gather_ct; 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.c56 PetscLogDouble petsc_gather_ct = 0.0; /* The number of gathers and gathervs */ variable
2619 petsc_gather_ct = 0.0; in PetscLogFinalize()
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c200 red = petsc_allreduce_ct + petsc_gather_ct + petsc_scatter_ct; in PetscPrintGlobalPerformance()
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c988 numRed = petsc_allreduce_ct + petsc_gather_ct + petsc_scatter_ct; in PetscLogHandlerView_Default_Detailed()
1339 red = petsc_allreduce_ct + petsc_gather_ct + petsc_scatter_ct; in PetscLogHandlerView_Default_Info()