<?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 Xin, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945661#M14853</link>
    <description>&lt;P&gt;Xin,&lt;/P&gt;
&lt;P&gt;I did execute your code but looking at the input parameters I can see you want to use the partial solving ( iparm[30] ) which is not avaliable for OOC mode. You can find the Note about that into Pardiso's doc.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2013 07:55:09 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2013-07-10T07:55:09Z</dc:date>
    <item>
      <title>Pardiso gives error when parallel factorization control set to 1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945658#M14850</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I atteched a test program that give '-1' error code after PARDISO symbolic analysis stage if iparm[23] is set to 1. The error code is '0' if I set iparm[23] to '0'.&lt;/P&gt;
&lt;P&gt;I am using Linux and MKL from&amp;nbsp;composer_xe_2013.4.183.&lt;/P&gt;
&lt;P&gt;Could anyone help me finding out the problem here?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Xin&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 07:26:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945658#M14850</guid>
      <dc:creator>xin_x_</dc:creator>
      <dc:date>2013-07-09T07:26:09Z</dc:date>
    </item>
    <item>
      <title>Did you check your matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945659#M14851</link>
      <description>&lt;P&gt;Did you check your matrix&amp;nbsp;inconsistent&amp;nbsp;by switching iparm(27) == 1 ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:59:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945659#M14851</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-07-09T12:59:33Z</dc:date>
    </item>
    <item>
      <title>Thanks Gennady!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945660#M14852</link>
      <description>&lt;P&gt;Thanks Gennady!&lt;/P&gt;
&lt;P&gt;After I switch iparm(27) on, I can see the message that parallel factorization control cannot be used when OOC is enabled.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question here. Does it mean that if I set iparm(60) = 1, iparm(24) have to be set to 0 ? I am refereing to the parameter table here:&amp;nbsp;http://software.intel.com/en-us/node/398339&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 21:00:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945660#M14852</guid>
      <dc:creator>xin_x_</dc:creator>
      <dc:date>2013-07-09T21:00:23Z</dc:date>
    </item>
    <item>
      <title>Xin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945661#M14853</link>
      <description>&lt;P&gt;Xin,&lt;/P&gt;
&lt;P&gt;I did execute your code but looking at the input parameters I can see you want to use the partial solving ( iparm[30] ) which is not avaliable for OOC mode. You can find the Note about that into Pardiso's doc.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 07:55:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945661#M14853</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-07-10T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for trying this out.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945662#M14854</link>
      <description>&lt;P&gt;Thanks for trying this out. iparm[30] setting did not affect me so far. But I will correct it.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Xin&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2013 23:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-gives-error-when-parallel-factorization-control-set-to-1/m-p/945662#M14854</guid>
      <dc:creator>xin_x_</dc:creator>
      <dc:date>2013-07-10T23:34:11Z</dc:date>
    </item>
  </channel>
</rss>

