Strange Error When Compiling xTB 6.4.1 with Intel oneAPI #616
Unanswered
LePingKYXK
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Probably still #402, which is related to how meson tries to find libraries. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found a strange error when compiling the xTB 6.4.1 on my Ubuntu 20.04 system using the Intel oneAPI compiler (v2022.1.2) .
First, I source the compiler including MKL, icc and ifort. Then, export the ifort and icc. When performing the build process, however, it reports the error
meson/meson.build:81:6: ERROR: Fortran shared or static library 'mkl_intel_thread' not found
.The codes are shown below.
It is strange that meson can find the
mkl_intel_lp64
library, but is unable to find themkl_intel_thread
library.I checked the
MKL lib
directory and it contains bothmkl_intel_lp64
andmkl_intel_thread
. Please see below.The
meson-log.txt
file is attached for detailed information.meson-log.txt
Any suggestion would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions