From 2ac401c9db2b4b665751b2818c59573d2cbb4178 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 31 Jul 2006 09:55:57 +0000 Subject: Fix description of PUGH::processor_topology_[123]d_* parameters. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@483 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/param.ccl b/param.ccl index fc50e79..f704490 100644 --- a/param.ccl +++ b/param.ccl @@ -132,32 +132,32 @@ KEYWORD processor_topology "How to determine the processor topology" STEERABLE = private: -INT processor_topology_1d_x "No of Procs in X direction" STEERABLE = RECOVER +INT processor_topology_1d_x "Number of processors in X direction" STEERABLE = RECOVER { 0:* :: "See proc_topology" } 0 -INT processor_topology_2d_x "No of Procs in X direction" STEERABLE = RECOVER +INT processor_topology_2d_x "Number of processors in X direction" STEERABLE = RECOVER { 0:* :: "See proc_topology" } 0 -INT processor_topology_2d_y "No of Procs in X direction" STEERABLE = RECOVER +INT processor_topology_2d_y "Number of processors in Y direction" STEERABLE = RECOVER { 0:* :: "See proc_topology" } 0 -INT processor_topology_3d_x "No of Procs in X direction" STEERABLE = RECOVER +INT processor_topology_3d_x "Number of processors in X direction" STEERABLE = RECOVER { 0:* :: "See proc_topology" } 0 -INT processor_topology_3d_y "No of Procs in X direction" STEERABLE = RECOVER +INT processor_topology_3d_y "Number of processors in Y direction" STEERABLE = RECOVER { 0:* :: "See proc_topology" } 0 -INT processor_topology_3d_z "No of Procs in X direction" STEERABLE = RECOVER +INT processor_topology_3d_z "Number of processors in Z direction" STEERABLE = RECOVER { 0:* :: "See proc_topology" } 0 -- cgit v1.2.3