<?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 The speed of your program in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/why-the-pardiso-solver-solve-the-problem-Sequential-%D9%88-not/m-p/1057355#M21497</link>
    <description>&lt;P&gt;The speed of your program will depend on the type of calculation that it is doing, the compiler options in effect, the specific choice of performance libraries used and the control parameters passed to Pardiso.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Parallelization, while doable and worthwhile, cannot be achieved trivially. See&amp;nbsp;http://en.wikipedia.org/wiki/Amdahl%27s_law and, if that is too depressing, see&amp;nbsp;http://en.wikipedia.org/wiki/Gustafson%27s_law .&lt;/P&gt;

&lt;P&gt;Indiscriminate parallelization can make a program become a bottleneck to the computer on which it is run.&lt;/P&gt;

&lt;P&gt;Have you timed your program to find out what fraction of the running time is used in setting up the problem for Pardiso and compared that with the solution time?&lt;/P&gt;

&lt;P&gt;I also see that your program ignores the error codes returned by the Pardiso calls. If, for example, a reordering call fails and you move on to the next phase, the behavior of the program can be unpredictable and any benchmarking results would be meaningless.&lt;/P&gt;

&lt;P&gt;Which OS, compiler and MKL versions do you use? What were the compiler options used?&lt;/P&gt;</description>
    <pubDate>Sat, 15 Nov 2014 23:18:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2014-11-15T23:18:00Z</dc:date>
    <item>
      <title>why the pardiso solver solve the problem Sequential و not parallel ?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/why-the-pardiso-solver-solve-the-problem-Sequential-%D9%88-not/m-p/1057354#M21496</link>
      <description>&lt;P&gt;my fortran program is solving a linear matrix with 1000*1000 elements with pardiso (comes in attachment.)&lt;/P&gt;

&lt;P&gt;the matrix is positive definite (mtype=2)&lt;/P&gt;

&lt;P&gt;my questions :&lt;/P&gt;

&lt;P&gt;is the solution mode sequential or parallel by default ? if default mode is&amp;nbsp;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;sequential , can i parallelize that? what?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;if not and&amp;nbsp;default mode is&amp;nbsp;parallel ,why the CPU usage is not 100% ?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;thanks for taking the time and&amp;nbsp;Apology for &amp;nbsp;my poor english!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 22:03:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/why-the-pardiso-solver-solve-the-problem-Sequential-%D9%88-not/m-p/1057354#M21496</guid>
      <dc:creator>Reza_V_</dc:creator>
      <dc:date>2014-11-15T22:03:15Z</dc:date>
    </item>
    <item>
      <title>The speed of your program</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/why-the-pardiso-solver-solve-the-problem-Sequential-%D9%88-not/m-p/1057355#M21497</link>
      <description>&lt;P&gt;The speed of your program will depend on the type of calculation that it is doing, the compiler options in effect, the specific choice of performance libraries used and the control parameters passed to Pardiso.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Parallelization, while doable and worthwhile, cannot be achieved trivially. See&amp;nbsp;http://en.wikipedia.org/wiki/Amdahl%27s_law and, if that is too depressing, see&amp;nbsp;http://en.wikipedia.org/wiki/Gustafson%27s_law .&lt;/P&gt;

&lt;P&gt;Indiscriminate parallelization can make a program become a bottleneck to the computer on which it is run.&lt;/P&gt;

&lt;P&gt;Have you timed your program to find out what fraction of the running time is used in setting up the problem for Pardiso and compared that with the solution time?&lt;/P&gt;

&lt;P&gt;I also see that your program ignores the error codes returned by the Pardiso calls. If, for example, a reordering call fails and you move on to the next phase, the behavior of the program can be unpredictable and any benchmarking results would be meaningless.&lt;/P&gt;

&lt;P&gt;Which OS, compiler and MKL versions do you use? What were the compiler options used?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 23:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/why-the-pardiso-solver-solve-the-problem-Sequential-%D9%88-not/m-p/1057355#M21497</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-11-15T23:18:00Z</dc:date>
    </item>
  </channel>
</rss>

