Searched refs:localFlops (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 214 for t in localFlops: 215 flops += localFlops[t] 248 def PrintPercentTable(localTimes,localFlops,localMessages,localMessageLens,localReductions,Stages,L… argument 270 …time,flops,numMessages,numMessageLen,numReductions = ComputeTotals(localTimes,localFlops,localMes…
|