Home 9 Resources 9 Software 9 HDF5

HDF5 and PHDF5

 

HDF5 is a suite of applications to manage extremely large and complex data collections.   PHDF5 is the parallel version of HDF5 and  also installed on Bridges.

Documentation

Usage on Bridges-2

To see what versions of HDF5  are available and if there is more than one, which is the default, along with some help, type

module spider hdf5

To use HDF5, include a command like this in your batch script or interactive session to load the HDF5 module: (note ‘module load’ is case-sensitive):

module load hdf5

or

module load phdf5

Be sure to check the module help; you may need to load or unload other modules to use hdf5/phdf5 successfully.

module help hdf5

or

module help phdf5