Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A Dpetsclogformat.py207 def ComputeTotals(localTimes,localFlops,localMessages,localMessageLens,localReductions): argument
223 for t in localReductions:
224 reductions += localReductions[t]
248 def PrintPercentTable(localTimes,localFlops,localMessages,localMessageLens,localReductions,Stages,L… argument
270 …umReductions = ComputeTotals(localTimes,localFlops,localMessages,localMessageLens,localReductions)