- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since Julia 1.6, Julia is compiled with (LBT), a BLAS/LAPACK demuxing library. It allows to dynamically switch between BLAS / LAPACK backends (OpenBLAS, Intel MKL, BLIS...).
Many softwares are precompiled with it in Julia (see removed external link) thanks to the cross-compiler {removed link} . In general, we compile these softwares with `-lblastrampoline` when it's possible.
The issue is when we want to link with LBT and oneMKL PARDISO solver such as Ipopt.
We need to link Ipopt with shared libraries that have both the BLAS and LAPACK symbols.
Is it possible to just use the Intel MKL shared libraries for the PARDISO solver?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm moving this over to the MKL Forum. The people there will be able to help you better.

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