From a42151145cfedd1dbbf972533a9cc195dd69a2da Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 25 Jun 2003 14:12:22 +0000 Subject: 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 --- param.ccl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'param.ccl') 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 -- cgit v1.2.3