Tuesday, September 15, 2009

MKL and Numpy

http://www.shocksolution.com/2008/09/19/installing-numpy-with-the-intel-math-kernel-library-mkl/

Intel MKL (math kernel library) http://software.intel.com/en-us/intel-mkl/ install with Numpy

1. Unpack the tar file with: tar xfvz numpy-1.0.4.tar.gz
2. cd numpy-1.0.4
3. cp site.cfg.example site.cfg
4. vi site.cfg
5. python setup.py install –home=~

[mkl]
library_dirs = /opt/software/intel/mkl/10.0.1.014/lib/em64t
mkl_libs = mkl, guide
lapack_libs = mkl_lapack
include_dirs = /opt/software/intel/mkl/10.0.1.014/include

http://mail.scipy.org/pipermail/numpy-discussion/2007-November/029881.html
http://www.scipy.org/Installing_SciPy/Linux#head-7ce43956a69ec51c6f2cedd894a4715d5bfff974

No comments: