Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Undefined reference to `mkl_lapack_ao_dpotrf_hao'

Trond_B_
Beginner
364 Views

Hi,

On our HP Z840 Workstation with Ubuntu Linux, Intel 64 ifort 16.0.2.181 compiler and Xeon CPUE5-2660V3@2.60 GHz x16 processors we get the following compile error message:

/opt/intel/compilers_and_libraries_2016.2.181/linux/mkl/lib/intel64_lin/libmkl_core.a(dpotrf_offload_thunks.o): In function `mkl_lapack_ao_dpotrf':

dpotrf_offload.c:(.text+0x6f): undefined reference to `mkl_lapack_ao_dpotrf_hao'

It looks like mkl_lapack_ao_dpotrf_hao is not found. Any suggestions for fixing this issue?

Trond B

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
364 Views

Hi Trond,

How did you link this case?  Is that AO or Compiler Assisted example? Could you check how to compile these case from MKL User's Guide follow this link https://software.intel.com/en-us/node/528601

with regards

0 Kudos
Reply