aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index a81275309..27c284e01 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -61,7 +61,7 @@ KEYWORD timestat_timer "Timer for timing statistics" STEERABLE=recover
"MPI_Wtime" :: "MPI_Wtime (expensive; uses system call)"
"rdtsc" :: "Intel rdtsc instruction (exists only on Intel CPUs)"
"none" :: "don't measure time"
-} "MPI_Wtime"
+} "rdtsc"
BOOLEAN timestat_disable "Disable timing statistics" STEERABLE=always
{