Hi, I want to use h5diff
command line tool in order to compare the two HDF5 files on Linux platform. I have no idea how to proceed with the installation of HDF5-tools on Redhat Linux. TIA!
The HDF5 command-line utilities (including h5diff
) are usually distributed alongside the HDF5 library.
- Which version of RedHat are you running? On x86_64?
- What does
yum list available *hdf5*
return? Do you use environment modules or Spack? - Is there a specific version of HDF5 you need? (1.[8,10,12].x?)
- Are binaries OK or do you want to build from source?
G.
Hi Gheber,
Thanks for replying but consider me noob to Linux platform. Though, i will try and answer your queries to the best of my knowledge:
- its RHEL 7.6.
- `yum list available hdf5 returns nothing?
- Latest version of HDF5, basically i need to work with h5diff utility to compare to hdf5 files.
- Binaries would be sufficient.
Thanks for your response.
1 Like