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

Math Kernel Library

mohaddeseh
Beginner
651 Views

Dear users,

I want to install a program which is compatible with MKL version 9. Unfortunately I couldn't find it. Can anybody provide me with the link of downloading this version?

Sincerely yours,

Mohaddeseh

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
651 Views

Mohaddeseh,

MKL version 9.0 is EOL several years ago. From the IntelRegistrationCenter (https://registrationcenter.intel.com ) you can get versions 10.0, 10.1 and 10.2 only.

--Gennady

0 Kudos
fomi4
Beginner
651 Views

https://registrationcenter.intel.com

Doesn't work

It works, sorry

0 Kudos
kenz095
Beginner
525 Views

Sorry, give me information, please.

OneAPI was installed to my PC and my source code was compiled.

Although mpi.h was confirmed, an error message "MKL_blacs.lib was not found" was indicated.

In the intel directory, there were several NKL_blacs*.lib, but an above library file was not confirmed.

How to success to be compiled ?

0 Kudos
Gennady_F_Intel
Moderator
518 Views

It seems that these libraries ' names were obsoleted and into the latest version of MKL ( 2021.4, as an example) there are different black's library-related names. Please take a look at the MKL Linker Adviser (https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html) to see which libraries you need to link with.

Reply