oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.

Installing MKL on Rocky Linux 8

FloAtWork
Beginner
1,878 Views

Hello!

Since I wasn't able to find this problem anywhere else, I'll ask here.

I have a Rocky Linux 8 computing cluster with Nvidia GPUs and AMD processors. I want to install a software called Tinker-HP that relies on MKL.

I tried installing just MKL (https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html?operatingsystem=linux&distributions=dnf) but always get the same error:

 

[user@cluster bin]$ sudo dnf install intel-oneapi-mkl
[sudo] password for user: 
Warning: failed loading '/etc/yum.repos.d/oneAPI.repo', skipping.
Last metadata expiration check: 3:13:58 ago on Mon 24 Jul 2023 05:10:22 PM CEST.
No match for argument: intel-oneapi-mkl
Error: Unable to find a match: intel-oneapi-mkl

 



Contents of said file:

 

[oneAPI]
name=Intel® oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF

 

 

So I tried the offline installer, and it did create the files at /opt/intel/oneapi, but the installation of Tinker-HP still fails saying MKL has not been found

Can anyone help me out here?

Best
Florian

0 Kudos
2 Replies
ArpanB_Intel
Moderator
1,831 Views

Hi Florian, could you try downloading the offline installer and trying the installation? Intel® oneAPI Math Kernel Library is supported on Rocky Linux 8.


You can download it from here: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html


0 Kudos
ArpanB_Intel
Moderator
1,795 Views

Florian, unfortunately we were unable to get a response.



If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply