From b5652dfba0c50916aaf8ebd9071f0a88691d3b08 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 25 Jan 2000 09:26:19 +0000 Subject: Arrays (no communication yet) General tidying git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@153 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- param.ccl | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'param.ccl') 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?" -- cgit v1.2.3