Skip to content

Commit 48b3cf5

Browse files
rousonbonachea
andcommitted
update format of runtime reporting
Co-authored-by: Dan Bonachea <dobonachea@lbl.gov>
1 parent 1ccb705 commit 48b3cf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/julienne/julienne_test_harness_s.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#endif
4343
if (me==1) then
4444
print *
45-
print '(*(a,:,g0))', "Test-suite run time: ", real(end_time - start_time, real64)/real(clock_rate, real64), " seconds"
45+
print '(*(a,:,f0.3))', "Test-suite run time: ", real(end_time - start_time, real64)/real(clock_rate, real64), " seconds"
4646
print '(a,i0)', "Number of images: ", image_count
4747
print *
4848
print '(*(a,:,i0))', "_____ ", passes, " of ", tests, " tests passed. ", skips, " tests were skipped _____"

0 commit comments

Comments
 (0)