Does EPD Free use MKL distribution?

According to the Enthoughth website, the Python EPD distribution uses MKL for numpy and scipy. Does EPD Free also use MKL? If it does not use another library for BLAS / LAPACK? I am using EPD Free 7.3-2

Also, which library uses the Windows binary installer for numpy, which can be found on scipy.org?

+1
source share
2 answers

EPD Free 7.3 installers do not include MKL. The BLAS / LAPACK libraries they use are ATLAS on Linux and Windows and are accelerated on OSX.

+2
source

According to this table , EPD Free 7.3 does not include Intel MKL.

+1
source

All Articles