aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl33
1 files changed, 33 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 418ea2e..6de1f76 100644
--- a/param.ccl
+++ b/param.ccl
@@ -73,6 +73,8 @@ BOOLEAN enable_all_storage "Enable storage for all GFs?"
{
} "no"
+# Processor topology
+
KEYWORD proc_topology "How to determine the processor topology"
{
"manual" :: "Specified by proc_top_nx etc"
@@ -95,6 +97,37 @@ INT proc_top_nz "No of Procs in Z direction"
0:* :: "See proc_topology"
} 0
+INT processor_topology_1d_x "No of Procs in X direction"
+{
+ 0:* :: "See proc_topology"
+} 0
+
+INT processor_topology_2d_x "No of Procs in X direction"
+{
+ 0:* :: "See proc_topology"
+} 0
+
+INT processor_topology_2d_y "No of Procs in X direction"
+{
+ 0:* :: "See proc_topology"
+} 0
+
+INT processor_topology_3d_x "No of Procs in X direction"
+{
+ 0:* :: "See proc_topology"
+} 0
+
+INT processor_topology_3d_y "No of Procs in X direction"
+{
+ 0:* :: "See proc_topology"
+} 0
+
+INT processor_topology_3d_z "No of Procs in X direction"
+{
+ 0:* :: "See proc_topology"
+} 0
+
+
# padding stuff
BOOLEAN padding_active "Padd 3D arrays so they line up on cache lines?"