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

Is there a way to link only mkl lapack somehow? but not all mkl?

utab
Beginner
421 Views
I was wondering if there is a way to only link mkl lapack? If yes, which files should I use in linking?
Best,
Umut
0 Kudos
2 Replies
barragan_villanueva_
Valued Contributor I
421 Views
Hi,

In case if you want to get small execatableplease usestatic linking with MKL libraries.
If you need some small dynamic library with limited set of MKL functions (e.g. subset of LAPACK) please use MKL custom builder.
Otherwise, please explain your reasons tolink with mkl lapack
what kind of library: static or dynamic to deployapplication or create some plug-in
it is about size of your application or plug-in
0 Kudos
TimP
Honored Contributor III
421 Views
If you want to use lapack without using MKL BLAS, you should not be using MKL lapack. There isn't so much MKL specific optimization in lapack anyway; it's perfectly feasible to use open source.
Maybe that's not the question you meant to ask.
0 Kudos
Reply