aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-03-20 17:10:45 +0000
committerschnetter <schnetter@b61c5cb5-eaca-4651-9a7a-d64986f99364>2005-03-20 17:10:45 +0000
commitbe8584e58f4dec39fc3f209ca1126908598398e4 (patch)
tree2fd2c1be6087f6044778ab62ce0f91df5e0bfe84 /param.ccl
parent28cb74923985e842de6b80c227ccb6cedf28ce70 (diff)
Implement the option "PUGH::local_size_includes_ghosts", which allows
specifying the processor-local unghosted grid size -- this is the grid size that should stay constant for a parallel performance test. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@460 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 fa90b86..7aea25b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -107,6 +107,10 @@ INT local_nsize "The size of the grid in each spatial direction"
-1:* :: "Grid of this size in each dir on each processor"
} -1
+BOOLEAN local_size_includes_ghosts "Does the local grid size include the ghost zones?"
+{
+} "yes"
+
BOOLEAN enable_all_storage "Enable storage for all GFs?"
{
} "no"