<?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 Indeed! I never knew about in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055622#M116286</link>
    <description>&lt;P&gt;Indeed! I never knew about this functionality. I think I might try and get a script using this for when I'm debugging a code and trying to clean up the flags.&lt;/P&gt;

&lt;P&gt;Steve, is there any place in the Docs or on the Intel site that can help decipher some of the more obscure bits of the listing, e.g.,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-fp_modbits nofp_contract &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -fp_modbits nono_fp_contract&lt;/P&gt;

&lt;P&gt;I figure most are only useful to your engineers, and for my purposes a "no-diff" means I got the same flags, I'm guessing.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2015 13:26:37 GMT</pubDate>
    <dc:creator>Matt_Thompson</dc:creator>
    <dc:date>2015-11-12T13:26:37Z</dc:date>
    <item>
      <title>How to inspect which flags are used</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055619#M116283</link>
      <description>&lt;P&gt;I am working on a Makefile where I am trying to find which flags to use. The current list of flags is (for some historical reason):&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;-r8 -fpe0 -g -debug all -traceback -fp-model source -warn all -warn unused -check all,noarg_temp_created&lt;/PRE&gt;

&lt;P&gt;From searching, I believe this may be reduced to&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;-r8 -fpe0 -g -traceback -fp-model source -warn all -check all,noarg_temp_created&lt;/PRE&gt;

&lt;P&gt;However, I was thinking that there might be an option that would list the options that were passed to `ifort`.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:41:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055619#M116283</guid>
      <dc:creator>Karl_Yngve_L_</dc:creator>
      <dc:date>2015-11-10T15:41:18Z</dc:date>
    </item>
    <item>
      <title>If you generate a listing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055620#M116284</link>
      <description>&lt;P&gt;If you generate a listing file (-list), all of the flags used will be shown at the end.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:50:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055620#M116284</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-11-10T16:50:50Z</dc:date>
    </item>
    <item>
      <title>Thanks, Steve! That works</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055621#M116285</link>
      <description>&lt;P&gt;Thanks, Steve! That works perfectly!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2015 10:49:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055621#M116285</guid>
      <dc:creator>Karl_Yngve_L_</dc:creator>
      <dc:date>2015-11-11T10:49:36Z</dc:date>
    </item>
    <item>
      <title>Indeed! I never knew about</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055622#M116286</link>
      <description>&lt;P&gt;Indeed! I never knew about this functionality. I think I might try and get a script using this for when I'm debugging a code and trying to clean up the flags.&lt;/P&gt;

&lt;P&gt;Steve, is there any place in the Docs or on the Intel site that can help decipher some of the more obscure bits of the listing, e.g.,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-fp_modbits nofp_contract &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -fp_modbits nono_fp_contract&lt;/P&gt;

&lt;P&gt;I figure most are only useful to your engineers, and for my purposes a "no-diff" means I got the same flags, I'm guessing.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 13:26:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055622#M116286</guid>
      <dc:creator>Matt_Thompson</dc:creator>
      <dc:date>2015-11-12T13:26:37Z</dc:date>
    </item>
    <item>
      <title>OK, this is one of our</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055623#M116287</link>
      <description>&lt;P&gt;OK, this is one of our internal secrets, but "fp_modbits" is an extended list of fp-model bits, and yes, you're right, it's only interesting internally.&lt;/P&gt;

&lt;P&gt;We'll look at fixing the output so that it says "fp_model" instead of "fp_modbits", to avoid the confusion.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks --&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --Lorri&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055623#M116287</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2015-11-16T16:45:16Z</dc:date>
    </item>
    <item>
      <title>Thanks, Steve! That works</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055624#M116288</link>
      <description>&lt;P&gt;Thanks, Steve! That works perfectly!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2016 17:59:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-inspect-which-flags-are-used/m-p/1055624#M116288</guid>
      <dc:creator>Adel_S_</dc:creator>
      <dc:date>2016-03-19T17:59:50Z</dc:date>
    </item>
  </channel>
</rss>

