Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex2k.c30 PetscBool outputBW = PETSC_FALSE; // output bandwidth instead of time in main() local
52 PetscCall(PetscOptionsGetBool(NULL, NULL, "-output_bw", &outputBW, NULL)); in main()
63 PetscCall(PetscPrintf(PETSC_COMM_WORLD, outputBW ? " (GB/s)\n" : " (us)\n")); in main()
103 if (outputBW) { in main()