Release Information
Methods to obtain (gz
file)
- firefox
–
Download file and then run:gzip <distribution>.tar.gz | tar xzf -
- chrome – Download file and then run:
gzip -cd <distribution>.tar.gz | tar xvf -
- wget
– wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.N/hdf5-1.N.N/src/<distribution>.tar.gz
gzip -cd <distribution>.tar.gz | tar xvf -
Doxygen Generated Reference Manual
The new HDF5 C-API documentation based on Doxygen is available at
https://docs.hdfgroup.org/hdf5/v1_12/
Included are all core library functions documented in the current documentation with the exception of H5P[g,s]et_fapl_[hdfs,ros3].
Note that the Fortran-API is NOT included in this release, and will be included in a future release. Online versions can be found at these URLs:
This documentation is WORK-IN-PROGRESS. That’s why all existing documentation will remain accessible for the foreseeable future.
Since this portion of the HDF5 documentation is now part of the source code, it gets the same treatment as code. In other words, issues, inaccuracies, corrections should be reported as issues in GitHub (https://github.com/HDFGroup/hdf5/issues), and pull requests will be reviewed and accepted as any other code changes.
Tested Platforms and Configuration Features
NOTE: HDF5-1.12 requires MPI 3.
See the Supported Platforms section in the Release Notes for details.
Known Problems
A bug in the cray-mpich compiler had caused an HDF5 serial test to fail for the function H5Pset_data_transform. The bug description can be found here:
https://docs.olcf.ornl.gov/systems/spock_quick_start_guide.html#olcfdev-118-parallel-hdf5-failures-when-running-on-gpfs
The issue has been reported to OLCF and the workaround has been applied.
--- Last Modified: April 27, 2022 | 11:56 AM