Release Information
Methods to obtain (gz
file)
- firefox
–
Downoad file and then run:gzip -cd <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 -
Tested Platforms and Configuration Features
NOTE: HDF5-1.10 requires MPI 3.
Release Notes
Compatibility Report
--- Last Modified: April 07, 2023 | 11:37 AM