aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-05-01 20:51:07 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:14 +0000
commit81f2475a6b374f232b69afee2e633bf363b5079a (patch)
tree303f3e99fa3c4447c25f366c69ce511d74b7bd76 /Carpet
parent20bb44f4aa374778473257416322f23751ac8575 (diff)
Carpet: Add improved "recursive" load balancing scheme, part 2
New parameter value "recursive" for Carpet::processor_topology.
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/Carpet/param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index ad43af09e..42fcae1d1 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -393,6 +393,7 @@ KEYWORD processor_topology "How to determine the processor topology" STEERABLE=r
"along-z" :: "Split the region along the z direction only"
"along-dir" :: "Split the region along one direction only"
"automatic" :: "Choose the topology automatically"
+ "recursive" :: "Choose the topology automatically, using a different algorithm that may lead to better load balancing"
} "automatic"
CCTK_INT processor_topology_3d_x "Number of processors in x-direction" STEERABLE=recover