<?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 Qustion about PARDISO solve phase=33 part run-time. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838122#M6245</link>
    <description>Hi,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;You can set maximum number of iterative refinement and obtain resulted number of iteration using iparm[7] and iparm[6] correspondingly.&lt;/DIV&gt;&lt;DIV&gt;What about dump in PARDISO with many rhs: check size of arrays x and b, it must be (n*NRHS), where n is size of problem, NRHS - number of right hand side.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
    <pubDate>Mon, 16 Aug 2010 03:05:28 GMT</pubDate>
    <dc:creator>Alexander_K_Intel2</dc:creator>
    <dc:date>2010-08-16T03:05:28Z</dc:date>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838119#M6242</link>
      <description>Dear.&lt;BR /&gt;&lt;BR /&gt;In our case, PARDISO solve phaseloginformation shows below,&lt;BR /&gt;&lt;BR /&gt;Time solve : 0.022912 s&lt;BR /&gt;Time total : 0.080525 s total - sum:0.057613 s&lt;BR /&gt;&lt;BR /&gt;I accepted Time solve as CPU time, and Total time as Elapse time.&lt;BR /&gt;I don't know why Time solve and Time total are so different.&lt;BR /&gt;Are there any method to reduce of the time difference?&lt;BR /&gt;I mean I want to know,&lt;BR /&gt;are there any methods to reduce the Time total.&lt;BR /&gt;&lt;BR /&gt;And I want to get the PARDISO multiple RHS C code example.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;B. Hwang&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Aug 2010 05:56:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838119#M6242</guid>
      <dc:creator>Bosun_Hwang</dc:creator>
      <dc:date>2010-08-15T05:56:07Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838120#M6243</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Solving step of PARDISO calculate solution of system Ax=b and some iterative refinement of calculated solution to obtain better result. So total time in your case is time to direct solve (0.022) + time to iterative refinement (0.057).&lt;/DIV&gt;&lt;DIV&gt;The example of PARDISO with multiple RHS could be obtained from any example of PARDISO with 1 rhs in MKL example folder: it is need to change variable nrhs from 1 to 5 (for example) and increase size of arrays b and x (rhs and solution arrays correspondingly) in 5 times. The resulted example provide solution system of linear equations with 5 rhs by PARDISO.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Aug 2010 11:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838120#M6243</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-08-15T11:03:00Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838121#M6244</link>
      <description>&lt;P&gt;Dear Kalinkin.&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;So, is it possible to reduce the iteration number at the iterative refinement step.&lt;BR /&gt;I want to compare the results according to interation number.&lt;BR /&gt;Ifthe resultis acceptable, I want to reduce the interation number&lt;BR /&gt;to reduce total run time. &lt;BR /&gt;&lt;BR /&gt;And I already tried to your advise to apply multiple RHS.&lt;BR /&gt;But core dump error was generated at PARDISO function.&lt;BR /&gt;I will try again.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Regards.&lt;BR /&gt;B. Hwang&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2010 02:22:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838121#M6244</guid>
      <dc:creator>Bosun_Hwang</dc:creator>
      <dc:date>2010-08-16T02:22:16Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838122#M6245</link>
      <description>Hi,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;You can set maximum number of iterative refinement and obtain resulted number of iteration using iparm[7] and iparm[6] correspondingly.&lt;/DIV&gt;&lt;DIV&gt;What about dump in PARDISO with many rhs: check size of arrays x and b, it must be (n*NRHS), where n is size of problem, NRHS - number of right hand side.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Aug 2010 03:05:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838122#M6245</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-08-16T03:05:28Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838123#M6246</link>
      <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;But, I don't understand why such direct solver needs the iterative refinement step?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;B. Hwang</description>
      <pubDate>Mon, 16 Aug 2010 06:59:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838123#M6246</guid>
      <dc:creator>Bosun_Hwang</dc:creator>
      <dc:date>2010-08-16T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838124#M6247</link>
      <description>Hi,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;The iterative refinement needs to be done to improve accuracy of solution obtained by directCholesky algorithm.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Aug 2010 08:09:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838124#M6247</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-08-16T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838125#M6248</link>
      <description>&lt;P&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;What is the error rate whether it is applied or not?&lt;BR /&gt;Do you have a statistic result about that?&lt;BR /&gt;In our case, it is negligible.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;B. Hwang&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2010 08:36:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838125#M6248</guid>
      <dc:creator>Bosun_Hwang</dc:creator>
      <dc:date>2010-08-16T08:36:23Z</dc:date>
    </item>
    <item>
      <title>Qustion about PARDISO solve phase=33 part run-time.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838126#M6249</link>
      <description>Hi,&lt;DIV&gt;Theiterative refinement could be turn on/off by using iparm(8). If during numerical factorization perturbed pivots are obtained (for example when initial matrix non positive define) 2 steps of iterative refinements calculate cause to improve onbtained iteration. If there are not any perturbed pivots you can decline iterative refinemts by setting iparm(8) = 0.&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:48:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Qustion-about-PARDISO-solve-phase-33-part-run-time/m-p/838126#M6249</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2010-08-16T11:48:52Z</dc:date>
    </item>
  </channel>
</rss>

