Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

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

utab
Beginner
798 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
798 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
798 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