Various improvements to the i/o code
Bugs:
- Fixes incorrect meta-data in snapshots when not writing any of the fields of a particle type (Fixes #732 (closed))
- Fixes #728 (closed)
- Add a barrier at the end of the distributed io output to make sure all ranks are done before progressing (Sibelius-dark bug with slow cosma6 disks)
- Fix an overflow in the global counter of particles in groups reported by FOF (bug had no consequence on output, just on stdout message).
Improvements:
- Refactoring of the selection of fields to unify the calls into a single simpler function
- Allow for different default values when reading optional fields (Implement #705 (closed))
- Re-read the output list when restarting a run (Implement #678 (closed))
- Allow for different snapshot basenames for the different output types (Implement #677 (closed))
- Allow users to specify a different snapshot ID for each entry in the output list (Implement #694 (closed))
- Add the list of particle type names to the snapshot headers.
- Upon restarting, check that all ranks are on the same ti_current. This prevents accidental restarts with mixed sets of restart files.
Edited by Matthieu Schaller
Merge request reports
Activity
added bug code health feature request i/o labels
added 1 commit
- 476c80db - Optionally read the snapshot basename from the output options yaml file
added 1 commit
- 6a79c24d - Also let the user select a different sub-directory name for the various output selections
mentioned in issue #732 (closed)
assigned to @jborrow
- Resolved by Matthieu Schaller
@jborrow and @jkeger any thoughts on the features you requested? I still need to do the replacement of the automatic time labels (#694 (closed)).
@chaikin might also be interested in the feature to re-read the list of outputs.
added 1 commit
- 1aa30cfb - Document the new feature allowing users to change the basename and sub-dir of...
Please register or sign in to reply