I am trying to use parallel HDF5 for my MPI I/O jobs. However, the test from the “https://github.com/JuliaIO/HDF5.jl/blob/master/test/mpio.jl” fails with the following message:
“HDF5.jl has no parallel support. Make sure that you’re using MPI-enabled HDF5 libraries, and that MPI was loaded before HDF5. See HDF5.jl docs for details.”
Since I am a user of a server, I cannot use the sudo apt command to install libhdf5-mpich-dev. Are there some ways to find or install the correct hdf5 library for my parallel HDF5 jobs?
Thank you for your supports.