aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-03-30 14:31:39 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-03-30 14:31:39 +0000
commita7f43bb181082642f5e624de82f4aa966199b82c (patch)
tree9241fd71dede6535e35fa9f71ed07e383e039353 /param.ccl
parent336cd4784e9c03a62e87f51a6262e7631d56010b (diff)
added parameter sync_verbose "Verbose output during synchronization ?", defaulting to "no"
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@27 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 07e9a60..bcb799e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -26,6 +26,10 @@ INTEGER ghost_size "The width of the ghost zone"
1:* :: "Must be a positive integer"
} 1
+LOGICAL sync_verbose "Verbose output during synchronization ?"
+{
+} no
+
private:
KEYWORD proc_topology "How to determine the processor topology"