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

Compiling Numpy with MKL

magawake
Beginner
312 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
312 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
0 Kudos
magawake
Beginner
312 Views
Thankyou. This is a very nice tool.

0 Kudos
Reply