Intel® Xeon® Processor and Server Products
Intel® Xeon® Processors, Data Center Products including boards, integrated systems, and RAID Storage
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5195 Discussions

mkl_def.so is not found in Intel MKL library 2019 or 2020 for linux 32 bit package

Binay
Beginner
2,138 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.

Labels (2)
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
2,096 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
Ruqiu_C_Intel
Moderator
1,895 Views

We will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only. 

0 Kudos
Reply