Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 Release Information

Page properties
Release Notes

VersionHDF5 1.12.1
Release Date

2021-07-01

Download

Hdf download link
Target/display/support/HDF5+1.12.1#files
LinkTextDownload

Release Notes

Cur page link
TargetAnchorreleasenotes
LinkText

Additional Release Information:

Cur page link
TargetAnchorplatformstested
LinkTextTested Platforms and Configuration Features

 Software Changes From Release to Release for HDF5-1.12
 New Features in HDF5 Release 1.12
 Newsletter Announcement
 Doxygen generated Reference Manual
 

Cur page link
TargetAnchorknownprob
LinkTextKnown Problems

 

Cur page link
TargetAnchorcompatibility1121
LinkTextAPI Compatibility Report between 1.12.0 vs 1.12.1

Information on Upgrading Applications to 1.12:

Video: Moving Applications from 1.10 to 1.12
 Migrating from HDF5 1.10 to 1.12

 

Hdf rm anchor
AnchorNamefiles
Files

Info

Applications that were created with earlier HDF5 releases may not compile with 1.12 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 application can be built with 1.12 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 to the compiler. For example (C), you can specify h5cc -DH5_USE_110_API (autotools) and cmake -DCMAKE_C_FLAGS="-DH5_USE_110_API" (CMake).
  • To build an HDF5 library with the 1.10 APIs you must set DEFAULT_API_VERSION to v110 when configuring. For example, with autotools specify --with-default-api-version=v110 and with CMake set -DDEFAULT_API_VERSION:STRING=v110 in the HDF5options.cmake file when using the CMake source release (CMake-hdf5-1.12.1*).

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

See the Migrating from HDF5 1.10 to HDF5 1.12 page and video for more information.

Location of Software: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.1/

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

Unix Gzipped source tar file. 

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

Unix Bzipped source tar file. 

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

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

Building HDF5 with CMake   "
CMake-hdf5-1.12.1.zip CMake source release File to build HDF5 with CMake on Windows
Building HDF5 with CMake    "
Ready to use BinariesBinary FilePre-built binary distributions for Unix and Windows  
HDF5 PluginsBinary FilePre-built HDF5 plugin distributions for Unix and WindowsInformation on HDF5 Filter Plugins 

 

Anchor
downloadsrc
downloadsrc
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 -

Anchor
DoxgenRM
DoxgenRM

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.

 

Hdf rm anchor
AnchorNameplatformstested

Tested Platforms and Configuration Features

NOTE:  HDF5-1.12 requires MPI 3.

See the Supported Platforms section in the Release Notes for details.

 

Comment
Bitbucket Server file
repoSlughdf5
branchIdrefs/tags/hdf5-1_12_0
projectKeyHDFFV
filepathrelease_docs/RELEASE.txt
fileEncodingUS-ASCII
lineStart402
progLangplain
lineEnd519
applicationLink5ac7b370-7412-3c8c-ad20-807a68261336

Hdf rm anchor
AnchorNamereleasenotes

Release Notes

HDF5 1.12.1 Release Notes


Hdf rm anchor
AnchorNamecompatibility1121
HTML
<iframe class="hdf-java-docs" height="800px" width="100%" src="https://htmlpreview.github.io/?https://github.com/hdfgroup/hdf5doc/8f09cef4b2b62d56d6956ff5ddb689ab642fc763/html/ADGuide/Compatibility_Report/hdf5-1.12.1-vs-hdf5-1.12.0-interface_compatibility_report.html"></iframe>


Hdf rm anchor
AnchorNameknownprob

Known Problems

Info

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.