<?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 How prevent termination due to Zero Pivot? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952567#M15326</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I use DSS interface to solve a &amp;nbsp;sparse symmetric linear system. When a matrix is singular, &amp;nbsp;the code is terminated at dss_factor_real() with a message &amp;nbsp;"MKL-DSS-DSS-Error, Zero Pivot detected". &amp;nbsp;It is inconvenient if I have to do it many times.&lt;/P&gt;

&lt;P&gt;How do I prevent the termination &amp;nbsp;and instead check whether factorization was successful. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is this controlled &amp;nbsp;by option=MKL_DSS_TERM__LVL_ERROR? I tried to change it but &amp;nbsp;nothing happened.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2014 09:23:46 GMT</pubDate>
    <dc:creator>A_B_</dc:creator>
    <dc:date>2014-03-19T09:23:46Z</dc:date>
    <item>
      <title>How prevent termination due to Zero Pivot?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952567#M15326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I use DSS interface to solve a &amp;nbsp;sparse symmetric linear system. When a matrix is singular, &amp;nbsp;the code is terminated at dss_factor_real() with a message &amp;nbsp;"MKL-DSS-DSS-Error, Zero Pivot detected". &amp;nbsp;It is inconvenient if I have to do it many times.&lt;/P&gt;

&lt;P&gt;How do I prevent the termination &amp;nbsp;and instead check whether factorization was successful. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is this controlled &amp;nbsp;by option=MKL_DSS_TERM__LVL_ERROR? I tried to change it but &amp;nbsp;nothing happened.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:23:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952567#M15326</guid>
      <dc:creator>A_B_</dc:creator>
      <dc:date>2014-03-19T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952568#M15327</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;It is look like you set that your matrix is positive defined that guarantee absence of pivot during factorization. Just change type of matrix on non-positive define.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:35:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952568#M15327</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2014-03-19T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Thanks,  changing matrix type</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952569#M15328</link>
      <description>&lt;P&gt;Thanks, &amp;nbsp;changing matrix type to MKL_DSS_INDEFINITE it has removed the termination. However, now, even if the matrix is singular, the error of dss_factor_real &amp;nbsp;and dss_solve_real &amp;nbsp;is MKL_DSS_SUCCESS. &amp;nbsp; &amp;nbsp; I guess I am getting just one of many possible solutions.&lt;/P&gt;

&lt;P&gt;Is there a way to tell that matrix was singular and the result should be discarded?&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 06:54:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952569#M15328</guid>
      <dc:creator>A_B_</dc:creator>
      <dc:date>2014-03-20T06:54:44Z</dc:date>
    </item>
    <item>
      <title>there are no such opportunity</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952570#M15329</link>
      <description>&lt;P&gt;there are no such opportunity in Pardiso.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2014 14:06:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-prevent-termination-due-to-Zero-Pivot/m-p/952570#M15329</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-03-20T14:06:47Z</dc:date>
    </item>
  </channel>
</rss>

