Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29072 Discussions

Issue with Missing libf71rts.so.1 after Installing Intel oneAPI HPC Kit

GQDing
Beginner
287 Views

 

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:

  1. 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.
  2. 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
  3. 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.
  4. 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.
  5. Environment Variables:

    • I ensured that the environment variables were set correctly by sourcing the
      source /opt/intel/oneapi/setvars.sh
    • The LD_LIBRARY_PATH and PATH variables were updated, but the missing library issue persists.

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.

 

Labels (2)
0 Kudos
0 Replies
Reply