From 45e572de30bd4f85ff361ee4a83fced32ce2f9fe Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 6 Jul 2012 18:27:51 +0000 Subject: 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 --- schedule.ccl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'schedule.ccl') 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 -- cgit v1.2.3