Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/tests/
H A Dex1.c242 PetscReal flopRate, cellRate; in TestIntegration() local
245 flopRate = eventInfo.time != 0.0 ? eventInfo.flops / eventInfo.time : 0.0; in TestIntegration()
247 … %.2f/s flop rate: %.2f MF/s\n", title, N, Nch, its, (double)cellRate, (double)(flopRate / 1.e6))); in TestIntegration()
270 PetscReal flopRate, cellRate; in TestIntegration2() local
279 flopRate = eventInfo.time != 0.0 ? eventInfo.flops / eventInfo.time : 0.0; in TestIntegration2()
281 … flop rate: %.2f MF/s\n", title, N, eventInfo.count, (double)cellRate, (double)(flopRate / 1.e6))); in TestIntegration2()
/petsc/src/dm/impls/plex/
H A Dplex.c10994 PetscLogDouble cellRate, flopRate; in DMPlexMonitorThroughput() local
11004 flopRate = eventInfo.flops / eventInfo.time; in DMPlexMonitorThroughput()
11006 … flop rate: %.2g MF/s\n", name ? name : "unknown", N, eventInfo.count, cellRate, flopRate / 1.e6)); in DMPlexMonitorThroughput()