<?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 gfortran -O3 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780227#M27240</link>
    <description>Can you show us the code? Sometimes there are differences not related to optimization (such as the size of I/O records).</description>
    <pubDate>Mon, 22 Nov 2010 21:41:35 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2010-11-22T21:41:35Z</dc:date>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780226#M27239</link>
      <description>I have a code complied using gfortran -O3. I currently evaluating Intel Visual Fortran. What will be the equivalent flags to gfortran -O3?I the project properties, Iused Maximize Speed plus Higher Level Optimizations (/O3), however the code compiled by IVF is about 2-3 time slowers? Any suggestions?</description>
      <pubDate>Mon, 22 Nov 2010 21:26:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780226#M27239</guid>
      <dc:creator>yuwb</dc:creator>
      <dc:date>2010-11-22T21:26:19Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780227#M27240</link>
      <description>Can you show us the code? Sometimes there are differences not related to optimization (such as the size of I/O records).</description>
      <pubDate>Mon, 22 Nov 2010 21:41:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780227#M27240</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-22T21:41:35Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780228#M27241</link>
      <description>I suggest viewing &lt;A target="_blank" href="http://software.intel.com/en-us/articles/tutorial-introduction-to-intel-visual-fortran/"&gt;this&lt;/A&gt; to see an overview of the VS environment.&lt;BR /&gt;&lt;BR /&gt;Do you have any OPEN statements with RECL= keywords?</description>
      <pubDate>Tue, 23 Nov 2010 01:54:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780228#M27241</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-23T01:54:13Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780229#M27242</link>
      <description>I only count the time without I/O statements as my I/O are localized in the very beginning and at the very end.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2010 13:32:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780229#M27242</guid>
      <dc:creator>yuwb</dc:creator>
      <dc:date>2010-11-23T13:32:47Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780230#M27243</link>
      <description>Try using -fast and see what it does for you.</description>
      <pubDate>Tue, 23 Nov 2010 16:24:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780230#M27243</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-23T16:24:45Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780231#M27244</link>
      <description>Thanks Steve for your help. However, how to activate this option through MS Visual Studio 2010?</description>
      <pubDate>Tue, 23 Nov 2010 20:21:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780231#M27244</guid>
      <dc:creator>yuwb</dc:creator>
      <dc:date>2010-11-23T20:21:08Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780232#M27245</link>
      <description>There is not a property for that. I did not realize you were using Visual Studio.&lt;BR /&gt;&lt;BR /&gt;Let me suggest the following property settings:&lt;BR /&gt;&lt;BR /&gt;Optimization &amp;gt; Optimization &amp;gt; O3&lt;BR /&gt;Optimization &amp;gt; Interprocedural Optimization &amp;gt; Multifile&lt;BR /&gt;Code Generation &amp;gt; Intel Processor-Specific Optimization &amp;gt; /QxHost&lt;BR /&gt;Floating Point &amp;gt; Floating Point Model &amp;gt; Fast=2&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2010 20:40:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780232#M27245</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-23T20:40:25Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780233#M27246</link>
      <description>I did as you suggested, the code runs for 866.031. Using gfortran, it runs for 438.328.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Nov 2010 21:21:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780233#M27246</guid>
      <dc:creator>yuwb</dc:creator>
      <dc:date>2010-11-23T21:21:43Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780234#M27247</link>
      <description>Something is very wrong, but it's impossible to say what without seeing the code.</description>
      <pubDate>Tue, 23 Nov 2010 21:56:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780234#M27247</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-23T21:56:55Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780235#M27248</link>
      <description>&lt;P&gt;Can you give me your email address for me to send you the code? I don't want to share it on the forum.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2010 23:46:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780235#M27248</guid>
      <dc:creator>yuwb</dc:creator>
      <dc:date>2010-11-23T23:46:30Z</dc:date>
    </item>
    <item>
      <title>gfortran -O3</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780236#M27249</link>
      <description>You can provide it securely through &lt;A target="_blank" href="https://premier.intel.com/"&gt;Intel Premier Support&lt;/A&gt;. Please ask that the issue be assigned to Steve Lionel.</description>
      <pubDate>Wed, 24 Nov 2010 00:48:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/gfortran-O3/m-p/780236#M27249</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-24T00:48:11Z</dc:date>
    </item>
  </channel>
</rss>

