aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 10 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 4955537..efa3a52 100644
--- a/param.ccl
+++ b/param.ccl
@@ -205,10 +205,19 @@ STRING partition_3d_z "Tells how to partition on direction z"
.* :: "A regex which matches anything"
} ""
-BOOLEAN storage_verbose "Report on memory assignment" STEERABLE = ALWAYS
+KEYWORD storage_verbose "Report on memory assignment" STEERABLE = ALWAYS
{
+ "yes" :: "Standard storage information"
+ "report" :: "Provide a report of storage every storage_report_every iterations and at termination"
+ "no" :: "Provide no information"
} "no"
+INT storage_report_every "How often to provide a report on storage information" STEERABLE = ALWAYS
+{
+ 0:0 :: "Never report"
+ 1:* :: "Report at intervals"
+} 0
+
BOOLEAN timer_output "Print time spent in communication"
{
} "no"