<?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 I have just installed the new in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172697#M28692</link>
    <description>&lt;P&gt;I have just installed the new 2018 Fortran compiler and MKL, and the problem appears to be fixed. Are these types of fixes supposed to be included in release notes somewhere? I can't see any mention of this issue anywhere.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2017 08:22:04 GMT</pubDate>
    <dc:creator>schulzey</dc:creator>
    <dc:date>2017-09-16T08:22:04Z</dc:date>
    <item>
      <title>Pardiso iparm(30) not returning equation number correctly</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172691#M28686</link>
      <description>&lt;P&gt;I am using Pardiso with the 2017 Update 2 Intel Fortran compiler in VS 2015 and I'm finding that when using mtype=2 (real and symmetric positive definite matrix) if my matrix has a singularity, iparm(30) always returns 1 rather than the location of the equation where the singularity occurs. In the 2016 version of the compiler this worked correctly. Has something changed or is this a bug?&lt;BR /&gt;
	&lt;BR /&gt;
	​Refer to the Pardiso documentation as follows:&lt;BR /&gt;
	If Intel MKL PARDISO detects zero or negative pivot for &lt;SPAN class="parmname"&gt;mtype&lt;/SPAN&gt;=2 or &lt;SPAN class="parmname"&gt;mtype&lt;/SPAN&gt;=4 matrix types, the factorization is stopped, Intel MKL PARDISO returns immediately with an &lt;SPAN class="parmname"&gt;error&lt;/SPAN&gt; = -4, and &lt;SAMP class="codeph"&gt;&lt;SPAN class="parmname"&gt;iparm&lt;/SPAN&gt;(30)&lt;/SAMP&gt; reports the number of the equation where the first zero or negative pivot is detected.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 02:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172691#M28686</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2017-08-23T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Hi Schulzey,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172692#M28687</link>
      <description>&lt;P&gt;Hi Schulzey,&lt;/P&gt;

&lt;P&gt;For mtype=2 factorization, the pardiso choose Cholesky decomposition. For those factorization using Gaussian elimination required to have positive pivot elements. If the matrix A is singular matrix, det(A)=0, it means there would be no solution or have countless results for factorization. To eliminate singularity, you probably could refer SVD.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 05:36:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172692#M28687</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-08-23T05:36:50Z</dc:date>
    </item>
    <item>
      <title>Our application is structural</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172693#M28688</link>
      <description>&lt;P&gt;Our application is structural engineering where a singularity in the stiffness matrix represents an instability in the structure. Usually the location of instabilities are unknown and so the iparm(30) value helps the engineer to find where the instability is. In the version of Pardiso shipped with MKL 2017 Update 2, it always returns iparm(30)=1 whenever a singularity occurs, whereas previously it returned the location of the first singularity found (even though there might be more than one). Returning iparm(30)=1 makes it impossible for the engineer to find the instability, plus it no longer complies with the Pardiso documentation as per my original post. Can this be fixed?&lt;/P&gt;

&lt;P&gt;Regards, Peter&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 15:15:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172693#M28688</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2017-08-23T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Hi schulzey,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172694#M28689</link>
      <description>&lt;P&gt;Hi schulzey,&lt;/P&gt;

&lt;P&gt;I am not very clear with your problem, I tested both MKL11.3.3 &amp;amp; MKL2017u3, iparm[30] returns same value that is no. of equation which firstly detected 0 or negative pivots, which version of MKL you get that the iparm[30] is not no. of equation? Could you please provide your input matrix?&lt;/P&gt;

&lt;P&gt;The positive definition matrix must be not a singular matrix, if your matrix is singular, you probably could set phase to 11(reordering process), and it would return error:&lt;BR /&gt;
	*** Error in PARDISO &amp;nbsp;( numerical_factorization) error_num= -1&lt;BR /&gt;
	*** Error in PARDISO: zero or negative pivot, A is not SPD-matrix&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 07:33:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172694#M28689</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-08-28T07:33:30Z</dc:date>
    </item>
    <item>
      <title>Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172695#M28690</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;

&lt;P&gt;I'm using MKL 2017 Update 2. I haven't had time to test 2017 Update 3 but I will try it and let you know if the problem persists.&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:34:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172695#M28690</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2017-08-28T09:34:20Z</dc:date>
    </item>
    <item>
      <title>Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172696#M28691</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;

&lt;P&gt;I have tested MKL 2017u3 and it has the same problem. I have also found that the problem only occurs with some matrices whereas others work Ok. I have attached a project with a test matrix that shows the problem. In MKL2017u3 my test matrix returns iparm(30)=1 which is incorrect, however if I run the same matrix with MKL 11.2.4 it returns iparm(30)=49 which is correct.&lt;/P&gt;

&lt;P&gt;It looks like something has changed since MKL 11.2.4.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	​Peter&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 10:33:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172696#M28691</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2017-09-08T10:33:00Z</dc:date>
    </item>
    <item>
      <title>I have just installed the new</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172697#M28692</link>
      <description>&lt;P&gt;I have just installed the new 2018 Fortran compiler and MKL, and the problem appears to be fixed. Are these types of fixes supposed to be included in release notes somewhere? I can't see any mention of this issue anywhere.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 08:22:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-iparm-30-not-returning-equation-number-correctly/m-p/1172697#M28692</guid>
      <dc:creator>schulzey</dc:creator>
      <dc:date>2017-09-16T08:22:04Z</dc:date>
    </item>
  </channel>
</rss>

