<?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 Used /O2 with Debug. The in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920682#M85413</link>
    <description>&lt;P&gt;Used /O2 with Debug. The problem was that an array subroutine argument was sometimes a pointer, sometimes an allocatable array and sometimes an array from the stack.&lt;/P&gt;

&lt;P&gt;BTW, can you guys comment on my performance benchmark computation using two processors, parallel computation&lt;/P&gt;

&lt;P&gt;Intel 12: 136 seconds&lt;/P&gt;

&lt;P&gt;Intel 13: 156 seconds&lt;/P&gt;

&lt;P&gt;Intel 14: 160 seconds&lt;/P&gt;

&lt;P&gt;Has anyone else found the same thing?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2013 21:55:41 GMT</pubDate>
    <dc:creator>tiho</dc:creator>
    <dc:date>2013-11-27T21:55:41Z</dc:date>
    <item>
      <title>release v.s. debug</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920677#M85408</link>
      <description>&lt;P&gt;I have tried this in Intel 12, 13, 14 - the same result. I have a computation that crashes in release but it doesn't crash in&amp;nbsp; debug and thus I cant find out why it crashes. Any ideas on what to do? Compiler options that can be tried? Thanks a lot in advance!!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 00:21:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920677#M85408</guid>
      <dc:creator>tiho</dc:creator>
      <dc:date>2013-11-27T00:21:01Z</dc:date>
    </item>
    <item>
      <title>Not a lot to go on here. What</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920678#M85409</link>
      <description>&lt;P&gt;Not a lot to go on here. What is the exact error you get? Typically this situation means you have a programming error that is masked by the lack of optimization. In release mode you should get a traceback indicating about where in the code the error occurred. You can study that to see if you can figure out what went wrong. You could try, in the debug configuration, changing the optimization level to 1 and then 2 to see if the error appears. You may also need to turn off run-time checks that are disabled in a Release configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 17:07:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920678#M85409</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-11-27T17:07:50Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920679#M85410</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You did not indicate what options you are already using.&amp;nbsp; In Debug mode, can you make sure you are compiling the code with the following:&lt;/P&gt;

&lt;P&gt;/check:all&amp;nbsp; &amp;nbsp;/fpe:0&amp;nbsp; /warn:all&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 19:29:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920679#M85410</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2013-11-27T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Wow - you guys are awesome.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920680#M85411</link>
      <description>&lt;P&gt;Wow - you guys are awesome. /O2 cracked it. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 21:03:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920680#M85411</guid>
      <dc:creator>tiho</dc:creator>
      <dc:date>2013-11-27T21:03:52Z</dc:date>
    </item>
    <item>
      <title>Well, what exactly did you do</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920681#M85412</link>
      <description>&lt;P&gt;Well, what exactly did you do? /O2 is the default for a release configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 21:36:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920681#M85412</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-11-27T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Used /O2 with Debug. The</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920682#M85413</link>
      <description>&lt;P&gt;Used /O2 with Debug. The problem was that an array subroutine argument was sometimes a pointer, sometimes an allocatable array and sometimes an array from the stack.&lt;/P&gt;

&lt;P&gt;BTW, can you guys comment on my performance benchmark computation using two processors, parallel computation&lt;/P&gt;

&lt;P&gt;Intel 12: 136 seconds&lt;/P&gt;

&lt;P&gt;Intel 13: 156 seconds&lt;/P&gt;

&lt;P&gt;Intel 14: 160 seconds&lt;/P&gt;

&lt;P&gt;Has anyone else found the same thing?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 21:55:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920682#M85413</guid>
      <dc:creator>tiho</dc:creator>
      <dc:date>2013-11-27T21:55:41Z</dc:date>
    </item>
    <item>
      <title>No comment?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920683#M85414</link>
      <description>&lt;P&gt;No comment?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 18:31:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920683#M85414</guid>
      <dc:creator>tiho</dc:creator>
      <dc:date>2013-12-03T18:31:40Z</dc:date>
    </item>
    <item>
      <title>We regularly test performance</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920684#M85415</link>
      <description>&lt;P&gt;We regularly test performance of new versions and compare to previous versions. We don't find it acceptable for there to be a general slowdown, and for most applications, performance improves. We can't test every possible application though and there have been sporadic cases of specific applications slowing down. If you're willing to provide a test case, we'll be glad to investigate.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 17:40:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/release-v-s-debug/m-p/920684#M85415</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-12-05T17:40:03Z</dc:date>
    </item>
  </channel>
</rss>

