aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-04-26 17:57:21 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:39 +0000
commit9b5c5ae6e400c31a26c4bc40ee140ab643aa98e0 (patch)
treedf460bc8383430fce7011f60c4122e66b68660ba
parent8958368d0d80c7f8a442c225d2daf4f429111a12 (diff)
CarpetLib: Correct ranges of parameter print_memstats_every
-rw-r--r--Carpet/CarpetLib/param.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 689553c93..b4421f097 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -99,9 +99,9 @@ BOOLEAN use_ipm_timing_regions "Call IPM (via MPI_Pcontrol) to define regions" S
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always
{
-1 :: "don't report"
- 0 :: "don't report"
+ 0 :: "report after setting up initial data"
1:* :: "report every so many iterations"
-} 0
+} -1
INT max_allowed_memory_MB "Maximum allowed amount of memory per process that can be allocated for grid variables (in Megabytes)" STEERABLE=always
{