<?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 Different results in Debug and Release in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772146#M23134</link>
    <description>&lt;DIV&gt;I have written a code to solve four simultaneos NL equations using a Newton-Raphson method. The code compiles and runs with no errors in Debug and Release. However, the output results from the release version and the debug version are different for the same input file. I do not understand why this should be. Any ideas?&lt;/DIV&gt;</description>
    <pubDate>Wed, 15 Mar 2006 05:32:30 GMT</pubDate>
    <dc:creator>morph27</dc:creator>
    <dc:date>2006-03-15T05:32:30Z</dc:date>
    <item>
      <title>Different results in Debug and Release</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772146#M23134</link>
      <description>&lt;DIV&gt;I have written a code to solve four simultaneos NL equations using a Newton-Raphson method. The code compiles and runs with no errors in Debug and Release. However, the output results from the release version and the debug version are different for the same input file. I do not understand why this should be. Any ideas?&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Mar 2006 05:32:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772146#M23134</guid>
      <dc:creator>morph27</dc:creator>
      <dc:date>2006-03-15T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Different results in Debug and Release</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772147#M23135</link>
      <description>The release version is optimized, and this can change floating point  results slightly due to different order of instructions, use of extended precision registers, etc.</description>
      <pubDate>Wed, 15 Mar 2006 05:51:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772147#M23135</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-15T05:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Different results in Debug and Release</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772148#M23136</link>
      <description>&lt;DIV&gt;Is this still true if optimization is disabled under the project properties?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If there is code optimization that is still occurring, which mode, debug or release, would produce a more accurate solution? Or is neither more accurate than the other. Is there a way to move the two methods to a common solution?&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Mar 2006 06:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772148#M23136</guid>
      <dc:creator>morph27</dc:creator>
      <dc:date>2006-03-15T06:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different results in Debug and Release</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772149#M23137</link>
      <description>If optimization is disabled, then it is disabled.  But there are other project options, such as array bounds checking or generation of debug symbol information, that could cause differences in an incorrect program.  You can certainly experiment with making the two configurations more alike until you find what makes the difference.&lt;BR /&gt;&lt;BR /&gt;In general, the optimized/release version is more accurate.  There are compiler options to enhance "floating point consistency" at the expense of performance and accuracy.</description>
      <pubDate>Wed, 15 Mar 2006 06:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-in-Debug-and-Release/m-p/772149#M23137</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-03-15T06:09:50Z</dc:date>
    </item>
  </channel>
</rss>

