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.
1 parent ccf81ff commit 6b926a5Copy full SHA for 6b926a5
MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/clamr_cpuonly.cpp
@@ -626,7 +626,7 @@ extern "C" void do_calc(void)
626
627
// Get overall program timing.
628
double elapsed_time = cpu_timer_stop(tstart);
629
-
+
630
#ifdef MEMORY
631
long long mem_used = memstats_memused();
632
if (mem_used > 0) {
@@ -669,7 +669,7 @@ extern "C" void do_calc(void)
669
fclose(fp);
670
exit(0);
671
} // Complete final output.
672
673
} // end do_calc
674
675
const int CRUX_CLAMR_VERSION = 101;
0 commit comments