Skip to content

Commit

Permalink
flush hdf5 files to try fix #877 (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Sep 6, 2024
1 parent 951578d commit 2f84939
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/functional/tdtagged/td1dtagged.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,12 @@ def post_advance(new_time):


def main():
Simulator(noRefinement(diagdir="noRefinement")).run()
Simulator(noRefinement(diagdir="noRefinement")).run().reset()
ph.global_vars.sim = None

Simulator(withTagging(diagdir="withTagging"), post_advance=post_advance).run()
Simulator(
withTagging(diagdir="withTagging"), post_advance=post_advance
).run().reset()
ph.global_vars.sim = None

if cpp.mpi_rank() == 0:
Expand Down

0 comments on commit 2f84939

Please sign in to comment.