Score:0

error while loading shared libraries: libmkl_intel_lp64.so

vn flag

I executed a program and I got an error message as follows:

error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory

So, it seems that this program requires mkl library. I followed the instructions indicated here:

https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html?operatingsystem=linux&distributions=online

Meaning that I executed:

wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19038/l_onemkl_p_2022.2.1.16993.sh
sudo sh ./l_onemkl_p_2022.2.1.16993.sh

Now, the installation location is at: /opt/intel/oneapi/

I can see that there is a folder called mkl in the above folder. However, I still don't see libmkl_intel_lp64.so and the execution of the program still leads to the same error message as previously mentioned.

Could you please tell me what should be done to not have this error?

P.S.: I have Linux 18.04

Hannu avatar
ca flag
https://askubuntu.com/questions/350068/where-does-ubuntu-look-for-shared-libraries
Score:0
vn flag

The missing step was the execution of the following command:

source /opt/intel/oneapi/setvars.sh
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.