Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

OpenMP linking error

matthew_h
Beginner
140 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
140 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.
Reply