We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
g0
1 parent 54051a4 commit 1ccb705Copy full SHA for 1ccb705
1 file changed
src/julienne/julienne_test_harness_s.F90
@@ -42,7 +42,7 @@
42
#endif
43
if (me==1) then
44
print *
45
- print '(*(a,:,en10.2))', "Test-suite run time: ", real(end_time - start_time, real64)/real(clock_rate, real64), " seconds"
+ print '(*(a,:,g0))', "Test-suite run time: ", real(end_time - start_time, real64)/real(clock_rate, real64), " seconds"
46
print '(a,i0)', "Number of images: ", image_count
47
48
print '(*(a,:,i0))', "_____ ", passes, " of ", tests, " tests passed. ", skips, " tests were skipped _____"
0 commit comments