<?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>Intel® Fortran Compiler 中的主題 Re: Different results between Debug and Release results</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214679#M152116</link>
    <description>&lt;P&gt;What &lt;U&gt;&lt;STRONG&gt;specifically&lt;/STRONG&gt;&lt;/U&gt; does your compiler say?&lt;/P&gt;</description>
    <pubDate>Sun, 04 Oct 2020 21:20:15 GMT</pubDate>
    <dc:creator>IanH</dc:creator>
    <dc:date>2020-10-04T21:20:15Z</dc:date>
    <item>
      <title>Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214582#M152096</link>
      <description>&lt;P&gt;I found different results between Debug and Release version of the same program.&lt;BR /&gt;I have just read some posts in this topic.&lt;BR /&gt;I would like to set my compiler in order to have a NaN for not initialized scalar and array.&amp;nbsp;&lt;BR /&gt;In this way, with /fpe:0, I should have an error, avoiding errors in release version.&lt;BR /&gt;What shall I set in the compiler?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 22:30:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214582#M152096</guid>
      <dc:creator>Matteo</dc:creator>
      <dc:date>2020-10-03T22:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214619#M152100</link>
      <description>&lt;P&gt;Matteo,&lt;/P&gt;
&lt;P&gt;I am afraid that there is no simple solution. There are many causes for the single symptom that you stated: results changing when compiler options are changed. Not surprisingly, there is no single compiler option to help you to locate and fix the problems in your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the Intel documentation for details regarding the various &lt;STRONG&gt;/check&lt;/STRONG&gt;&amp;nbsp;and &lt;STRONG&gt;/warn&lt;/STRONG&gt; options.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can post the code and show us what kinds of differences you see, someone may be able to make suggestions for a solution.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 11:11:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214619#M152100</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-10-04T11:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214646#M152107</link>
      <description>Thank you for your reply.&lt;BR /&gt;Unfortunately the code is very large and a non disclosure agreement doesn't let me to share that.&lt;BR /&gt;In some thread I found Qinit:snan,arrays could initialize as NaN the variables, but my compiler doesn't recognize this command.&lt;BR /&gt;Which is the correct set?</description>
      <pubDate>Sun, 04 Oct 2020 17:41:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214646#M152107</guid>
      <dc:creator>Matteo</dc:creator>
      <dc:date>2020-10-04T17:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214648#M152108</link>
      <description>&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/data-options/init-qinit.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/data-options/init-qinit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 18:06:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214648#M152108</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2020-10-04T18:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214671#M152114</link>
      <description>Thank you.&lt;BR /&gt;/Qinit:snan,arrays is the solution?&lt;BR /&gt;Why doesn't it work in my compiler?</description>
      <pubDate>Sun, 04 Oct 2020 20:32:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214671#M152114</guid>
      <dc:creator>Matteo</dc:creator>
      <dc:date>2020-10-04T20:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214679#M152116</link>
      <description>&lt;P&gt;What &lt;U&gt;&lt;STRONG&gt;specifically&lt;/STRONG&gt;&lt;/U&gt; does your compiler say?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 21:20:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214679#M152116</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2020-10-04T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214761#M152119</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/97739"&gt;@IanH&lt;/a&gt;&amp;nbsp; ha scritto:&lt;BR /&gt;
&lt;P&gt;What &lt;U&gt;&lt;STRONG&gt;specifically&lt;/STRONG&gt;&lt;/U&gt; does your compiler say?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi, that's the warning:&lt;BR /&gt;1&amp;gt;ifort: command line warning #10006: ignoring unknown option '/Qinit:arrays'&lt;/P&gt;
&lt;P&gt;I set that in Project&amp;gt;Command Line&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 06:21:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214761#M152119</guid>
      <dc:creator>Matteo</dc:creator>
      <dc:date>2020-10-05T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214818#M152121</link>
      <description>What compiler version? If it isn't current, check its version specific documentation to make sure it is recent enough to support that option.</description>
      <pubDate>Mon, 05 Oct 2020 11:04:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214818#M152121</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2020-10-05T11:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214821#M152122</link>
      <description>&lt;P&gt;C:\test&amp;gt;ifort reproducer.f90 /Qinit:arrays /c&lt;BR /&gt;Intel(R) Visual Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.1.216 Build 20200306&lt;BR /&gt;Copyright (C) 1985-2020 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Works fine for me, what version are you using? Maybe post the full command line and output as above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 11:22:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214821#M152122</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2020-10-05T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214832#M152123</link>
      <description>&lt;P&gt;The /Qinit:arrays option works with&amp;nbsp;Ifort Version 15.0.7.287 and later versions. It does not work with the next older version that I still have, which is 14.0.4.237.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 18:23:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1214832#M152123</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-10-05T18:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Different results between Debug and Release results</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1215943#M152160</link>
      <description>&lt;P&gt;Thank for your reply.&lt;/P&gt;
&lt;P&gt;Unfortunately I use a 14.0.6 version and I understood it is too old for that setting.&lt;BR /&gt;Anyway I solved by an hard debug&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:20:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Different-results-between-Debug-and-Release-results/m-p/1215943#M152160</guid>
      <dc:creator>Matteo</dc:creator>
      <dc:date>2020-10-08T13:20:11Z</dc:date>
    </item>
  </channel>
</rss>

