aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-04-17 17:44:38 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:05 +0000
commit1f0c516da0bc5f60d4da40b58118831db19ed363 (patch)
tree22eed6508baf4f4740e595d61e1ea6ce4c78bbd7 /Carpet/Carpet/param.ccl
parentaae72a0f9c3249a5b3bc734cb7b22a1a4f85b893 (diff)
Carpet: Allow disabling domain decomposition
Diffstat (limited to 'Carpet/Carpet/param.ccl')
-rw-r--r--Carpet/Carpet/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/Carpet/param.ccl b/Carpet/Carpet/param.ccl
index 9be76541e..ad43af09e 100644
--- a/Carpet/Carpet/param.ccl
+++ b/Carpet/Carpet/param.ccl
@@ -445,6 +445,10 @@ CCTK_INT min_points_per_proc "Minimum number of grid points per processor" STEER
0:* :: "that many"
} 0
+BOOLEAN split_components "Split components onto processes; without this, one needs many components and few processes" STEERABLE=always
+{
+} "yes"
+
CCTK_INT num_threads "Number of threads per process" STEERABLE=recover