HDF5
The HDF stands for Hierarchical Data Format. The 5 stands for version 5. The Hierarchical Data Format (HDF) implements a model for managing and storing data. The model includes an abstract data model, an abstract storage model (a.k.a. the data format), and libraries to implement the abstract model and to map the storage model to different storage mechanisms.
- Model
- Format
- Library
- Reference Manuals
- Debugging
- Tools
- FAQ
- Spack
- Can I create a file with a file image?
- What’s the minimum CMake version for HDF5 1.14.0?
- Why does
README.mdstarts with a version number? - Running
./autogen.shfails withlibtool not founderror. - Will reading a dataset be slower if your file contains many datasets?
- Why does the file size grow exponentially in Single-Writer-Multiple-Reader?
- Why doesn’t Spack set
HDF5_VOL_CONNECTORenvironment variable? - Why does H5Dget_space_status() return incorrect space allocation status?
- What is number in the subfile name created by subfiling virtual file driver?
- Reference Manuals