[SciPy-User] Building NumPy 1.6.0 with MKL and MSVS9 on XP 32bit

Christoph Gohlke cgohlke at uci.edu
Mon May 16 22:04:46 EDT 2011



On 5/16/2011 6:07 PM, Klonuo Umom wrote:
>
> I followed partial instructions and scipy page, which are for different MKL and VS version.
>
> I have MKL 10.2.2.025 and MSVS9
>
> .numpy-site.cfg file example:
> ===============================================================================
> mkl_libs = mkl_ia32, mkl_c_dll, libguide40
> lapack_libs = mkl_lapack
> -------------------------------------------------------------------------------
>
> None of this libraries are in MKL ia32\libs folder, so I assumed this:
> ===============================================================================
> mkl_libs = mkl_blas95, mkl_intel_c_dll, libguide40
> lapack_libs = mkl_lapack95
> -------------------------------------------------------------------------------
>
> As expected, this was wrong.
>
> Can someone assist, please?
>
> TIA
>

Try the Intel MKL Link Line Advisor 
<http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/>

I use the following multi-thread static libraries with MKL 11.1:
mkl_lapack95,mkl_blas95,mkl_intel_c,mkl_intel_thread,mkl_core,libiomp5md,libifportmd

Christoph




More information about the SciPy-User mailing list