<?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 PARDISO  ( sequence_ido,parameters) error_num= 31 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-sequence-ido-parameters-error-num-31/m-p/809941#M3784</link>
    <description>&lt;P&gt;Between update 4 and 8 we slightly changed the behavior of solver with
OOC mode. &lt;/P&gt;

&lt;P&gt;In the case if PARDISO run in OOC mode then two-level factorization
algorithm is not supported ( see note into documentation)&lt;/P&gt;

&lt;P&gt;In your case  you choose hybrid mode but for your inputs, the available
RAM is not sufficient, therefore PARISO automatically switch to OOC mode.&lt;/P&gt;

&lt;P&gt;-
Increase RAM or&lt;/P&gt;

&lt;P&gt;-
Change parallel factorization algorithm as default for
example&lt;/P&gt;&lt;P&gt;--Gennady&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2012 18:17:18 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-02-14T18:17:18Z</dc:date>
    <item>
      <title>PARDISO  ( sequence_ido,parameters) error_num= 31</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-sequence-ido-parameters-error-num-31/m-p/809940#M3783</link>
      <description>I compiled my app with the newest version of MKL (10.3.8.1) and Intel C++ Compiler XE 12.1 for Windows (64bit). My app generates the following error in PARDISO. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;With MKL Version 10.3.8.1:&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;*** Error in PARDISO ( sequence_ido,parameters) error_num= 31&lt;BR /&gt;*** Input check: Two-level factorization algorithm does not work in OOC mode.&lt;BR /&gt;&lt;BR /&gt;If I copy the old MKL DLLs (10.3.4.1) into the program folder, with the same app, it works. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;With MKL Version 10.3.4.1:&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;The file .\\pardiso_ooc.cfg was not opened&lt;BR /&gt;&lt;BR /&gt;=== PARDISO is running in Out-Of-Core mode, because iparam(60)=1 and there is not enough RAM for In-Core ===&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;================ PARDISO: solving a real nonsymmetric system ================&lt;BR /&gt;The local (internal) PARDISO version is : 103000115&lt;BR /&gt;0-based array is turned ON&lt;BR /&gt;PARDISO double precision computation is turned ON&lt;BR /&gt;METIS algorithm at reorder step is turned ON&lt;BR /&gt;Task does not fit RAM, OOC NLL factorization algorithm is turned ON&lt;BR /&gt;Scaling is turned ON&lt;BR /&gt;Matching is turned ON&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Summary: ( reordering phase )&lt;BR /&gt;================&lt;BR /&gt;&lt;BR /&gt;Times:&lt;BR /&gt;======&lt;BR /&gt;Time spent in calculations of symmetric matrix portrait(fulladj): 0.077612 s&lt;BR /&gt;Time spent in reordering of the initial matrix(reorder) : 2.763583 s&lt;BR /&gt;Time spent in symbolic factorization(symbfct) : 1.088499 s&lt;BR /&gt;Time spent in data preparations for factorization(parlist) : 1.011271 s&lt;BR /&gt;Time spent in allocation of internal data structures(malloc) : 0.511346 s&lt;BR /&gt;Time spent in additional calculations : 4.108413 s&lt;BR /&gt;Total time spent : 9.560724 s&lt;BR /&gt;&lt;BR /&gt;Statistics:&lt;BR /&gt;===========&lt;BR /&gt;&amp;lt; Parallel Direct Factorization with #processors: &amp;gt; 4&lt;BR /&gt;&amp;lt; Numerical Factorization with BLAS3 and O(n) synchronization &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt; Linear system Ax = b&amp;gt; &lt;BR /&gt; #equations: 262701&lt;BR /&gt; #non-zeros in A: 3614742&lt;BR /&gt; non-zeros in A (): 0.005238&lt;BR /&gt;&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: 96&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: 130123&lt;BR /&gt; size of largest supernode: 4946&lt;BR /&gt; number of nonzeros in L 139898411&lt;BR /&gt; number of nonzeros in U 133551150&lt;BR /&gt; number of nonzeros in L+U 273449561&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Settings:&lt;BR /&gt; iparm[0] = 1; &lt;BR /&gt; iparm[1] = 2; &lt;BR /&gt; iparm[2] = 0; &lt;BR /&gt; iparm[3] = 0; &lt;BR /&gt; iparm[4] = 0; &lt;BR /&gt; iparm[5] = 0; &lt;BR /&gt; iparm[6] = 0; &lt;BR /&gt; iparm[7] = 2; &lt;BR /&gt; iparm[8] = 0; &lt;BR /&gt; iparm[9] = 13;&lt;BR /&gt; iparm[10] = 1; &lt;BR /&gt; iparm[11] = 0; &lt;BR /&gt; iparm[12] = 1; &lt;BR /&gt; iparm[13] = 0;&lt;BR /&gt; iparm[14] = 0; &lt;BR /&gt; iparm[15] = 0;&lt;BR /&gt; iparm[16] = 0; &lt;BR /&gt; iparm[17] = 0; &lt;BR /&gt; iparm[18] = 0; &lt;BR /&gt; iparm[19] = 0;&lt;BR /&gt; iparm[23] = 1; &lt;BR /&gt; iparm[24] = 1; &lt;BR /&gt; iparm[26] = 1; &lt;BR /&gt; iparm[27] = 1; &lt;BR /&gt; iparm[34] = 1; &lt;BR /&gt; iparm[59] = 1; &lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2012 17:43:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-sequence-ido-parameters-error-num-31/m-p/809940#M3783</guid>
      <dc:creator>habanero</dc:creator>
      <dc:date>2012-02-14T17:43:48Z</dc:date>
    </item>
    <item>
      <title>PARDISO  ( sequence_ido,parameters) error_num= 31</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-sequence-ido-parameters-error-num-31/m-p/809941#M3784</link>
      <description>&lt;P&gt;Between update 4 and 8 we slightly changed the behavior of solver with
OOC mode. &lt;/P&gt;

&lt;P&gt;In the case if PARDISO run in OOC mode then two-level factorization
algorithm is not supported ( see note into documentation)&lt;/P&gt;

&lt;P&gt;In your case  you choose hybrid mode but for your inputs, the available
RAM is not sufficient, therefore PARISO automatically switch to OOC mode.&lt;/P&gt;

&lt;P&gt;-
Increase RAM or&lt;/P&gt;

&lt;P&gt;-
Change parallel factorization algorithm as default for
example&lt;/P&gt;&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 18:17:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-sequence-ido-parameters-error-num-31/m-p/809941#M3784</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-02-14T18:17:18Z</dc:date>
    </item>
  </channel>
</rss>

