<?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: Compiler not generateing/honoring C$OMP PARALLEL DO codes in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913102#M83829</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Is the section of code in the parallel region such that optimizations can eliminate the code completely? (assuming optimizations are enabled and the entire region appears as "dead code").&lt;BR /&gt;&lt;BR /&gt;Also, insert a diagnostic write(*,*) omp_get_thread_num()</description>
    <pubDate>Wed, 13 Jan 2010 03:59:33 GMT</pubDate>
    <dc:creator>jimdempseyatthecove</dc:creator>
    <dc:date>2010-01-13T03:59:33Z</dc:date>
    <item>
      <title>Compiler not generateing/honoring C$OMP PARALLEL DO codes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913099#M83826</link>
      <description>I inherit a fortran code that has 2 openmp parallel do declarations. When I compile the code in Release mode, the compiler will tell me that both openmp defined loops are parallelized. However, when I compile the code in Debug mode, the compiler will only tell me that code is compile successfully. If I remove pieces of code in the parallel do region, I can sometime get 1 or both openmp region parallelize under Debug mode. &lt;BR /&gt;&lt;BR /&gt;Under what condition will Fortran compiler not generating Openmp code?&lt;BR /&gt;&lt;BR /&gt;I am using IVF 11.074 and VS2005 SP1.&lt;BR /&gt;&lt;BR /&gt;Thanks you</description>
      <pubDate>Tue, 12 Jan 2010 16:52:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913099#M83826</guid>
      <dc:creator>nightcom26</dc:creator>
      <dc:date>2010-01-12T16:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler not generateing/honoring C$OMP PARALLEL DO codes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913100#M83827</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Check the project properties for the Debug configuration to ensure it is enabling OpenMP.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 19:36:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913100#M83827</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-01-12T19:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler not generateing/honoring C$OMP PARALLEL DO codes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913101#M83828</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/99850"&gt;jimdempseyatthecove&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;Check the project properties for the Debug configuration to ensure it is enabling OpenMP.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Both debug and release have OpenMP enabled. &lt;BR /&gt;&lt;BR /&gt;the problem I have is that by removing pieces of code within inparallel region, I can sometimes get the compiler to compiler code with OpenMP statements.</description>
      <pubDate>Tue, 12 Jan 2010 20:56:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913101#M83828</guid>
      <dc:creator>nightcom26</dc:creator>
      <dc:date>2010-01-12T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler not generateing/honoring C$OMP PARALLEL DO codes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913102#M83829</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Is the section of code in the parallel region such that optimizations can eliminate the code completely? (assuming optimizations are enabled and the entire region appears as "dead code").&lt;BR /&gt;&lt;BR /&gt;Also, insert a diagnostic write(*,*) omp_get_thread_num()</description>
      <pubDate>Wed, 13 Jan 2010 03:59:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913102#M83829</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-01-13T03:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler not generateing/honoring C$OMP PARALLEL DO codes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913103#M83830</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;The openmp problem shows up in debug mode, not in release mode, so there shouldn't be any optimization done to the code. Essentially, in debug code, the code is compiled as if openmp statement does not exist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/99850"&gt;jimdempseyatthecove&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Is the section of code in the parallel region such that optimizations can eliminate the code completely? (assuming optimizations are enabled and the entire region appears as "dead code").&lt;BR /&gt;&lt;BR /&gt;Also, insert a diagnostic write(*,*) omp_get_thread_num()&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2010 21:16:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913103#M83830</guid>
      <dc:creator>nightcom26</dc:creator>
      <dc:date>2010-01-13T21:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler not generateing/honoring C$OMP PARALLEL DO codes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913104#M83831</link>
      <description>&lt;P&gt;I solved the problem by trying the evaluation copy of the latest Intel Fortran compiler. I guess it was a compiler related problem. Time to upgrade.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:39:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compiler-not-generateing-honoring-C-OMP-PARALLEL-DO-codes/m-p/913104#M83831</guid>
      <dc:creator>nightcom26</dc:creator>
      <dc:date>2010-01-25T15:39:43Z</dc:date>
    </item>
  </channel>
</rss>

