<?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 Performance issue of parallelization. Parallel Studio 2013  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944189#M17813</link>
    <description>&lt;P&gt;I use Windows 7, Parallel Studio 2013 with VS 2012, Fortran 90. &lt;BR /&gt;If I run my code in the mode without parallelization, Windows shows 25% CPU usage of &amp;nbsp;i7-2620M&amp;nbsp; (2 cores, 4 threads) that is resonable. &amp;nbsp;&lt;BR /&gt;In the parallel mode Windows shows 100% CPU usage that is also resonable.&lt;/P&gt;
&lt;P&gt;The question is why the real computations&amp;nbsp; slows about twice?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Yuriy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2013 12:39:58 GMT</pubDate>
    <dc:creator>Yuriy_S_</dc:creator>
    <dc:date>2013-10-02T12:39:58Z</dc:date>
    <item>
      <title>Performance issue of parallelization. Parallel Studio 2013</title>
      <link>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944189#M17813</link>
      <description>&lt;P&gt;I use Windows 7, Parallel Studio 2013 with VS 2012, Fortran 90. &lt;BR /&gt;If I run my code in the mode without parallelization, Windows shows 25% CPU usage of &amp;nbsp;i7-2620M&amp;nbsp; (2 cores, 4 threads) that is resonable. &amp;nbsp;&lt;BR /&gt;In the parallel mode Windows shows 100% CPU usage that is also resonable.&lt;/P&gt;
&lt;P&gt;The question is why the real computations&amp;nbsp; slows about twice?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Yuriy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:39:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944189#M17813</guid>
      <dc:creator>Yuriy_S_</dc:creator>
      <dc:date>2013-10-02T12:39:58Z</dc:date>
    </item>
    <item>
      <title>I would take with grain of</title>
      <link>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944190#M17814</link>
      <description>&lt;P&gt;I would take with grain of salt performance measurement reported by task manager.Better option is to run VTune and Xperf for comprehensive performance evaluation.Put it simply task manager's resolution is not measured in CPU cycles and charged down to function level&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2013 15:30:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944190#M17814</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-10-02T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Dear Iliya,</title>
      <link>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944191#M17815</link>
      <description>&lt;P&gt;Dear Iliya,&lt;/P&gt;
&lt;P&gt;thank you for your comment! I'm not familiar with VTune and Xperf, however,&amp;nbsp;apart on the way haw to&amp;nbsp;evaluate the CPU usage,&amp;nbsp;the question is very simple. Why the computations under parallelization mode twice slowly than without parallelization. This is somewhat I did not expect and can not find an answer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:07:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944191#M17815</guid>
      <dc:creator>Yuriy_S_</dc:creator>
      <dc:date>2013-10-03T19:07:02Z</dc:date>
    </item>
    <item>
      <title>If you use the par-threshold</title>
      <link>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944192#M17816</link>
      <description>&lt;P&gt;If you use the par-threshold option to increase the usage of parallelization, as the docs tell you, you can expect to see instances where parallelization slows it down.&amp;nbsp; Presumably, you know more about the application than we do, so would have a head start over us on understanding the opportunities for parallelization.&lt;/P&gt;
&lt;P&gt;If the compiler chooses loop nest and fusion optimizations when not parallelizing, you might start by writing those into the source code so as to encourage continued use of the same organization.&amp;nbsp; It's also worth while to try 2 threads running on separate cores, as there are relatively few Fortran applications which will see an advantage from hyperthreading on i7.&lt;/P&gt;
&lt;P&gt;It can be difficult to go much further without some means of timing the code sections and isolating where the performance issues occur, as was already suggested.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:34:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944192#M17816</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-10-03T19:34:36Z</dc:date>
    </item>
    <item>
      <title>Also thread synchronization</title>
      <link>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944193#M17817</link>
      <description>&lt;P&gt;Also thread synchronization can slow down thread level parallelism.Anyway as it was said it is impossible to know the exact cause of parallel code slowdown.At least you can tell us how did you get your timing results.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2013 03:35:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Performance-issue-of-parallelization-Parallel-Studio-2013/m-p/944193#M17817</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-10-04T03:35:26Z</dc:date>
    </item>
  </channel>
</rss>

