Re: [Numpy-discussion] Build with MKL on linux

2009-02-20 Thread Gregor Thalhammer
Neal Becker schrieb: > Trying to build numpy-1.2.1 with intel mkl 10.1.1.019 on linux F10 x86_64. > > echo $LD_LIBRARY_PATH > /opt/intel/mkl/10.1.1.019/lib/em64t > > > strace -e trace=file python -c 'import numpy; numpy.test()' 2>stuff > Running unit tests for numpy > NumPy version 1.2.1 > NumPy is

[Numpy-discussion] Build with MKL on linux

2009-02-19 Thread Neal Becker
Trying to build numpy-1.2.1 with intel mkl 10.1.1.019 on linux F10 x86_64. echo $LD_LIBRARY_PATH /opt/intel/mkl/10.1.1.019/lib/em64t strace -e trace=file python -c 'import numpy; numpy.test()' 2>stuff Running unit tests for numpy NumPy version 1.2.1 NumPy is installed in /usr/lib64/python2.5/sit