[mlpack-git] [mlpack] Issue linking to MKL when compiling (#509)

Fractally notifications at github.com
Wed Jan 27 13:04:12 EST 2016


I am able to configure and generate mlpack using the cmake gui ARMA_USE_WRAPPER is not defined, so I have to link to all dependencies manually I am using MKL CMake found three of the MKL libraries on its own:

> mkl_core_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_coreso
> mkl_intel_lp64_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_intel_lp64so
> mkl_intel_thread_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_intel_threadso

It does not find the following on its own:

> mkl_LIBARY
> mkl_lapack_LIBRARY

I assumed the following:
> mkl_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_rtso
> mkl_lapack_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_lapack95_lp64a

When reaching around 30% of compiling a large list of undefined references appear in my terminal These look like:

> /opt/intel/mkl/lib/intel64/libmkl_intel_lp64so: undefined reference to `mkl_lapack_zlaqgb`
/opt/intel/mkl/lib/intel64/libmkl_intel_lp64so: undefined reference to `mkl_lapack_zlaed8`
/opt/intel/mkl/lib/intel64/libmkl_intel_lp64so: undefined reference to `mkl_iss_dcsrilut`

Could someone please confirm whether my assumptions for the required libraries are correct Any tips for a solution would also be great 

Thanks!

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/509
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160127/ac889816/attachment.html>


More information about the mlpack-git mailing list