Searched refs:maxTimePerRun (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex9.c | 222 PetscReal maxTimePerRun = user->maxConeTime; in TestCone() local 254 } else if (eventInfo.time > maxTimePerRun * numRuns) { in TestCone() 255 …e per cone: %gs standard: %gs\n", rank, numRuns, eventInfo.time / numRuns, (double)maxTimePerRun)); in TestCone() 257 …R_PLIB, "Average time for cone %g > standard %g", eventInfo.time / numRuns, (double)maxTimePerRun); in TestCone() 265 PetscReal maxTimePerRun = user->maxClosureTime; in TestTransitiveClosure() local 299 } else if (eventInfo.time > maxTimePerRun * numRuns) { in TestTransitiveClosure() 300 …e per cone: %gs standard: %gs\n", rank, numRuns, eventInfo.time / numRuns, (double)maxTimePerRun)); in TestTransitiveClosure() 302 …LIB, "Average time for closure %g > standard %g", eventInfo.time / numRuns, (double)maxTimePerRun); in TestTransitiveClosure() 314 PetscReal maxTimePerRun = user->maxVecClosureTime; in TestVecClosure() local 368 if (user->printTimes || eventInfo.time > maxTimePerRun * numRuns) { in TestVecClosure() [all …]
|