Page tree

                                  ***** UNSUPPORTED *****

HDF5 1.13.x were experimental releases and are now unsupported by The HDF Group.

Release Information

Only latest 1.13.x version available

HDF5 1.13.x releases are essentially formal release candidates in anticipation of HFDF5 1.14.0 later this year. Since testing and feedback should be done with the latest 1.13.x version, only the latest is made available for download.

Downloads

Applications that were created with earlier HDF5 releases may not compile with 1.13 by default.

The API Compatibility Macros in HDF5 allow users to work around this issue. Users can specify a compatibility macro mapping for the version of HDF5 that an application was built with. For example, a 1.10 (or 1.12) application can be built with 1.13 using either an application or library mapping as follows:

  • To compile an application built with a version of HDF5 that includes deprecated symbols (the default), make sure to pass -DH5_USE_110_API (or -DH5_USE_112_API)to the compiler. For example (C), you can specify h5cc -DH5_USE_110_API (or -DH5_USE_112_API) when using autotools) and cmake -DCMAKE_C_FLAGS="-DH5_USE_110_API" (or -DCMAKE_C_FLAGS="-DH5_USE_110_API") when using CMakeCMake.
  • To build an HDF5 library with the 1.10 (or 1.12.) APIs you must set DEFAULT_API_VERSION to v110 (or v112) when configuring. For example, with autotools specify --with-default-api-version=v110 (or --with-default-api-version=v112) and with CMake set -DDEFAULT_API_VERSION:STRING=v110 (or -DDEFAULT_API_VERSION:STRING=v112) in the HDF5options.cmake file when using the CMake source release (CMake-hdf5-1.13.2).

However, users will not be able to take advantage of some of the new features in 1.13 if using these compatibility mappings.

Location of Software: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.13/hdf5-1.13.2/

FileTypeCommentInstall InstructionsMd5 Checksum
hdf5-1.13.2.tar.gz Source release

Unix Gzipped source tar file. 

release_docs/ directory in source hdf5-1.13.2.md5
hdf5-1.13.2.tar.bz2 Source release

Unix Bzipped source tar file. 

release_docs/ directory in source   "
hdf5-1.13.2.zip Source releaseWindows zip filerelease_docs/ directory in source   "
CMake-hdf5-1.13.2.tar.gz CMake source release

File to build HDF5 with CMake (Unix).  See Methods to obtain (below).

Building HDF5 with CMake   "
CMake-hdf5-1.13.2.zip CMake source releaseFile to build HDF5 with CMake on Windows
Building HDF5 with CMake    "
Ready to use BinariesBinary FilePre-built binary distributions for Unix and Windows, including plugins.  
HDF5 PluginsBinary FilePre-built HDF5 plugin distributions for Unix and WindowsInformation on HDF5 Filter Plugins 

 

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_13

Included are all core library functions documented in the current documentation.

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.13 requires MPI 3.

See the Platforms Tested 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 26, 2023 | 12:23 PM