Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

libiomp5md.dll issue

Frederic_H_
Beginner
291 Views
Hello,

I just update to IPP 7.0.Myproject linkedto IPP by static.

I got a libiomp5md.dll missing problem.

I read the thread http: //software.intel.com/en-us/forums/showthread.php?t=61803.

In the Intel compiler can use /Qopenmp-link:staticoption to force to use libiomp5mt.lib.

But I useMicrosoft VS 2010 compiler.

Can you tell me how to fix it?

Best regard,

Daniel wang
0 Kudos
1 Reply
PaulF_IntelCorp
Employee
291 Views
Hello Daniel,

It is recommended that you dynamically link with OpenMP, even if you are statically linking with IPP. If you wish to statically link with the OpenMP library you must include

...\Intel\ComposerXE-2011\compiler\lib\intel64\libiomp5mt.lib

in your link line. (Above assumes 64-bit, for 32-bit change intel64 to ia32).

Paul
0 Kudos
Reply