Searched refs:wtime_start (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex69f.F90 | 39 double precision cputime_start, cputime_end, wtime_start, wtime_end, omp_get_wtime 46 wtime_start = omp_get_wtime() 57 print *, 'Wall clock time reported by omp_get_wtime()', wtime_end - wtime_start 63 wtime_start = omp_get_wtime() 73 print *, 'Wall clock time reported by omp_get_wtime()', wtime_end - wtime_start
|
| H A D | ex69.c | 9 double wtime_start, wtime_end, mpiwtime_start, mpiwtime_end; in main() local 14 wtime_start = omp_get_wtime(); in main() 20 printf("Wall clock time from MPI_Wtime() %g\n", wtime_end - wtime_start); in main()
|