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

mkl_def.so is not found in Intel MKL library 2019

Binay
Beginner
971 Views

mkl_def.so is not found in Intel MKL library 2019 or 2020 for linux 32 bit. We have been using using Intel MKL library an older version ( a very old version released sometime in 2012 ) and now trying to upgrade it to latest one. We are finding issue on Linux 32 bit as getting compilation error mkl_def.so ( gcc 6.3 C++ ). We checked and found that the file mkl_def.so is included in Linux 64 bit package but not in Linux 32 bit package of intel MKL. Please suggest how to fix the issue

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
948 Views

Could you show us how do you link your application on ia32 based system?

0 Kudos
JaiKrishna
Beginner
928 Views

Could you please let us know that why you guys have removed libmkl_def.so from ia32 ?

We have followed the Intel link line advisor to link our application in 32bit.

0 Kudos
Gennady_F_Intel
Moderator
916 Views

it is some kind of renaming:

for ia32 IA:  libmkl_p4.so == libmkl_def.so ( the default for SSE@ enabled processors)

therefore your application should migrate to using the latest versions w/o a problem.

for intel64 - yes we provide the same library but with the libmkl_def.so name

 

 

0 Kudos
Reply