aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 5a751ca..da5af5b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -112,6 +112,14 @@ BOOLEAN enable_all_storage "Enable storage for all GFs?"
# Processor topology
+restricted:
+
+KEYWORD physical2logical "Physical process to logical process mapping method to use" STEERABLE = RECOVER
+{
+ "direct" :: "Maps MPI IDs directly to IJKs"
+ "example" :: "Maps MPI IDs directly to IJKs using a lookup table"
+} "direct"
+
KEYWORD processor_topology "How to determine the processor topology" STEERABLE = RECOVER
{
"manual" :: "Specified by proc_top_nx etc"
@@ -119,6 +127,8 @@ KEYWORD processor_topology "How to determine the processor topology" STEERABLE =
"automatic_old" :: "Automatically generated (old method)"
} "automatic"
+private:
+
INT processor_topology_1d_x "No of Procs in X direction" STEERABLE = RECOVER
{
0:* :: "See proc_topology"