Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dbench_kspsolve.c316 …scLogDouble time_start, time_mid1 = 0.0, time_mid2 = 0.0, time_end, time_avg, floprate; in main() local
392 floprate = 2 * global_nnz / time_avg * 1e-9; in main()
395 …PetscCall(PetscPrintf(PETSC_COMM_WORLD, "%-15s%-9.3e Gflops/sec\n", "FOM:", floprate)); /* figure … in main()