Searched refs:petsc_scatter_ct_th (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petsclog.h | 225 PETSC_EXTERN_TLS PetscLogDouble petsc_scatter_ct_th; variable 556 …(PetscAddLogDouble(&petsc_scatter_ct, &petsc_scatter_ct_th, 1) || PetscMPITypeSize((recvcount), (r… 559 …(PetscAddLogDouble(&petsc_scatter_ct, &petsc_scatter_ct_th, 1) || PetscMPITypeSize((recvcount), (r… 580 …(PetscAddLogDouble(&petsc_scatter_ct, &petsc_scatter_ct_th, 1) || PetscMPITypeSize((recvcount), (r… 583 …(PetscAddLogDouble(&petsc_scatter_ct, &petsc_scatter_ct_th, 1) || PetscMPITypeSize((recvcount), (r…
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 75 PETSC_TLS PetscLogDouble petsc_scatter_ct_th = 0.0; variable 2636 petsc_scatter_ct_th = 0.0; in PetscLogFinalize()
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 47 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()
|