- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to know what is the best way to specify my Microsoft Visual Studio project to use the multithreaded IPP static library and the OpenMP dynamic library. I am currently using _IPP_PARALLEL_STATIC, but it automaticallyuses the OpenMP static library, instead of the recommended dynamic library.
Steve
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Steve,
You might need to use the /NODEFAULTLIB:libiomp5mt.lib option. See the following for more information and how to set this in the project properties:
http://msdn.microsoft.com/en-us/library/3tz4da4a(v=VS.100).aspx
and then add libiomp5md.lib to the list of libraries to be linked against.
Paul
You might need to use the /NODEFAULTLIB:libiomp5mt.lib option. See the following for more information and how to set this in the project properties:
http://msdn.microsoft.com/en-us/library/3tz4da4a(v=VS.100).aspx
and then add libiomp5md.lib to the list of libraries to be linked against.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul.
What if I configured VS to use Intel C++ Compiler?
I'm having problems and what I want is to link the threaded versions of IPP statically and dynamically the OpenMP (I'll distribute the OpenMP dll).
What should I do?
Thanks.

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