Re: [Numpy-discussion] MKL with 64bit crashes

2010-01-21 Thread Dag Sverre Seljebotn
Kashyap Ashwin wrote: > Matthieu, > I am not sure what exactly you mean. I did pass in "static" to the > link-adviser and this is the new setup.cfg > mkl_libs = mkl_solver_ilp64, mkl_intel_ilp64, mkl_gnu_thread, mkl_core. > > On import, Numpy complains as usual about the mkl_def and mkl_mc. If I >

Re: [Numpy-discussion] MKL with 64bit crashes

2009-10-15 Thread David Cournapeau
Kashyap Ashwin wrote: > Matthieu, > I am not sure what exactly you mean. I did pass in "static" to the > link-adviser and this is the new setup.cfg > mkl_libs = mkl_solver_ilp64, mkl_intel_ilp64, mkl_gnu_thread, mkl_core. > > On import, Numpy complains as usual about the mkl_def and mkl_mc. If I >

Re: [Numpy-discussion] MKL with 64bit crashes

2009-10-15 Thread Kashyap Ashwin
Matthieu, I am not sure what exactly you mean. I did pass in "static" to the link-adviser and this is the new setup.cfg mkl_libs = mkl_solver_ilp64, mkl_intel_ilp64, mkl_gnu_thread, mkl_core. On import, Numpy complains as usual about the mkl_def and mkl_mc. If I append these libs, then the crashes

Re: [Numpy-discussion] MKL with 64bit crashes

2009-10-15 Thread Matthieu Brucher
Hi, You need to use the static libraries, are you sure you currently do? Matthieu 2009/10/15 Kashyap Ashwin : > I followed the advice given by the Intel MKL link adviser > (http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/) > > This is my new site.cfg: > mkl_libs = mkl_intel_

Re: [Numpy-discussion] MKL with 64bit crashes

2009-10-15 Thread Kashyap Ashwin
I followed the advice given by the Intel MKL link adviser (http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/) This is my new site.cfg: mkl_libs = mkl_intel_ilp64, mkl_gnu_thread, mkl_core I also exported CFLAGS="-fopenmp" and built with the --fcompiler=gnu95. Now I get these e

Re: [Numpy-discussion] MKL with 64bit crashes

2009-10-14 Thread David Cournapeau
On Thu, Oct 15, 2009 at 8:04 AM, Kashyap Ashwin wrote: > Hello, > I compiled numpy-1.3.0 from sources on Ubuntu-hardy, x86-64 (Intel) with > MKL. > This is my site.cfg: > [mkl] > # library_dirs = /opt/intel/mkl/10.0.1.014/lib/32/ > library_dirs = /opt/intel/mkl/10.2.2.025/lib/em64t > include_dirs

[Numpy-discussion] MKL with 64bit crashes

2009-10-14 Thread Kashyap Ashwin
Hello, I compiled numpy-1.3.0 from sources on Ubuntu-hardy, x86-64 (Intel) with MKL. This is my site.cfg: [mkl] # library_dirs = /opt/intel/mkl/10.0.1.014/lib/32/ library_dirs = /opt/intel/mkl/10.2.2.025/lib/em64t include_dirs = /opt/intel/mkl/10.2.2.025/include lapack_libs = mkl_lapack #mkl_libs =