<?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 Optimization problems with x64  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914252#M83990</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am working on a large, complex simulation code. I have a case that runs badly withx64 release mode, optimization ( tried all levels including disable - which should be same as debug?), runs ok but slowly with x64 debug mode, runs ok and great with Win32 release mode. The code uses Openmp. It seems there is a problem with the x64. Could anyone give me direction as to how to resolve this?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2008 19:34:51 GMT</pubDate>
    <dc:creator>tant</dc:creator>
    <dc:date>2008-03-07T19:34:51Z</dc:date>
    <item>
      <title>Optimization problems with x64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914252#M83990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am working on a large, complex simulation code. I have a case that runs badly withx64 release mode, optimization ( tried all levels including disable - which should be same as debug?), runs ok but slowly with x64 debug mode, runs ok and great with Win32 release mode. The code uses Openmp. It seems there is a problem with the x64. Could anyone give me direction as to how to resolve this?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2008 19:34:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914252#M83990</guid>
      <dc:creator>tant</dc:creator>
      <dc:date>2008-03-07T19:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization problems with x64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914253#M83991</link>
      <description>&lt;P&gt;Further to the previous post, I find that if I use the x64, debug mode, then turn on optimization, openmp compilation, remove debugging checks etc. to emulate the same options as release mode, the case will run as good as the win32 release mode.&lt;/P&gt;
&lt;P&gt;What is the difference between the debug mode and the release mode?&lt;/P&gt;
&lt;P&gt;Thanks for any insight.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2008 21:58:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914253#M83991</guid>
      <dc:creator>tant</dc:creator>
      <dc:date>2008-03-07T21:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization problems with x64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914254#M83992</link>
      <description>The difference is in the options used - both compile and link. My guess is that there are more options that are different. You can look at the "Command :Line" property page to see all the options in use. Check the linker too.&lt;BR /&gt;&lt;BR /&gt;There really isn't enough information in your post to be able to offer any meaningful help. You don't even say what goes wrong in release mode. What you can do is try to find out which one option, which changed, causes the program to fail. Then you can determine which source file needs that option specified to fail. After that, you're on your way to narrowing down the problem.&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 00:19:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914254#M83992</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-03-08T00:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Optimization problems with x64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914255#M83993</link>
      <description>You may have arrived at a good set of optimizations. If your application doesn't benefit from inter-procedural optimizations, taking the debug options and changing from -Od to -O2, perhaps suppressing debug symbols, may be close to an optimum solution.&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Mar 2008 01:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Optimization-problems-with-x64/m-p/914255#M83993</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-03-08T01:36:00Z</dc:date>
    </item>
  </channel>
</rss>

