Searched refs:numRuns (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex9.c | 221 PetscInt numRuns, cStart, cEnd, c, i; in TestCone() local 248 numRuns = (cEnd - cStart) * user->iterations; in TestCone() 252 … time: %.3es Average time per cone: %.3es\n", rank, numRuns, eventInfo.time, eventInfo.time / numR… in TestCone() 254 } else if (eventInfo.time > maxTimePerRun * numRuns) { in TestCone() 255 …nt_FMT " Average time per cone: %gs standard: %gs\n", rank, numRuns, eventInfo.time / numRuns, (do… in TestCone() 257 …TSC_ERR_PLIB, "Average time for cone %g > standard %g", eventInfo.time / numRuns, (double)maxTimeP… in TestCone() 264 PetscInt numRuns, cStart, cEnd, c, i; in TestTransitiveClosure() local 293 numRuns = (cEnd - cStart) * user->iterations; in TestTransitiveClosure() 297 … time: %.3es Average time per cone: %.3es\n", rank, numRuns, eventInfo.time, eventInfo.time / numR… in TestTransitiveClosure() 299 } else if (eventInfo.time > maxTimePerRun * numRuns) { in TestTransitiveClosure() [all …]
|