Export to GitHub

numexpr - issue #94

can't build with vml on linux


Posted on Nov 8, 2012 by Swift Bear

Installed current mkl 11.0.1.117

Used:

site.cfg: library_dirs = /opt/intel/mkl/lib/intel64/:/opt/intel/lib/intel64 include_dirs = /opt/intel/mkl/include/ mkl_libs = mkl_intel_ilp64, mkl_intel_thread, mkl_core, iomp5

Without iomp5, build succeeds, but on import numexpr I have undefined symbol. I found the symbol was defined in iomp5. But adding it the build now fails.

mkl_info: libraries mkl_intel_ilp64,mkl_intel_thread,mkl_core,iomp5 not found in /opt/intel/mkl/lib/intel64/ libraries mkl_intel_ilp64,mkl_intel_thread,mkl_core,iomp5 not found in /opt/intel/lib/intel64 NOT AVAILABLE

The lib files and paths are correct:

/opt/intel/lib/intel64: total used in directory 42120 available 38862464 ... -rwxr-xr-x 1 root root 1147696 Oct 15 04:07 libiomp5.so

Comment #1

Posted on Apr 26, 2013 by Quick Elephant

In 2.1 this should work. Closing.

Status: Fixed

Labels:
Type-Defect Priority-Medium