<?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 Re: PARDISO: different outputs from the same source in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847704#M6368</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #800000; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I would recommend you submit the issue against MKL to Premier support( &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small; color: #333333; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: Verdana;"&gt;&lt;A title="https://premier.intel.com/" href="https://premier.intel.com/"&gt;https://premier.intel.com/&lt;/A&gt; ). I will work with this issue there.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small; color: #333333; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2008 12:25:43 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2008-11-26T12:25:43Z</dc:date>
    <item>
      <title>PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847701#M6365</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I'm using PARDISO to solve a linear system originated from a Stokes problem. The matrix is real and structurally symmetric.&lt;/P&gt;
&lt;P&gt;My first problem is that if I treat it as structurally symmetric (mtype=1) the solver fails and returns:&lt;/P&gt;
&lt;P&gt;*** error PARDISO ( numerical_factorization) error_num= -1&lt;BR /&gt;*** error pardiso: zero pivot&lt;/P&gt;
&lt;P&gt;.........&lt;/P&gt;
&lt;P&gt;PARDISO statistics&lt;/P&gt;
&lt;P&gt;......&lt;/P&gt;
&lt;P&gt;error in PARDISO = -4&lt;/P&gt;
&lt;P&gt;However, if I treat it as unsymmetric (mtype=11) the solver does not return any error. But perhaps this is not even a problem and depends on the fact that two different methods are used for these two type of matrices.&lt;/P&gt;
&lt;P&gt;The second (and more serious) problem is that, using mtype=11, running the same executable twice results in two different solutions. To give an idea, for an element of the solution vector of the order of unity, the differences between the two runs can be up to 1e-5 in double precision. I use standard options (iparm(1)=0). I also tried to use customized options, but (strangely) no matter if I use iparm(2)=0 or iparm(2)=2, after the reordering phase (phase=11) Pardiso returns what follow:&lt;/P&gt;
&lt;P&gt;*** error PARDISO (prereordering_mtype11,13) error_num= 0&lt;BR /&gt;*** error pardiso: preordering failed after 0 neqns out of 17312&lt;BR /&gt;struct. sing. or input/parameter problem (matrixtype 11,13)&lt;/P&gt;
&lt;P&gt;.........&lt;/P&gt;
&lt;P&gt;PARDISO statistics&lt;/P&gt;
&lt;P&gt;......&lt;/P&gt;
&lt;P&gt;error in PARDISO = -6&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Does anybody have any idea of what can be wrong?&lt;/P&gt;
&lt;P&gt;Thank you very much in advance,&lt;/P&gt;
&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2008 20:46:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847701#M6365</guid>
      <dc:creator>7nic9</dc:creator>
      <dc:date>2008-11-10T20:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847702#M6366</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;Dear Nicola, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-size: 7.5pt; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;You are right, two different methods are used for mtype=1 and mtype=11. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-size: 7.5pt; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;The settings iparm(2)=0 and iparm(2)=2 use the same type of reordering namely METIS reordering. There exists another built-in reordering scheme so called MMD reordering available through iparm(2)=1. So you could try to useiparm(2)=1 instead of METIS. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-size: 7.5pt; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;There exists the following limitation in PARDISO usage (see the description of array ja, pp 2352 in MKL 10.1 Gold Reference Guide): &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;Ja &lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;- Array. &lt;SPAN style="mso-bidi-font-style: italic;"&gt;ja&lt;/SPAN&gt;(*) contains column indices of the sparse matrix &lt;SPAN style="mso-bidi-font-style: italic;"&gt;A &lt;/SPAN&gt;stored in compressed sparse row format. The indices in each row must be sorted in increasing order.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;I suspect PARDISO fails in your casebecause the representation of a matrix in the CSR format is wrong. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;MKL 10.1 Gold provides the new feature for checking whether this condition is satisfied. The checker is turn off on default. To turn it on, iparm(27) must be set to 1. Here is what MKL reference manual says &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; mso-bidi-font-style: italic; mso-bidi-font-weight: bold;"&gt;If iparm(27)=1, then PARDISO check integer arrays ia and ja. In particular, PARDISO checks whether column indices are sorted in increasing order within each row.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;All the best&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;Sergey&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Nov 2008 00:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847702#M6366</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2008-11-14T00:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847703#M6367</link>
      <description>&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Dear Sergey,&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;thank you very much for your answer. I think the arrays are stored correctly. I just tried the new MKL 10.1 with iparm(27)=1 and I do not receive any error. Actually, I finally managed to get always the same output using the unsymmetric solver (mtype=11) with the following options:&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;iparm(1)=1&lt;BR /&gt; iparm(2)=2&lt;BR /&gt; iparm(3)=mkl_get_max_threads()&lt;BR /&gt; iparm(4)=0&lt;BR /&gt; iparm(5)=0&lt;BR /&gt; iparm(6)=0&lt;BR /&gt; iparm(8)=-5&lt;BR /&gt; iparm(10)=7&lt;BR /&gt; iparm(11)=1&lt;BR /&gt; iparm(13)=1&lt;BR /&gt; iparm(18)=-1&lt;BR /&gt; iparm(19)=0&lt;BR /&gt; iparm(20)=0&lt;BR /&gt; iparm(27)=1&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;I realized that the key problem was the value of iparm(10). By trial and error, I found that perturbing the pivot with values smaller than 10^-7 results in a not very precise solution that can change from run to run. With these options my code works fine and I'm happy with it. However, although the matrix is structurally symmetric, using mtype=1, the solver still fails to factorize the matrix. After phase=11 and, apparently, no matter what options I use (even using iparm(2)=1) this is what I get for a typical run&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;================ PARDISO: solving a real struct. sym. system ================&lt;BR /&gt;&lt;/DIV&gt;
&lt;P&gt;Summary PARDISO: ( reorder to reorder )&lt;BR /&gt;================&lt;BR /&gt;&lt;BR /&gt;Times:&lt;BR /&gt;======&lt;BR /&gt;&lt;BR /&gt; Time fulladj: 0.001180 s&lt;BR /&gt; Time reorder: 0.085897 s&lt;BR /&gt; Time symbfct: 0.009929 s&lt;BR /&gt; Time malloc : -0.002462 s&lt;BR /&gt; Time total : 0.111708 s total - sum: 0.017165 s&lt;BR /&gt;&lt;BR /&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt; &amp;lt; Parallel Direct Factorization with #processors: &amp;gt; 1&lt;BR /&gt; &amp;lt; Numerical Factorization with Level-3 BLAS performance &amp;gt;&lt;BR /&gt;&lt;BR /&gt; &amp;lt; Linear system Ax = b&amp;gt; &lt;TRANSPOSE&gt;&lt;BR /&gt; #equations: 10858&lt;BR /&gt; #non-zeros in A: 96286&lt;BR /&gt; non-zeros in A (%): 0.081670&lt;BR /&gt; #right-hand sides: 1&lt;BR /&gt;&lt;BR /&gt; &amp;lt; Factors L and U &amp;gt;&lt;BR /&gt; #columns for each panel: 128&lt;BR /&gt; #independent subgraphs: 0&lt;BR /&gt; &amp;lt; Preprocessing with state of the art partitioning metis&amp;gt;&lt;BR /&gt; #supernodes: 7605&lt;BR /&gt; size of largest supernode: 176&lt;BR /&gt; number of nonzeros in L 298753&lt;BR /&gt; number of nonzeros in U 231369&lt;BR /&gt; number of nonzeros in L+U 530122&lt;BR /&gt;*** error PARDISO ( numerical_factorization) error_num= -1&lt;BR /&gt;*** error pardiso: zero pivot&lt;/TRANSPOSE&gt;&lt;/P&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;With best regards,&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Nicola&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:02:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847703#M6367</guid>
      <dc:creator>7nic9</dc:creator>
      <dc:date>2008-11-18T10:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847704#M6368</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #800000; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I would recommend you submit the issue against MKL to Premier support( &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small; color: #333333; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: Verdana;"&gt;&lt;A title="https://premier.intel.com/" href="https://premier.intel.com/"&gt;https://premier.intel.com/&lt;/A&gt; ). I will work with this issue there.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small; color: #333333; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:25:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847704#M6368</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-11-26T12:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847705#M6369</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;Dear Nicola, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 7.5pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;Since PARDISO found zero pivots, your system is ill-conditioned or singular. In this case, I'd suggest to experiment with different regularization strategies like Tikhonov regularization (see &lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;&lt;A title="http://en.wikipedia.org/wiki/Ridge_regression" href="http://en.wikipedia.org/wiki/Ridge_regression"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://en.wikipedia.org/wiki/Ridge_regression" target="_blank"&gt;http://en.wikipedia.org/wiki/Ridge_regression&lt;/A&gt;&lt;/SPAN&gt; ) or any other &lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;before calling PARDISO. The purpose of &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; mso-bidi-font-size: 12.0pt;" lang="EN"&gt;regularization&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt;" lang="EN"&gt; is to &lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;introduce additional information in order to solve an ill-posed problem. &lt;SPAN style="mso-spacerun: yes;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt;" lang="EN"&gt;All the best&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt;" lang="EN"&gt;Sergey&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2008 14:18:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847705#M6369</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2008-11-26T14:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847706#M6370</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/334681"&gt;Gennady Fedorov (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;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal"&gt;Thank you. I submitted the issue to the Premier Support.&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Nicola&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: x-small; color: #800000; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: maroon; font-family: Verdana;"&gt;I would recommend you submit the issue against MKL to Premier support( &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small; color: #333333; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: Verdana;"&gt;&lt;A title="https://premier.intel.com/" href="https://premier.intel.com/"&gt;https://premier.intel.com/&lt;/A&gt; ). I will work with this issue there.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small; color: #333333; font-family: Verdana;"&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: Verdana;"&gt;--Gennady&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:29:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847706#M6370</guid>
      <dc:creator>7nic9</dc:creator>
      <dc:date>2008-11-28T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: PARDISO: different outputs from the same source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847707#M6371</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/93645"&gt;Sergey Kuznetsov (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;Dear Sergey,&lt;/P&gt;
&lt;P&gt;thanks for the hint. I'll try to have a look at the &lt;EM&gt;&lt;EM&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt; &lt;SPAN style="font-size: xx-small;"&gt;Tikhonov regularization and see if I manage to improve my matrix conditionality. By the way, dose Pardiso (or some other mkl tool) allow to estimate the condition number?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;&lt;SPAN style="font-size: xx-small;"&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;EM&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;&lt;SPAN style="font-size: xx-small;"&gt;Nicola&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;Dear Nicola, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-bidi-font-family: 'Times New Roman';"&gt;Since PARDISO found zero pivots, your system is ill-conditioned or singular. In this case, I'd suggest to experiment with different regularization strategies like Tikhonov regularization (see &lt;SPAN style="font-size: 10pt; color: black; font-family: Arial;"&gt;&lt;A title="http://en.wikipedia.org/wiki/Ridge_regression" href="http://en.wikipedia.org/wiki/Ridge_regression"&gt;&lt;SPAN style="color: black;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://en.wikipedia.org/wiki/Ridge_regression" target="_blank"&gt;http://en.wikipedia.org/wiki/Ridge_regression&lt;/A&gt;&lt;/SPAN&gt; ) or any other &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;before calling PARDISO. The purpose of &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-weight: bold; mso-bidi-font-size: 12.0pt;" lang="EN"&gt;regularization&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt;" lang="EN"&gt; is to &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;introduce additional information in order to solve an ill-posed problem. &lt;SPAN style="mso-spacerun: yes;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt;" lang="EN"&gt;All the best&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: black; font-family: Arial; mso-ansi-language: EN; mso-bidi-font-family: 'Times New Roman'; mso-bidi-font-size: 12.0pt;" lang="EN"&gt;Sergey&lt;/SPAN&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2008 10:33:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-different-outputs-from-the-same-source/m-p/847707#M6371</guid>
      <dc:creator>7nic9</dc:creator>
      <dc:date>2008-11-28T10:33:59Z</dc:date>
    </item>
  </channel>
</rss>

