<?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 Thanks for explanation, I in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019096#M37387</link>
    <description>&lt;P&gt;Thanks for explanation, I suppose using Monte Carlo Simulation and some Pseudo random number. By increasing data sampling, I mean increasing data set.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Feb 2015 11:20:24 GMT</pubDate>
    <dc:creator>Bryar_S_</dc:creator>
    <dc:date>2015-02-26T11:20:24Z</dc:date>
    <item>
      <title>Speed Up with MIC/ in Parallel</title>
      <link>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019094#M37385</link>
      <description>&lt;P&gt;My question is not specific to MIC developers, it for all parallel developers in general.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;By increasing data sampling (n) in the program, I get better speed up. Also the sequential &amp;nbsp;is better than parallel &lt;SPAN style="font-size: 13.0080003738403px; line-height: 17.7381820678711px;"&gt;version&lt;/SPAN&gt;&amp;nbsp;with small (n).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I know this is normal in parallel programming, but would you tell me why ? or give me some reasons to convince me.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2015 03:13:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019094#M37385</guid>
      <dc:creator>Bryar_S_</dc:creator>
      <dc:date>2015-02-24T03:13:06Z</dc:date>
    </item>
    <item>
      <title>Hello Bryar,</title>
      <link>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019095#M37386</link>
      <description>&lt;P&gt;Hello Bryar,&lt;/P&gt;

&lt;P&gt;Can you please elaborate what kind of application and dataset you are referring to.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am assuming by increasing data sampling you mean increasing the size of data set. Correct? &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;If yes, your observation about correlation between data set v/s number of parallel threads/processes is correct for lot of HPC applications (especially&amp;nbsp;&lt;/SPAN&gt;embarrassingly&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;parallel&amp;nbsp;&lt;/SPAN&gt;applications&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;). As per my knowledge one of the reason this kind of behavior is observed is because there is always some finite amount&amp;nbsp;of overhead involved in setting up and maintaining multiple threads/processes. Hence in case of small datasets this overhead subsides the benefit of parallel processing as a result you see that for small datasets sequential programs (without thread creation/maintainance overhead) runs faster. And as you increase the size of dataset, for any embarrassingly parallel application the benefits of parallel processing increases and hence the speedup increases.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Besides parallel thread creation and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;maintenance there are lot of other things happening as well like communication, synchronization etc between threads.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I hope this helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:08:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019095#M37386</guid>
      <dc:creator>Sunny_G_Intel</dc:creator>
      <dc:date>2015-02-25T05:08:33Z</dc:date>
    </item>
    <item>
      <title>Thanks for explanation, I</title>
      <link>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019096#M37387</link>
      <description>&lt;P&gt;Thanks for explanation, I suppose using Monte Carlo Simulation and some Pseudo random number. By increasing data sampling, I mean increasing data set.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:20:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Speed-Up-with-MIC-in-Parallel/m-p/1019096#M37387</guid>
      <dc:creator>Bryar_S_</dc:creator>
      <dc:date>2015-02-26T11:20:24Z</dc:date>
    </item>
  </channel>
</rss>

