summaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-05-24 13:08:08 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-02 17:34:48 +0200
commit1afea75597177b736429f8f6368bb5ecd0f0a389 (patch)
tree9074692724c4c28e98e5e18b7b39183b30f35f0c /schedule.ccl
parente6a0b26fdbbf2d7669de937c67c8da48ce07cc56 (diff)
Add support for MPI.
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
} ""