<?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: OpenMP Access violation problem in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865369#M2685</link>
    <description>&lt;P&gt;I note that the IPP dynamic libraries are claimed to be thread safe, not the static ones.&lt;/P&gt;
&lt;P&gt;ippiDCT functions are not listed as being OpenMP enabled. In case of doubt about library thread safety, it may be possible to run with Intel Thread Checker, to see if a thread safety problem is found.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2007 05:22:57 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2007-04-30T05:22:57Z</dc:date>
    <item>
      <title>OpenMP Access violation problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865367#M2683</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to parallelise my code, but I get an access violation error, and my program crashes.&lt;/P&gt;
&lt;P&gt;here is my code snippet :&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;#pragma&lt;/FONT&gt;&lt;FONT size="2"&gt; omp parallel &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;for&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;for&lt;/FONT&gt;&lt;FONT size="2"&gt; (i=0 ; i&lt;NUM_OF_B_IN_MB&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/NUM_OF_B_IN_MB&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;if&lt;/FONT&gt;&lt;FONT size="2"&gt; (!EmptyDct&lt;I&gt;)&lt;P&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;FONT color="#008000" size="2"&gt;/* Using Intel's IPPi IDCT */&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;ippiDCT8x8Inv_16s_C1I(DiffMB&lt;I&gt;);&lt;/I&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;I am using Intel compiler and Intel Performance Primitives ver 4.1.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Please help,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Elad&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2007 15:27:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865367#M2683</guid>
      <dc:creator>elad_golan</dc:creator>
      <dc:date>2007-04-29T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: OpenMP Access violation problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865368#M2684</link>
      <description>If your IPP function itself is threaded,that threading would have to be disabled. If IPP were OpenMP threaded, it would be taken care of automatically, but I don't believe this is the case. If your IPP docs don't cover this, you might ask in the IPP forum.</description>
      <pubDate>Sun, 29 Apr 2007 16:40:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865368#M2684</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-04-29T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: OpenMP Access violation problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865369#M2685</link>
      <description>&lt;P&gt;I note that the IPP dynamic libraries are claimed to be thread safe, not the static ones.&lt;/P&gt;
&lt;P&gt;ippiDCT functions are not listed as being OpenMP enabled. In case of doubt about library thread safety, it may be possible to run with Intel Thread Checker, to see if a thread safety problem is found.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2007 05:22:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/OpenMP-Access-violation-problem/m-p/865369#M2685</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-04-30T05:22:57Z</dc:date>
    </item>
  </channel>
</rss>

