...
Code Block |
---|
apt-get install zlib1g-dev libhdf5-serial-devdev libhdf5-hl-100 ;# version number depends on linux distribution and version apt-get install hdf5-tools hdf5view ;# recommended tools to manage and look into hdf5 files |
Scientific Linux (Redhat and the like):
...
Code Block |
---|
libhdf5-mpi-dev libhdf5-mpich-dev libhdf5-openmpi-dev libhdf5-serial-dev ;# by default the package 'libhdf5-dev' installs the -serial version |
And in Scientific Linux the HDF5 development packages available:
...