HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of data types, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications t o evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.
Load the HDF5 module corresponding to the version you want to use, e.g
module load HDF5/1.8.19-nsc1-intel-2018a-eb
This will add the HDF5 commands to your search path and set the environment variable HDF5_DIR to point to the top directory.
You can build applications against the HDF5 library. In that case use the include files in ${HDF5_DIR}/include and libraries in ${HDF5_DIR}/lib. Example compiler options:
-I$HDF5_DIR/include -L$HDF5_DIR/lib -Wl,-rpath,$HDF5_DIR/lib
Guides, documentation and FAQ.
Applying for projects and login accounts.