aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@20f44201-0f4f-0410-9130-e5fc2714a787>2012-07-06 18:28:24 +0000
committerrhaas <rhaas@20f44201-0f4f-0410-9130-e5fc2714a787>2012-07-06 18:28:24 +0000
commit9a5c287673aefd9a6130f545a59baf2204aac888 (patch)
tree98d9c4815a25a670e7d7ae14d41cfb4ef81326eb /schedule.ccl
parentdf90b02f15f58275f6ebd09fef6c1e232c4e2450 (diff)
do reduction to find level extend in LEVEL mode
this is to avoid cuasing an MPI lockup if there are different numbers of components per level git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@77 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f73addd..a31bd25 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -10,6 +10,12 @@ SCHEDULE Rot180_RegisterSymmetry IN SymmetryRegister
LANG: C
} "Register symmetry boundaries"
+SCHEDULE Rot180_ComputeLevelExtent IN BoundaryConditions BEFORE Rot180_ApplyBC
+{
+ LANG: C
+ OPTIONS: LEVEL
+} "Compute extent of level"
+
SCHEDULE Rot180_ApplyBC IN BoundaryConditions
{
LANG: C