aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-01-25 09:26:19 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-01-25 09:26:19 +0000
commitb5652dfba0c50916aaf8ebd9071f0a88691d3b08 (patch)
treef4c3689a1baea874de4a23764c3509a840cafe02 /param.ccl
parent889886b91f72873111c6c4501e9c39c9f8f5d49f (diff)
Arrays (no communication yet)
General tidying git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@153 b61c5cb5-eaca-4651-9a7a-d64986f99364
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?"