aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-13 18:41:13 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:28 +0000
commit4f068a75d29ed337759fb61732361223fe32d973 (patch)
treee961a78657301c576322e3e5dabd61b4c28aac17 /Carpet/CarpetLib/param.ccl
parent06238e6cf8c1fd51ee4baab9604aa75d58d7437d (diff)
CarpetLib: New parameter use_ipm_timing_regions
Use IPM's timing regions in CarpetLib's timers (if built with IPM).
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 0dd901181..689553c93 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -90,6 +90,10 @@ STRING timestat_file "File name in which timestat output is collected (because s
"^.+$" :: "file name"
} "carpetlib-timing-statistics"
+BOOLEAN use_ipm_timing_regions "Call IPM (via MPI_Pcontrol) to define regions" STEERABLE=always
+{
+} no
+
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always