Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

start

Pervane_Pishi
初學者
1,484 檢視
Dear All,
I have a very basic question. I want to use Math Kernel Intel Library. I want to check that if it is installed in my computer or not. I have checked and noticed it is not. But to be sure tell me how can i check that if this library is intalled in my system or not. i use linux,so please tell me the command.
Thanks
0 積分
2 回應
TimP
榮譽貢獻者 III
1,484 檢視
rpm -qa | grep mkl
would show you which versions of MKL were installed via rpm. Of course, it's possible to install by other methods.
If you know which top level directories are favored by someone who installs software on your machine, you could search for a known component of mkl installation. If the default /opt/intel/ is assumed,
find /opt/intel -name mklvars.sh
will show you the MKL versions installed there.
Pervane_Pishi
初學者
1,484 檢視
Thank you for your reply, I did that command but doesn't show any things and does not complain either.but when i do "find /opt/intel -name mklvars.sh" it complains that there is no such a directory.so i think even if this library exists, it is not in default directory.

回覆