<?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 Which ICC switches were used in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043348#M4610</link>
    <description>&lt;P&gt;Which ICC switches were used to compile your code?&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jan 2015 19:58:12 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2015-01-10T19:58:12Z</dc:date>
    <item>
      <title>Slower code execution if compiled with Intel Parallel studio</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043345#M4607</link>
      <description>&lt;P&gt;Hi, everyone,&lt;/P&gt;

&lt;P&gt;I've just got intel parallel studio 2015 compiler and I'm trying to compile the code, that I previously compiled using Apple LLVM 6.0 compiler under xCode 6.0. I did not do any changes to build options except that I changed the compiler. Surprisingly execution time has increased 2.5 times after that.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm having macbook pro with intel i7 running OSX 10.10. The main part of the program is working with vector data type.&lt;/P&gt;

&lt;P&gt;If I switch back to LLVM compiler, the execution time is still 2.5 times longer and to reach the initial execution time I have to create whole project and copy .cpp files there.&lt;/P&gt;

&lt;P&gt;What may be the reason of bad performance of intel compiler compared to LLVM, which seem to contaminate the LLVM?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 23:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043345#M4607</guid>
      <dc:creator>Roman_I_</dc:creator>
      <dc:date>2015-01-07T23:46:11Z</dc:date>
    </item>
    <item>
      <title>This case certainly looks as</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043346#M4608</link>
      <description>&lt;P&gt;This case certainly looks as if performance would be data dependent (and depend on compile options), but you don't provide any data.&amp;nbsp;&amp;nbsp; Did you look at the helpful optimization diagnostics offered by your compilers, with reference to where time is spent (which you don't give us the ability to determine)?&lt;/P&gt;

&lt;P&gt;If you want to eliminate the possibility that memory leaks affect one of your builds, you may need to reboot.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 13:29:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043346#M4608</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2015-01-08T13:29:06Z</dc:date>
    </item>
    <item>
      <title>I figured out that if I turn</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043347#M4609</link>
      <description>&lt;P&gt;I figured out that if I turn on optimization in LLVM compiler, it reduces time needed to compile 5 times and it cures the slow performance after using Intel compiler. I will try to find the optimization techniques for Intel compiler and hopefully it will outperform apple compiler.&lt;/P&gt;

&lt;P&gt;My data is too huge (and it is proprietary) to be uploaded here, sorry :(&lt;/P&gt;

&lt;P&gt;Thanks for the answer&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 05:40:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043347#M4609</guid>
      <dc:creator>Roman_I_</dc:creator>
      <dc:date>2015-01-09T05:40:47Z</dc:date>
    </item>
    <item>
      <title>Which ICC switches were used</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043348#M4610</link>
      <description>&lt;P&gt;Which ICC switches were used to compile your code?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2015 19:58:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043348#M4610</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2015-01-10T19:58:12Z</dc:date>
    </item>
    <item>
      <title>I used -O3 -ip, but i could</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043349#M4611</link>
      <description>&lt;P&gt;I used -O3 -ip, but i could use these options only is I compiled from the terminal, I could not find these optimization options in xCode. with -O3 -ip the executions of icpc compiler program took only 30% more, than the same program compiled using LLVM&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jan 2015 20:29:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043349#M4611</guid>
      <dc:creator>Roman_I_</dc:creator>
      <dc:date>2015-01-10T20:29:59Z</dc:date>
    </item>
    <item>
      <title>Did you inspect assembly code</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043350#M4612</link>
      <description>&lt;P&gt;Did you inspect assembly code generated by both compilers?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 20:11:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Slower-code-execution-if-compiled-with-Intel-Parallel-studio/m-p/1043350#M4612</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2015-01-14T20:11:20Z</dc:date>
    </item>
  </channel>
</rss>

