- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was wondering if there is a way to only link mkl lapack? If yes, which files should I use in linking?
Best,
Umut
Best,
Umut
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Maybe that's not the question you meant to ask.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page