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

VS2008 Pro + IPP 6.0

Ram
Beginner
255 Views
Hello

I have a licensed copy of IPP 6.0...
This is with regard to using the library with the MS toolchain:

1. I've followed directions and built a custom DLL. Should I link against "libiomp5md.lib" OR "libiomp5mt.lib"?
2. How does this affect enabling OpenMP with the MS compiler? ie., can I mix #pragma omp code built with MS compiler with the custom DLL?

Thanks!
Ram
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
255 Views

Hi Ram,

If you build IPP custom DLL from static not threaded libraries you do not need to link with OpenMP run time at all.

Regards,
Vladimir
0 Kudos
Ram
Beginner
255 Views

Hi Ram,

If you build IPP custom DLL from static not threaded libraries you do not need to link with OpenMP run time at all.

Regards,
Vladimir

0 Kudos
Reply