aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-07-31 09:55:57 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-07-31 09:55:57 +0000
commit2ac401c9db2b4b665751b2818c59573d2cbb4178 (patch)
treece46e193f9891e41a54ba698d3c15972602b228f
parentb03b3f8955ab2436e8df1dd5da79573c5beeed9f (diff)
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
-rw-r--r--param.ccl12
1 files 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