Fix out of sync checkpoint files in simulations sharing state
[alexxy/gromacs.git] / docs / release-notes / 2020 / 2020.1.rst
index 2c38caf0ecde4bdcff92296393cf82e9948c7d3b..3d28b5c48c65c5c0dba09e4f0408f818901154a8 100644 (file)
@@ -120,6 +120,17 @@ and turn negative, leading to wrong lookup and unphysical values.
 
 :issue:`3391`
 
+Fix checkpoint files getting out of sync with simulations sharing data
+""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+
+When simulations share data, e.g., replica exchange, AWH with bias sharing
+or NMR ensemble averaging, MPI barrier have now been added before renaming
+the checkpointing files to avoid that checkpoints files from the simulations
+can get out of sync. Now in very unlikely cases some checkpoint files might
+have temporary names, but all content will be in sync.
+
+:issue:`2440`
+
 Fixes for ``gmx`` tools
 ^^^^^^^^^^^^^^^^^^^^^^^