summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 673a151..08327e9 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,6 +14,7 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) {
} ""
SCHEDULE msa_mg_eval IN MoL_CalcRHS BEFORE ML_BSSN_evolCalcGroup {
+ SYNC: ML_lapse
LANG: C
} ""
@@ -23,6 +24,8 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) {
} ""
SCHEDULE msa_mg_solve IN CCTK_POSTSTEP {
+ SYNC: ML_lapse
+ SYNC: lapse_mg
LANG: C
} ""