[Numpy-discussion] Numpy & MKL

Xue (Sue) Yang x.yang at physics.usyd.edu.au
Thu Jan 7 20:13:22 EST 2010


This is what I had (when I built numpy, I chose gnu compilers instead of
intel compilers),

>>> numpy.show_config()
lapack_opt_info:
    libraries = ['mkl_lapack', 'mkl', 'vml', 'guide', 'pthread']
    library_dirs = ['/usr/physics/intel/mkl/lib/32']
    define_macros = [('SCIPY_MKL_H', None)]
    include_dirs = ['/usr/physics/intel/mkl/include']

blas_opt_info:
    libraries = ['mkl', 'vml', 'guide', 'pthread']
    library_dirs = ['/usr/physics/intel/mkl/lib/32']
    define_macros = [('SCIPY_MKL_H', None)]
    include_dirs = ['/usr/physics/intel/mkl/include']

lapack_mkl_info:
    libraries = ['mkl_lapack', 'mkl', 'vml', 'guide', 'pthread']
    library_dirs = ['/usr/physics/intel/mkl/lib/32']
    define_macros = [('SCIPY_MKL_H', None)]
    include_dirs = ['/usr/physics/intel/mkl/include']

blas_mkl_info:
    libraries = ['mkl', 'vml', 'guide', 'pthread']
    library_dirs = ['/usr/physics/intel/mkl/lib/32']
    define_macros = [('SCIPY_MKL_H', None)]
    include_dirs = ['/usr/physics/intel/mkl/include']

mkl_info:
    libraries = ['mkl', 'vml', 'guide', 'pthread']
    library_dirs = ['/usr/physics/intel/mkl/lib/32']
    define_macros = [('SCIPY_MKL_H', None)]
    include_dirs = ['/usr/physics/intel/mkl/include']

Thanks!

Sue

>> Do I need any specifications when I run numpy with intel MKL (MKL9.1)?
>> numpy developers would be able to answer this question?

>Are you sure you've compiled against MKL properly? What is printed by  
>numpy.show_config()?

>David






More information about the NumPy-Discussion mailing list