From b76c133ee594b58ec9555626792683a02f56ea58 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 1 Sep 1999 16:29:04 +0000 Subject: 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 --- param.ccl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'param.ccl') 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 + + -- cgit v1.2.3