Searched refs:localMessageLens (Results 1 – 1 of 1) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | petsclogformat.py | 207 def ComputeTotals(localTimes,localFlops,localMessages,localMessageLens,localReductions): argument 220 for t in localMessageLens: 221 messagelens += localMessageLens[t] 248 def PrintPercentTable(localTimes,localFlops,localMessages,localMessageLens,localReductions,Stages,L… argument 270 …,numReductions = ComputeTotals(localTimes,localFlops,localMessages,localMessageLens,localReductio…
|