aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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