<?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 In Debug build there is a in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983909#M100313</link>
    <description>&lt;P&gt;In Debug build there is a runtime option to check for use of un-initialized variables.&lt;/P&gt;
&lt;P&gt;-QTrapuv and/or -RTCu&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2013 21:55:36 GMT</pubDate>
    <dc:creator>jimdempseyatthecove</dc:creator>
    <dc:date>2013-06-06T21:55:36Z</dc:date>
    <item>
      <title>Uninitialized variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983908#M100312</link>
      <description>&lt;P&gt;Is there a way to have ifort look for uninitialized variables (maybe a debugging flag)?&lt;/P&gt;
&lt;P&gt;Thanks - Ben&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:12:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983908#M100312</guid>
      <dc:creator>Benjamin_K_1</dc:creator>
      <dc:date>2013-06-06T21:12:24Z</dc:date>
    </item>
    <item>
      <title>In Debug build there is a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983909#M100313</link>
      <description>&lt;P&gt;In Debug build there is a runtime option to check for use of un-initialized variables.&lt;/P&gt;
&lt;P&gt;-QTrapuv and/or -RTCu&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 21:55:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983909#M100313</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-06-06T21:55:36Z</dc:date>
    </item>
    <item>
      <title>No, not -Qtrapuv - pretend</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983910#M100314</link>
      <description>&lt;P&gt;No, not -Qtrapuv - pretend that doesn't exist. -check uninit will do some checking. The Static Analysis feature of Fortran Studio XE can do a good job of this.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 23:33:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983910#M100314</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-06-06T23:33:21Z</dc:date>
    </item>
    <item>
      <title>Quote:jimdempseyatthecove</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983911#M100315</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;jimdempseyatthecove wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;-QTrapuv&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This won't tell you that you have uninitialized variables but will likely cause runtime errors or garbage program output if you do have them. This flag causes your variables to start out with garbage values that will propagate through your code if you are not initializing them before use.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 00:12:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983911#M100315</guid>
      <dc:creator>Casey</dc:creator>
      <dc:date>2013-06-07T00:12:32Z</dc:date>
    </item>
    <item>
      <title>-Qtrapuv isn't useful. What</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983912#M100316</link>
      <description>&lt;P&gt;-Qtrapuv isn't useful. What it does is cause floating point variables to be initialized to an "unusual value". It is not a NaN or anything else that would trigger an exception. I think using this reduces the chance of your finding errors and recommend against using it.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2013 14:59:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Uninitialized-variables/m-p/983912#M100316</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-06-07T14:59:03Z</dc:date>
    </item>
  </channel>
</rss>

