<?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 Fortran Optimization for Xeon E5 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969546#M96766</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Question regarding suitable optimization options&amp;nbsp;in compiling a fortran code with Composer XE Update 11(344) in&amp;nbsp;new&amp;nbsp;machine: 64bit&amp;nbsp;Intel Xeon&amp;nbsp;E5-2687W&amp;nbsp;3.1GHz 8 cores. I have tried&amp;nbsp;/Os, /O3, /Qxhost, /QxSSE2. For some reason,&amp;nbsp;it ran slower than in&amp;nbsp;32 bit Intel Core 2 Duo T9550, 2.66 GHz machine.&lt;/P&gt;
&lt;P&gt;Could you recommend optimization options for this Xeon configuration or possibily to exploit 8 cores other than OpenMP/MKL?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;Sagar&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2012 01:15:32 GMT</pubDate>
    <dc:creator>sagarmatha</dc:creator>
    <dc:date>2012-12-11T01:15:32Z</dc:date>
    <item>
      <title>Fortran Optimization for Xeon E5</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969546#M96766</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Question regarding suitable optimization options&amp;nbsp;in compiling a fortran code with Composer XE Update 11(344) in&amp;nbsp;new&amp;nbsp;machine: 64bit&amp;nbsp;Intel Xeon&amp;nbsp;E5-2687W&amp;nbsp;3.1GHz 8 cores. I have tried&amp;nbsp;/Os, /O3, /Qxhost, /QxSSE2. For some reason,&amp;nbsp;it ran slower than in&amp;nbsp;32 bit Intel Core 2 Duo T9550, 2.66 GHz machine.&lt;/P&gt;
&lt;P&gt;Could you recommend optimization options for this Xeon configuration or possibily to exploit 8 cores other than OpenMP/MKL?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;Sagar&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2012 01:15:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969546#M96766</guid>
      <dc:creator>sagarmatha</dc:creator>
      <dc:date>2012-12-11T01:15:32Z</dc:date>
    </item>
    <item>
      <title>Are you perhaps not taking</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969547#M96767</link>
      <description>Are you perhaps not taking into account the HyperThreading on the E5-2687?  If you are going to run 8 OpenMP or Windows threads with auto-parallel or OpenMP but leave HT enabled, you should set KMP_AFFINITY so that 1 thread is pinned to each core.  The alternatives of tbb and Cilk+ are available only with C and C++, so I doubt you really want to avoid OpenMP.
I think ifort /Os is equivalent to /O1, but I haven't seen it fully confirmed.
I don't think you are giving enough information to expect a better level of advice.</description>
      <pubDate>Tue, 11 Dec 2012 03:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969547#M96767</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-12-11T03:16:16Z</dc:date>
    </item>
    <item>
      <title>Thank you TimP.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969548#M96768</link>
      <description>Thank you TimP. 
These are my first iterations on new Xeon machine and I was hoping at least the same(or improved) level of speed with options like /Os, as in Intel Core 2 Duo T9550. But it was slower.. For example, the runtime was about 4 hours on Xeon as compared to 2.75 hours on Intel Core 2 Duo T9550 with /Os option.
I did try /Qparallel too but no improvement.
So, from your suggestion, OpenMP would  improve the performance utilizing  hyperthreading on E5-2687?
Thanks,

Sagar</description>
      <pubDate>Tue, 11 Dec 2012 04:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Optimization-for-Xeon-E5/m-p/969548#M96768</guid>
      <dc:creator>sagarmatha</dc:creator>
      <dc:date>2012-12-11T04:35:00Z</dc:date>
    </item>
  </channel>
</rss>

