<?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 Effect of pre-standard simd in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068863#M6957</link>
    <description>Effect of pre-standard simd directive and openmp4 may not   be always identical.  Ideally compiler should warn about possible conflict.</description>
    <pubDate>Tue, 17 Jan 2017 21:43:23 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2017-01-17T21:43:23Z</dc:date>
    <item>
      <title>Catasprophic compiler failure</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068861#M6955</link>
      <description>&lt;P&gt;Hello. I've encountered an a compiler failure when trying to compile a file with -02 and above. This happens on both 2016 and 2017 versions on Linux. Seems to happen after an inclusion of a parallel openmp simd region. Is threre a way to make the compiler spit out some sort of a report or get any additional insight as to why?&lt;/P&gt;

&lt;P&gt;Cannot publish the source code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 03:34:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068861#M6955</guid>
      <dc:creator>Paulius_V_</dc:creator>
      <dc:date>2017-01-13T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Found what was causing it:</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068862#M6956</link>
      <description>&lt;P&gt;Found what was causing it:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;#IFDEF A
!$omp parallel do simd default(shared) schedule(static)
#IFDEF B
!$omp simd
#ENDIF
#ENDIF

DO I=AA,BB
...
ENDDO&lt;/PRE&gt;

&lt;P&gt;taking out the simd out of 'do simd' fixed it. Is there any difference in inlining the simd clause as opposed to having it on the next directive?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 03:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068862#M6956</guid>
      <dc:creator>Paulius_V_</dc:creator>
      <dc:date>2017-01-13T03:55:00Z</dc:date>
    </item>
    <item>
      <title>Effect of pre-standard simd</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068863#M6957</link>
      <description>Effect of pre-standard simd directive and openmp4 may not   be always identical.  Ideally compiler should warn about possible conflict.</description>
      <pubDate>Tue, 17 Jan 2017 21:43:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Catasprophic-compiler-failure/m-p/1068863#M6957</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2017-01-17T21:43:23Z</dc:date>
    </item>
  </channel>
</rss>

