Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex69.c9 double wtime_start, wtime_end, mpiwtime_start, mpiwtime_end; in main() local
15 mpiwtime_start = MPI_Wtime(); in main()
21 printf("Wall clock time from omp_get_wtime() %g\n", mpiwtime_end - mpiwtime_start); in main()