aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2012-07-06 18:27:51 +0000
committerrhaas <rhaas@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2012-07-06 18:27:51 +0000
commit45e572de30bd4f85ff361ee4a83fced32ce2f9fe (patch)
tree1dc2bf1b60bc3639fb8568f7994c5d9de8914851 /schedule.ccl
parent6e856a008d0ac02693c86a786238a97fe4c580c5 (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/RotatingSymmetry90/trunk@75 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
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 870d58a..ecb3911 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -10,6 +10,12 @@ SCHEDULE Rot90_RegisterSymmetry IN SymmetryRegister
LANG: C
} "Register symmetry boundaries"
+SCHEDULE Rot90_ComputeLevelExtent IN BoundaryConditions BEFORE Rot90_ApplyBC
+{
+ LANG: C
+ OPTIONS: LEVEL
+} "Compute extent of level"
+
SCHEDULE Rot90_ApplyBC IN BoundaryConditions
{
LANG: C