aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2003-06-25 14:12:22 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2003-06-25 14:12:22 +0000
commita42151145cfedd1dbbf972533a9cc195dd69a2da (patch)
treec7dc6465832c0441a64dd7f5680ab34dba89ea7b /param.ccl
parent41ab724905b87dd698c3622acbe2d29491f1c7cd (diff)
Make all the topology setting parameters STEERABLE = RECOVER.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@412 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 7 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 87a275a..f466343 100644
--- a/param.ccl
+++ b/param.ccl
@@ -110,38 +110,38 @@ BOOLEAN enable_all_storage "Enable storage for all GFs?"
# Processor topology
-KEYWORD processor_topology "How to determine the processor topology"
+KEYWORD processor_topology "How to determine the processor topology" STEERABLE = RECOVER
{
"manual" :: "Specified by proc_top_nx etc"
"automatic" :: "Automatically generated"
} "automatic"
-INT processor_topology_1d_x "No of Procs in X direction"
+INT processor_topology_1d_x "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"
} 0
-INT processor_topology_2d_x "No of Procs in X direction"
+INT processor_topology_2d_x "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"
} 0
-INT processor_topology_2d_y "No of Procs in X direction"
+INT processor_topology_2d_y "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"
} 0
-INT processor_topology_3d_x "No of Procs in X direction"
+INT processor_topology_3d_x "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"
} 0
-INT processor_topology_3d_y "No of Procs in X direction"
+INT processor_topology_3d_y "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"
} 0
-INT processor_topology_3d_z "No of Procs in X direction"
+INT processor_topology_3d_z "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"
} 0