Lines Matching refs:numReductions

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()
147 outInfo->numReductions += eventInfo->numReductions; in PetscEventPerfInfoAdd_Internal()
1056 …f_info->numMessages, stage_perf_info->messageLength, stage_perf_info->numReductions, stage_perf_in… in PetscLogHandlerView_Default_Detailed()
1071 …yncTime, eventInfo->numMessages, eventInfo->messageLength, eventInfo->numReductions, eventInfo->fl… in PetscLogHandlerView_Default_Detailed()
1140 …f_info->numMessages, stage_perf_info->messageLength, stage_perf_info->numReductions, stage_perf_in… in PetscLogHandlerView_Default_CSV()
1153 …o->time, eventInfo->numMessages, eventInfo->messageLength, eventInfo->numReductions, eventInfo->fl… in PetscLogHandlerView_Default_CSV()
1274 PetscLogDouble numMessages, messageLength, avgMessLen, numReductions; in PetscLogHandlerView_Default_Info() local
1424 numReductions = red; /* wrong because uses count from process zero */ in PetscLogHandlerView_Default_Info()
1482 …PetscCallMPI(MPIU_Allreduce(&stage_info->numReductions, &red, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, com… in PetscLogHandlerView_Default_Info()
1497 if (numReductions != 0.0) fracReductions = red / numReductions; in PetscLogHandlerView_Default_Info()
1588 …PetscCallMPI(MPIU_Allreduce(&stage_info->numReductions, &red, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, com… in PetscLogHandlerView_Default_Info()
1614 …PetscCallMPI(MPIU_Allreduce(&event_info->numReductions, &totr, 1, MPIU_PETSCLOGDOUBLE, MPI_SUM, co… in PetscLogHandlerView_Default_Info()
1670 if (numReductions != 0.0) fracRed = totr / numReductions; in PetscLogHandlerView_Default_Info()