- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

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