From 46a7d6ef731e9e26279fab0514c91ad41fbac170 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 16 Sep 2001 10:13:01 +0000 Subject: Extended storage_verbose parameter to give a report on the maximum amount of storage assigned during a run. The options are now storage_verbose = "yes" -> show everything (enabling, disabling and report) storage_verbose = "report" -> just show report storage_verbose = "no" (the default) -> show nothing The report will be given at termination, and also at every storage_report_every iterations (default is only at termination). I could extend the report to give a list of the GAs with storage at the max if anyone wants that. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@346 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'param.ccl') 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" -- cgit v1.2.3