aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-01 16:29:04 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-01 16:29:04 +0000
commitb76c133ee594b58ec9555626792683a02f56ea58 (patch)
tree539a3536e5461d01780c20f3873a1dd7bef23c77 /param.ccl
parent306b71658bc625f5b3082f7d6f30adac79f47b0e (diff)
Allow negative values for global_nx etc, since for now these will
represent the local grid points on each processr git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@87 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 5 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index 3c3bbd6..c5a4478 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,17 +5,17 @@ restricted:
INT global_nx "The size of the grid in the x direction"
{
- 1:* :: "Grid of this size distributed across all processors"
+ *:* :: "Grid of this size distributed across all processors"
} 10
INT global_ny "The size of the grid in the y direction"
{
- 1:* :: "Grid of this size distributed across all processors"
+ *:* :: "Grid of this size distributed across all processors"
} 10
INT global_nz "The size of the grid in the z direction"
{
- 1:* :: "Grid of this size distributed across all processors"
+ *:* :: "Grid of this size distributed across all processors"
} 10
INT ghost_size "The width of the ghost zone"
@@ -80,3 +80,5 @@ INT padding_address_spacing "Number of CCTK_REALs to space starting addresses in
LOGICAL zero_memory "Zero memory for GF's at allocation time ?"
{
} yes
+
+