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

Intel MKL Library for Linux (`libmkl_rt.so`) Missing `SONAME`

Royi
Novice
2,201 Views

There is an issue with Intel MKL RT Library files at Linux (`libmkl_rt.so`).

Their `soname` isn't defined.
Please have a look at https://github.com/JuliaSparse/Pardiso.jl/issues/69#issuecomment-620898554.

Any chance to fix it in the next update?

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
2,201 Views

Yes, we know about this issue and planning to fix that into one of the nearest updates of mkl 2020. This thread would be updated as soon as the fix will be available.

0 Kudos
Gennady_F_Intel
Moderator
2,187 Views

The fix of the issue available in the latest version of MKL 2020 update 2 which available for downloading. Please check this update and let us know the results. 

0 Kudos
Gennady_F_Intel
Moderator
2,187 Views

here what I see with 2020.2

$ objdump -p *.so | grep SONAME
SONAME libmkl_avx2.so
SONAME libmkl_avx512_mic.so
SONAME libmkl_avx512.so
SONAME libmkl_avx.so
SONAME libmkl_blacs_intelmpi_ilp64.so
SONAME libmkl_blacs_intelmpi_lp64.so
SONAME libmkl_blacs_openmpi_ilp64.so
SONAME libmkl_blacs_openmpi_lp64.so
SONAME libmkl_blacs_sgimpt_ilp64.so
SONAME libmkl_blacs_sgimpt_lp64.so
SONAME libmkl_cdft_core.so
SONAME libmkl_core.so
SONAME libmkl_def.so
SONAME libmkl_gf_ilp64.so
SONAME libmkl_gf_lp64.so
SONAME libmkl_gnu_thread.so
SONAME libmkl_intel_ilp64.so
SONAME libmkl_intel_lp64.so
SONAME libmkl_intel_thread.so
SONAME libmkl_mc3.so
SONAME libmkl_mc.so
SONAME libmkl_pgi_thread.so
SONAME libmkl_rt.so
SONAME libmkl_scalapack_ilp64.so
SONAME libmkl_scalapack_lp64.so
SONAME libmkl_sequential.so
SONAME libmkl_tbb_thread.so
SONAME libmkl_vml_avx2.so
SONAME libmkl_vml_avx512_mic.so
SONAME libmkl_vml_avx512.so
SONAME libmkl_vml_avx.so
SONAME libmkl_vml_cmpt.so
SONAME libmkl_vml_def.so
SONAME libmkl_vml_mc2.so
SONAME libmkl_vml_mc3.so
SONAME libmkl_vml_mc.so

0 Kudos
Reply