Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Compiling Numpy with MKL

magawake
Beginner
217 Views
I am folloiwing these instructions http://www.scipy.org/Installing_SciPy/Linux#head-7ce43956a69ec51c6f2cedd894a4715d5bfff974

I was able to find my lapack and blas by exporting BLAS and LAPACK environment variables. However, I can't seem to find ATLAS. What is the library file name for it?

0 Kudos
2 Replies
Konstantin_A_Intel
217 Views
Hi,

Having MKL in hand you don't need ATLAS at all. What you need is just to set full MKL linking line in BLAS (or LAPACK) variable. Please refer to MKL link line adviser:
Regards,
Konstantin
magawake
Beginner
217 Views
Thankyou. This is a very nice tool.

Reply