Re: [Numpy-discussion] Compiling Numpy with Intel MKL9.1 on SUSE10.2 (Solved!)

2007-06-09 Thread rex
rex <[EMAIL PROTECTED]> [2007-06-09 11:02]: > I changed the cc_exe line in > numpy-1.0.3/numpy/distutils/intelccompiler.py to: > > cc_exe = 'icc -msse3 -xP -fast' #Core 2 Duo > > >From the numpy-1.03 directory executed: > > python setup.py config --compiler=intel build_clib --compiler=intel bui

[Numpy-discussion] Compiling Numpy with Intel MKL9.1 on SUSE10.2

2007-06-09 Thread rex
I changed the cc_exe line in numpy-1.0.3/numpy/distutils/intelccompiler.py to: cc_exe = 'icc -msse3 -xP -fast' #Core 2 Duo >From the numpy-1.03 directory executed: python setup.py config --compiler=intel build_clib --compiler=intel build_ext --compiler=intel install --prefix=/usr/local/ [muc