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

OpenMP linking error

matthew_h
Beginner
235 Views

Hello,

We're experiencing some linking problems using the MKL Math Library 8.1 with MSVC++ 2005. Our application uses OpenMP. The link fails, complaining that _omp_get_thread_num is multiply defined in vcompd.lib and libguide.lib. It doesn't seem right that libguide.lib should define omp_get_thread_num. Any ideas?

Thanks,
Matt Hartloff

0 Kudos
1 Reply
cpickeri
Beginner
235 Views
Almost a year later and I'm not sure if this is the correct solution or not... but I linked against libguide40.lib instead of libguide.lib and that seemed to fix the problem.
0 Kudos
Reply