aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-23 22:04:10 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-23 22:04:10 +0000
commitcf061a2821736574b21d5d52b051ce172f67748c (patch)
tree57a968beb67571dd4c6756d775e389ca7b524ed3 /param.ccl
parent400593cce7ea9586280348d98f441c705bc6f0b7 (diff)
Trial of memory reporting in PUGH, setting
pugh::storage_verbose = "yes" will give an screen report of the number of grid arrays and the storage they use in bytes each time a variable group has storage enabled/disabled. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@185 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 83fcb6f..be87f3d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -205,3 +205,7 @@ STRING partition_3d_z "Tells how to partition on direction z"
{
.* ::
} ""
+
+LOGICAL storage_verbose "Report on memory assignment"
+{
+} "no" \ No newline at end of file