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

missing libmkl_ia32?

marc_tit
Beginner
392 Views
I have downloaded and installed MKL 11.1 for Linux, on a 32bits Ubuntu distribution.
I am trying to compile a Finite Elements code (Code_Aster) with it.

As far as I understood, I need to link it with libmkl_lapack95.a, libmkl_ia32.a, libguide.a, andlibmkl_intel.a.
However, there is no libmkl_ia32.a in/opt/intel/Compiler/11.1/046/mkl/lib/32/ and I could not find it elsewhere.

Does this file have another name on the 11.1 version or am I missing something? Or is it located somewhere else?

Thank you very much
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
392 Views

1. Please look at the article related what libraries are recommended for linking your application. I hope it will help you.

2.libmkl_ia32.a is dummy library. Contains references to Intel MKL libraries. This libraries were removed from the latest version of MKL. For more info about that please refer here.

--Gennady

0 Kudos
Reply