Logger index file
With Pedro, we decided to stop using HDF5 for the index file.
Here I am implementing the new index file. This will not be merged before !685 (merged).
No need to read it, I still need to do a few things on it.
Edited by Loic Hausammann
Merge request reports
Activity
- Resolved by Loic Hausammann
- Resolved by Loic Hausammann
- Resolved by Loic Hausammann
- Resolved by Loic Hausammann
- Resolved by Loic Hausammann
- Resolved by Loic Hausammann
added 1464 commits
-
1a230fd5...451efee9 - 1458 commits from branch
master
- 75759bd7 - Remove HDF5 in index files
- a90680ad - Logger: write a yaml file containing all the parameters
- 12514e68 - Logger: index files in binary
- 911c775e - Logger: still working on index
- 9cf02d9c - Logger: index files correctly written
- 96a85d13 - Logger: add comments
Toggle commit list-
1a230fd5...451efee9 - 1458 commits from branch
added 1 commit
- 085e341a - Logger: remove drift all for the index files
When writing the yaml file containing the metadata, we need to call some functions from the different scheme (e.g. hydro, gravity, ...). I see two possibilities to do it:
- We define a new function for each scheme that do everything like the HDF5 one but use printf.
- We redefine all the existing functions in order to write in a structure and then write them either with HDF5 or printf (e.g. like for writing the particle's fields).
I prefer the second option as it reduce the amount of work when developing new scheme.
added 455 commits
-
a0c0ee1a...b1123688 - 445 commits from branch
master
- ddd9336b - Remove HDF5 in index files
- 8a9a7482 - Logger: write a yaml file containing all the parameters
- 6c815bf2 - Logger: index files in binary
- c5d5bace - Logger: still working on index
- de167965 - Logger: index files correctly written
- 688e5fec - Logger: add comments
- 1d1dca6d - Logger: Cleanup
- c67b4d05 - Logger: implement gparts
- f6b6fe7d - Logger: remove drift all for the index files
- 4d1d053b - Logger: Add sorted bool in index file
Toggle commit list-
a0c0ee1a...b1123688 - 445 commits from branch
added 1 commit
- eae1004e - Logger: main functions of the index file are implemented
Please register or sign in to reply