- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page