- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Description:
I am experiencing an issue with missing shared libraries after installing the Intel oneAPI HPC Kit on my CentOS system. The specific error occurs when trying to run an application compiled with the Intel Fortran compiler (ifort):
./bcont.x: error while loading shared libraries: libf71rts.so.1: cannot open shared object file: No such file or directory
Steps Taken:
Installation of Intel oneAPI HPC Kit:
- I downloaded the installer (l_HPCKit_p_2024.1.0.560_offline.sh) and ran it as follows:sudo sh l_HPCKit_p_2024.1.0.560_offline.sh
- The installer completed successfully without any errors. I verified this by checking the installation logs located in /opt/intel/oneapi/logs.
- I downloaded the installer (l_HPCKit_p_2024.1.0.560_offline.sh) and ran it as follows:
Verification of Installation:
- The ifort compiler is available and can be invoked:ifort -v
- The version reported is:ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024... ifort version 2021.12.0
- The ifort compiler is available and can be invoked:
Searching for Missing Library:
- I attempted to locate the missing libf71rts.so.1 library using the find command:sudo find /opt/intel -name 'libf71rts.so.1'
- No results were returned, indicating that the library is not present in the installation directory.
- I attempted to locate the missing libf71rts.so.1 library using the find command:
Checking Installation Logs:
- I reviewed the installation logs to see if there were any errors or warnings related to the installation of the HPC Kit:less/opt/intel/oneapi/logs/installer.install.intel.oneapi.lin.hpckit.product,v=2024.1.0+556.2024.06.12.19.12.11.562934.log
- The logs indicated that all components were installed successfully.
- I reviewed the installation logs to see if there were any errors or warnings related to the installation of the HPC Kit:
Environment Variables:
- I ensured that the environment variables were set correctly by sourcing thesource /opt/intel/oneapi/setvars.sh
- The LD_LIBRARY_PATH and PATH variables were updated, but the missing library issue persists.
- I ensured that the environment variables were set correctly by sourcing the
System Information:
- Operating System: CentOS
- Intel oneAPI HPC Kit Version: 2024.1.0.560
Request for Assistance:
Could you please assist in resolving this issue? Specifically, I need help to determine why the libf71rts.so.1 library is missing and how I can obtain and properly install it. Any guidance on troubleshooting steps or necessary actions would be greatly appreciated.
Thank you for your support.
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page