<?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 Several questions on Parallel Programming (PP) in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911801#M4647</link>
    <description>&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=461056" class="basic" href="https://community.intel.com/en-us/profile/461056/"&gt;sariju&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm a newcomer in PP. I have to do a homework about Intel TBB and, after looking a lot of information, I still have the following doubts:&lt;/P&gt;
&lt;P&gt;1. Which is the application field for standards MPI and Threads? Maybe MPI is more suitable for big systems (supercomputers) and Threads for little systems?? When must we use one or another?&lt;/P&gt;
&lt;P&gt;2. Why should I use Intel TBB instead others threading implementations like Boost C++, Zthread, Open Thread, etc..etc.. What advantages offers Intel TBB over the others?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you a lot in advance for your support (by the way: a great site this!)&lt;/P&gt;
&lt;P&gt;Sariju (Spain)&lt;/P&gt;
&lt;/I&gt;&lt;/DIV&gt;
&lt;P&gt;For the questions about TBB, you should check the TBB forum, as well as the publicity material. There is interest in methods for use of TBB together with other parallelism models, but fairly little practical support so far. Ct is an example of a more ambitious C++ namespace implementation which hides TBB from the programmer.&lt;/P&gt;
&lt;P&gt;There is certainly a correlation between size of system (numbers of processors) and use of MPI. There exist very large systems, such as SGI UV, which are designed to simulate shared memory and support programming models other than MPI across a very large number of CPUs, yet MPI systems dominate in that size range, due to the cost and performance advantages. Use of MPI together with threading models local to each node (primarily OpenMP) is growing rapidly, as the economic advantages are sufficient to justify the programming effort.&lt;/P&gt;
&lt;P&gt;Certain applications offer a choice of OpenMP or MPI parallelism models, and combinations. Depending on the application, the MPI may out-perform OpenMP on systems as small as dual quad-core CPUs, while the OpenMP may not scale beyond dual 8-core CPUs, even on a system which supports OpenMP on a larger core count.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jan 2010 14:59:40 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2010-01-16T14:59:40Z</dc:date>
    <item>
      <title>Several questions on Parallel Programming (PP)</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911800#M4646</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm a newcomer in PP. I have to do a homework about Intel TBB and, after looking a lot of information, I still have the following doubts:&lt;/P&gt;
&lt;P&gt;1. Which is the application field for standards MPI and Threads? Maybe MPI is more suitable for big systems (supercomputers) and Threads for little systems?? When must we use one or another?&lt;/P&gt;
&lt;P&gt;2. Why should I use Intel TBB instead others threading implementations like Boost C++, Zthread, Open Thread, etc..etc.. What advantages offers Intel TBB over the others?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you a lot in advance for your support (by the way: a great site this!)&lt;/P&gt;
&lt;P&gt;Sariju (Spain)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2010 19:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911800#M4646</guid>
      <dc:creator>sariju</dc:creator>
      <dc:date>2010-01-15T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Several questions on Parallel Programming (PP)</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911801#M4647</link>
      <description>&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=461056" class="basic" href="https://community.intel.com/en-us/profile/461056/"&gt;sariju&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm a newcomer in PP. I have to do a homework about Intel TBB and, after looking a lot of information, I still have the following doubts:&lt;/P&gt;
&lt;P&gt;1. Which is the application field for standards MPI and Threads? Maybe MPI is more suitable for big systems (supercomputers) and Threads for little systems?? When must we use one or another?&lt;/P&gt;
&lt;P&gt;2. Why should I use Intel TBB instead others threading implementations like Boost C++, Zthread, Open Thread, etc..etc.. What advantages offers Intel TBB over the others?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thank you a lot in advance for your support (by the way: a great site this!)&lt;/P&gt;
&lt;P&gt;Sariju (Spain)&lt;/P&gt;
&lt;/I&gt;&lt;/DIV&gt;
&lt;P&gt;For the questions about TBB, you should check the TBB forum, as well as the publicity material. There is interest in methods for use of TBB together with other parallelism models, but fairly little practical support so far. Ct is an example of a more ambitious C++ namespace implementation which hides TBB from the programmer.&lt;/P&gt;
&lt;P&gt;There is certainly a correlation between size of system (numbers of processors) and use of MPI. There exist very large systems, such as SGI UV, which are designed to simulate shared memory and support programming models other than MPI across a very large number of CPUs, yet MPI systems dominate in that size range, due to the cost and performance advantages. Use of MPI together with threading models local to each node (primarily OpenMP) is growing rapidly, as the economic advantages are sufficient to justify the programming effort.&lt;/P&gt;
&lt;P&gt;Certain applications offer a choice of OpenMP or MPI parallelism models, and combinations. Depending on the application, the MPI may out-perform OpenMP on systems as small as dual quad-core CPUs, while the OpenMP may not scale beyond dual 8-core CPUs, even on a system which supports OpenMP on a larger core count.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2010 14:59:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911801#M4647</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-01-16T14:59:40Z</dc:date>
    </item>
    <item>
      <title>Several questions on Parallel Programming (PP)</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911802#M4648</link>
      <description>Thanks, tim. Very nice.</description>
      <pubDate>Sat, 16 Jan 2010 17:44:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Several-questions-on-Parallel-Programming-PP/m-p/911802#M4648</guid>
      <dc:creator>sariju</dc:creator>
      <dc:date>2010-01-16T17:44:26Z</dc:date>
    </item>
  </channel>
</rss>

