Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1642 Discussions

Parallel HDF5 Fortran

Mohammad_Umair
Beginner
1,054 Views

I am developing an application that requires a parallel HDF5 library build with Intel Compiler and Fortran support. I successfully build the HDF5 library on my account and was able to compile my application with it but when I run my application I get an error message: "error while loading shared libraries: libhdf5_fortran.so.102". I already provided the path to the library and bin in my .bashrc file.

# zlib
export PATH="/home/uxxxxx/libraries/zlib/zlib-1.2.11/bin:$PATH"
export LD_LIBRARY_PATH="/home/uxxxxx/zlib/zlib-1.2.11/lib:$LD_LIBRARY_PATH"

# HDF5
export PATH="/home/uxxxxx/libraries/hdf5/hdf5-1.10.5/bin:$PATH"
export LD_LIBRARY_PATH="/home/uxxxxx/hdf5/hdf5-1.10.5/lib:$LD_LIBRARY_PATH"

I don't know why it's not able to locate the necessary files.

I'm stuck at this point.

Kindly help! 

0 Kudos
1 Reply
Andrey_Vladimirov
New Contributor III
1,054 Views

Hello Mohammad,

it appears that this question does not belong in this forum. This forum is for Intel DevCloud for the Edge, which does not provide support for HDF5 nor hosts Intel compilers. You may be better off asking the question in the forum for Intel Fortran Compiler: https://software.intel.com/en-us/forums/intel-fortran-compiler   

Best regards,

Andrey

0 Kudos
Reply