aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-01-14 15:05:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2008-01-14 15:05:00 +0000
commit1746706c2d0ab50858481ac5e8b159b120f47898 (patch)
tree69ae1832afb20b60532affc3b55d8f86c0fb4843 /Carpet/CarpetLib/param.ccl
parent39a9cb3421a4389682f976e96f56ce5c12b19367 (diff)
CarpetLib: Use timing routines from FFTW library
Use the timing routines from FFTW library. These contain platform-specific code for many different platforms. Remove parameter timestat_timer, since the timer is now chosen automatically. darcs-hash:20080114150519-dae7b-d979aa53a1470335b3ace353e862eef13670958d.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl8
1 files changed, 0 insertions, 8 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index f058923a2..b278f1dbd 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -57,14 +57,6 @@ STRING timestat_file "File name in which timestat output is collected (because s
"^.+$" :: "file name"
} "carpetlib-timing-statistics"
-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)"
- "rtc" :: "AIX rtc timer (exists only on AIX systems)"
- "none" :: "don't measure time"
-} "none"
-
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always