aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
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