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

can not find libmkl_lapack.a on Mac

spakintel
Beginner
519 Views

Dear all,

I am using intel MKL version 10.0.11 on my intel-Mac machine. I'm trying to link my program to static lapack library "libmkl_lapack.a' which by default should have been in directory "/Library/Frameworks/Intel_MKL.framework/Versions/10.0.11/lib/32". However, in the respective directory, there is no such a file at all, I have checked em64, but thesituationis the same. Could anybody let me know how I could fix this problem?


Thanks

Spak

0 Kudos
2 Replies
Andrey_Bespalov
New Contributor I
519 Views


Just remove the libmkl_lapack.a from the linking line. If it is impossible you can create empty libmkl_lapack.a.

The interface, threading and core libraries contain all required functionality.

0 Kudos
spakintel
Beginner
519 Views


Just remove the libmkl_lapack.a from the linking line. If it is impossible you can create empty libmkl_lapack.a.

The interface, threading and core libraries contain all required functionality.

Thanks for your prompt reply.

0 Kudos
Reply