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
>
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
>
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
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_
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
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
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 =