summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-07-01 19:15:22 +0200
committerAnton Khirnov <anton@khirnov.net>2019-07-01 19:15:39 +0200
commit2e03a2ce59ca49de9fd51be7fa7deae50eeb9b8b (patch)
tree1ea6faf1b6952a9bcc8e5775d237327ab5e61665
parent34db0645812396e9091f038652a12dd4339d0d4a (diff)
Sync lapse_prev[01] after writing them.
Prevents writing garbage sync zones to the output, which would break when recovering a checkpointed multi-component run into one with different decomposition.
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 08327e9..b4a1509 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -26,6 +26,8 @@ if (CCTK_Equals(lapse_evolution_method, "maximal_axi_mg")) {
SCHEDULE msa_mg_solve IN CCTK_POSTSTEP {
SYNC: ML_lapse
SYNC: lapse_mg
+ SYNC: lapse_prev0
+ SYNC: lapse_prev1
LANG: C
} ""