- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page