Python Setting

From WhiteWing
Jump to: navigation, search

Numpy

Since we are using MKL's BLAS and LAPACK, setting should be done with these files.

[DEFAULT]
library_dirs=/projects/grail/local/opt/intel/mkl/10.0.1.014/include:/homes/gws/s
eongjae/local/include
include_dirs=/projects/grail/local/opt/intel/mkl/10.0.1.014/lib/32:/homes/gws/se
ongjae/local/lib

[blas_opt]
libraries=mkl_solver,mkl_ia32,mkl,guide,mkl_lapack

[lapack_opt]
libraries=mkl_solver,mkl_ia32,mkl,guide,mkl_lapack

[mkl]
library_dirs=/projects/grail/local/opt/intel/mkl/10.0.1.014/lib/32
lapack_libs = mkl_lapack
mkl_libs = mkl,guide

[fftw]
libraries = fftw3


Scipy

Scipy.test gives some errors. I guess that's just a float error between MKL BLAS and normal BLAS.

Personal tools