<?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 what do you mean by  that? if in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861082#M7527</link>
    <description>&lt;P&gt;what do you mean by &amp;nbsp;that? if cpu nearly like you said 0, is it bad?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2014 09:28:18 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2014-02-13T09:28:18Z</dc:date>
    <item>
      <title>How to use IPARM(4)/pre-conditioning in Pardiso?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861076#M7521</link>
      <description>Hi, I have read the sparse info in the Pardiso manual on how to use iparm(4) to precondition the factorization, but can't get it to work. This is the background: I have to solve a system of identical sparsity structure (and slow/smooth evolution in time) thousands of time, so any possible speed up is essential. The system is structurally symmetric, so I have reduced the pardiso solver to initialize and do phase 11 only once, and then phase 22 and phase 33 at every time-step.
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;However, I am hoping that there could be further optimization, and using pre-conditioning with iparm(4) was suggested to me. I have tried using iparm(4) = 31 and 61 at either the phase 22 and/or just phase 33 but do not get proper results.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Any suggestions would be appreciated.&lt;/DIV&gt;
&lt;DIV&gt;--Joachim&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Apr 2009 22:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861076#M7521</guid>
      <dc:creator>moortgatgmail_com</dc:creator>
      <dc:date>2009-04-10T22:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IPARM(4)/pre-conditioning in Pardiso?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861077#M7522</link>
      <description>&lt;P&gt;Hi, Joachim,&lt;/P&gt;
&lt;P&gt;Yes, you set parameters correctly. Could you clarify, what mean "do not get proper result"? Does norm of residual |r-Ax| change after turn on CGS (set less iparm(4)=61) or it is decreased, but not so much?&lt;/P&gt;
&lt;P&gt;Could you set iparm(4)=61 before phase 33 and provide us with output parameter iparm(20) (CG/CGS diagnostic)?&lt;/P&gt;
&lt;P&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2009 08:23:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861077#M7522</guid>
      <dc:creator>Sergey_Solovev__Inte</dc:creator>
      <dc:date>2009-04-13T08:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IPARM(4)/pre-conditioning in Pardiso?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861078#M7523</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/93632"&gt;Sergey Solovev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hi, Joachim,&lt;/P&gt;
&lt;P&gt;Yes, you set parameters correctly. Could you clarify, what mean "do not get proper result"? Does norm of residual |r-Ax| change after turn on CGS (set less iparm(4)=61) or it is decreased, but not so much?&lt;/P&gt;
&lt;P&gt;Could you set iparm(4)=61 before phase 33 and provide us with output parameter iparm(20) (CG/CGS diagnostic)?&lt;/P&gt;
&lt;P&gt;Sergey&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Hi , Thanks for your reply. By `not proper results' I mean that the solution computed when using pre-conditioning are less accurate / wrong than the ones computed without it. My system of linear equations computes as solution a pressure field (over 10 thousands of finite element edges), which is a smooth/continuous and only slowly changing field. As I mentioned in the original post, I am hoping that I can speed up the pardiso solver past performing phase 22 and phase 33 with the default iparm settings at each time step. To be honest though, I am not familiar with much of the method of CGS pre-conditioning; I'd like to use it if it's faster, but don't really know how to diagnose current issues (such as determining your suggestion&lt;SPAN style="font-style: italic; line-height: 16px;"&gt;|r-Ax| )&lt;SPAN style="font-style: normal; line-height: normal;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;What I have tried is either performing phase 22 only for the first 100 or so time-steps and then switching that step off in favour of iparm(4) = 61 (for instance) + phase 33; or performing phase 22 at every second or third time-step and preconditioning + phase 33 for the others.&lt;/DIV&gt;
&lt;DIV&gt;As for your question: it does seem like the preconditioning itself succeeds and the output is in the range iparm(20) = 3 (foriparm(4) = 61) to iparm(20) = 22, when I triediparm(4) = 91 in an attempt to improve accuracy. [As a minor question: the CG preconditioning is only for symmetric, and not structurally-symmetric matrices, right?]&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;As extra information: I am trying to upgrade our solver to Pardiso from umfpack 2.2.1. Using the latter solver, the set-up was as follows:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;For the first time-step we performed:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;   UM*21I: sets the default the control parameters for UM*2FA, UM*2RF,&lt;/DIV&gt;
&lt;DIV&gt;       and UM*2SO.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;   UM*2FA: factors A into PAQ=LU, finding the pivot order (P and Q)&lt;/DIV&gt;
&lt;DIV&gt;       based on both numerical and fill-reducing criteria. This&lt;/DIV&gt;
&lt;DIV&gt;       routine performs both symbolic and numerical factorization&lt;/DIV&gt;
&lt;DIV&gt;       in a single step.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;For all subsequent time-steps, we used:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;   UM*2RF: factors A into PAQ=LU, using information (same P and Q and the&lt;/DIV&gt;
&lt;DIV&gt;       same symbolic factorization) from a prior call to UM*2FA.&lt;/DIV&gt;
&lt;DIV&gt;       Normally significantly faster than UM*2FA, since UM*2RF only&lt;/DIV&gt;
&lt;DIV&gt;       performs numerical factorization.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;   UM*2SO: solves a system of linear equations using the factors,&lt;/DIV&gt;
&lt;DIV&gt;       optionally performing iterative refinement.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Apr 2009 17:57:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861078#M7523</guid>
      <dc:creator>moortgatgmail_com</dc:creator>
      <dc:date>2009-04-13T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IPARM(4)/pre-conditioning in Pardiso?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861079#M7524</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi, it is not easy to understand the reason of problem. Yes, the CG preconditioning is only for symmetric matrices, CGS for unsymmetrical and structural symmetric matrices. The algorithm convergence significantly depends on matrix. The best way for resolution this issue is providing us with test case. If it is impossible, maybe code or pseudo code of using PARDISO?&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Apr 2009 09:21:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861079#M7524</guid>
      <dc:creator>Sergey_Solovev__Inte</dc:creator>
      <dc:date>2009-04-20T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IPARM(4)/pre-conditioning in Pardiso?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861080#M7525</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/421468"&gt;moortgatgmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi, I have read the sparse info in the Pardiso manual on how to use iparm(4) to precondition the factorization, but can't get it to work. This is the background: I have to solve a system of identical sparsity structure (and slow/smooth evolution in time) thousands of time, so any possible speed up is essential. The system is structurally symmetric, so I have reduced the pardiso solver to initialize and do phase 11 only once, and then phase 22 and phase 33 at every time-step.
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;However, I am hoping that there could be further optimization, and using pre-conditioning with iparm(4) was suggested to me. I have tried using iparm(4) = 31 and 61 at either the phase 22 and/or just phase 33 but do not get proper results.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Any suggestions would be appreciated.&lt;/DIV&gt;
&lt;DIV&gt;--Joachim&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;...did you guys get it to speed up?&lt;BR /&gt;&lt;BR /&gt;tnx&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 12:47:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861080#M7525</guid>
      <dc:creator>Perpf2000</dc:creator>
      <dc:date>2009-09-02T12:47:52Z</dc:date>
    </item>
    <item>
      <title>hi ,phase=33,cpu nearly=0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861081#M7526</link>
      <description>&lt;P&gt;hi ,phase=33,cpu nearly=0,anyone have this question?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 09:09:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861081#M7526</guid>
      <dc:creator>wang_j_1</dc:creator>
      <dc:date>2014-02-13T09:09:32Z</dc:date>
    </item>
    <item>
      <title>what do you mean by  that? if</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861082#M7527</link>
      <description>&lt;P&gt;what do you mean by &amp;nbsp;that? if cpu nearly like you said 0, is it bad?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2014 09:28:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IPARM-4-pre-conditioning-in-Pardiso/m-p/861082#M7527</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-13T09:28:18Z</dc:date>
    </item>
  </channel>
</rss>

