<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multithreading with OpenMP and VC 6 possible? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919223#M15440</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you need remember that IPP use OpenMP threading only in several functions and only in IPP DLLs. Internal threading is not available in IPP static libraries. Regarding the IPP DLLs, it does not matter what version of VC you use, all necessary OpenMP staff already contained in IPP DLLs.&lt;/P&gt;
&lt;P&gt;Note, you also can speed up your application by using threading above IPP functions. In that case, if you want use OpenMP to simplify parallelization of your application you need use OpenMP enabled compiler (Intel C/C++ compiler is good example of such tool)&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2006 05:46:27 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2006-06-30T05:46:27Z</dc:date>
    <item>
      <title>Multithreading with OpenMP and VC 6 possible?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919221#M15438</link>
      <description>We are facing the following situation that we dont fully understand: we wanted to speed up our image processing application on multi core systems by upgrading to IPP 5.1. Unfortunately there is no gain on multicore systems compared to single and only one thread is generated. We are still using (for some historic reasons) the Microsoft VC 6 developing platform that does not support OpenMP. Is it necessary to have a development platform with OpenMP support?&lt;BR /&gt;&lt;BR /&gt;Thanks for any hint&lt;BR /&gt;&lt;BR /&gt;Erik&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2006 18:37:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919221#M15438</guid>
      <dc:creator>erik_klaas</dc:creator>
      <dc:date>2006-06-26T18:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading with OpenMP and VC 6 possible?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919222#M15439</link>
      <description>&lt;P&gt;Have you tried creating a shell containing the OpenMP initialization code?&lt;/P&gt;
&lt;P&gt;e.g. Using Intel C++ compiled with OpenMP enabled&lt;/P&gt;
&lt;ADDRESS&gt;int main(int argc, char* argv[])&lt;/ADDRESS&gt;
&lt;ADDRESS&gt;{&lt;/ADDRESS&gt;
&lt;ADDRESS&gt;return YourProgramMain(argc, argv);&lt;/ADDRESS&gt;
&lt;ADDRESS&gt;}&lt;/ADDRESS&gt;
&lt;ADDRESS&gt;&lt;/ADDRESS&gt;
&lt;P&gt;When this stub is compiled with OpenMP enabled this will generate the OpenMP initialization code at the entry point of main. Once initialized, then the IPP library might take advantage of the additional threads.&lt;/P&gt;
&lt;P&gt;This would require changing only the main module name (main, winmain, ...) theremainder of the code can be compiled using VC++. Your library paths would have to include the Intel libs too.&lt;/P&gt;
&lt;P&gt;There may be an issue with some of the system support routines. Working these out might be easier to do than to insert threadind code into your application.&lt;/P&gt;
&lt;P&gt;Also consult: &lt;A href="http://support.intel.com/support/performancetools/libraries/ipp/sb/cs-010662.htm"&gt;http://support.intel.com/support/performancetools/libraries/ipp/sb/cs-010662.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2006 22:25:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919222#M15439</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2006-06-26T22:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multithreading with OpenMP and VC 6 possible?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919223#M15440</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;you need remember that IPP use OpenMP threading only in several functions and only in IPP DLLs. Internal threading is not available in IPP static libraries. Regarding the IPP DLLs, it does not matter what version of VC you use, all necessary OpenMP staff already contained in IPP DLLs.&lt;/P&gt;
&lt;P&gt;Note, you also can speed up your application by using threading above IPP functions. In that case, if you want use OpenMP to simplify parallelization of your application you need use OpenMP enabled compiler (Intel C/C++ compiler is good example of such tool)&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2006 05:46:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Multithreading-with-OpenMP-and-VC-6-possible/m-p/919223#M15440</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-06-30T05:46:27Z</dc:date>
    </item>
  </channel>
</rss>

