<?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 compiler vectorized loop output?? in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/compiler-vectorized-loop-output/m-p/858404#M2200</link>
    <description>I'm using the mpif77 compiler, and I was wondering if there is a flag that would suppress the following output concerning vectorized loops? &lt;BR /&gt;&lt;BR /&gt;gaussfit.f (296) : (col. 3) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 11 Jul 2008 21:38:19 GMT</pubDate>
    <dc:creator>tenhoeve</dc:creator>
    <dc:date>2008-07-11T21:38:19Z</dc:date>
    <item>
      <title>compiler vectorized loop output??</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/compiler-vectorized-loop-output/m-p/858404#M2200</link>
      <description>I'm using the mpif77 compiler, and I was wondering if there is a flag that would suppress the following output concerning vectorized loops? &lt;BR /&gt;&lt;BR /&gt;gaussfit.f (296) : (col. 3) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jul 2008 21:38:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/compiler-vectorized-loop-output/m-p/858404#M2200</guid>
      <dc:creator>tenhoeve</dc:creator>
      <dc:date>2008-07-11T21:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: complier vectorized loop output??</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/compiler-vectorized-loop-output/m-p/858405#M2201</link>
      <description>mpif77 is only a wrapper which adds MPI library recognition to a Fortran compiler. The option flags of the original compiler remain available. As this looks like an ifort message, mpif77 -help would display a list of command line options. ifort -vec-report0 suppresses vectorization reports; since ifort 10.x, -O1 removes vectorization entirely.&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Jul 2008 13:39:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/compiler-vectorized-loop-output/m-p/858405#M2201</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-07-12T13:39:15Z</dc:date>
    </item>
  </channel>
</rss>

