<?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 MKL PARDISO - Large Scale Problem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778657#M1259</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am solving &lt;A&gt;&lt;X&gt; = &lt;B&gt; where both X and B are matrices. I 
am solving for X. Size of &lt;/B&gt;&lt;/X&gt;&lt;/A&gt;&lt;A&gt; is 1,500,000 x 1,500,000. Aproximate non 
zeros are 60,000,000. I am able to run my code for the lower size 
problem. But for this size it does not run.&lt;BR /&gt;&lt;BR /&gt;System configuration:&lt;BR /&gt;&lt;BR /&gt;SGI - 8 processor with 32 GB memory.&lt;BR /&gt;Compiler - Intel 10.1.012.&lt;BR /&gt;&lt;BR /&gt;I am using 10.0.1.014 intel mkl&lt;BR /&gt;&lt;BR /&gt;When I am using iparm(60) = 2 it kill the process with -9 error&lt;BR /&gt;&lt;BR /&gt;***************************FOLLOWING WAS ERROR******************************&lt;BR /&gt;&lt;BR /&gt;The file ./pardiso_ooc.cfg was not opened&lt;BR /&gt;*** error PARDISO ( not enough mem. for OOC) error_num= -9&lt;BR /&gt;&lt;BR /&gt;================ PARDISO: solving a symmetric indef. system ================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&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: 1.360909 s&lt;BR /&gt; Time reorder: 29.476320 s&lt;BR /&gt; Time symbfct: 34.058441 s&lt;BR /&gt; Time malloc : 0.000549 s&lt;BR /&gt; Time total : 64.896383 s total - sum: 0.000164 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: 1460346&lt;BR /&gt; #non-zeros in A: 58022798&lt;BR /&gt; non-zeros in A (%): 0.002721&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: 10&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: 231589&lt;BR /&gt; size of largest supernode: 20746&lt;BR /&gt; number of nonzeros in L -905604445&lt;BR /&gt; number of nonzeros in U 1&lt;BR /&gt; number of nonzeros in L+U -905604444&lt;BR /&gt;test&lt;BR /&gt;check point 1&lt;BR /&gt;check point 2&lt;BR /&gt;check point 3&lt;BR /&gt;check point 5&lt;BR /&gt;check point 7&lt;BR /&gt; 58022799&lt;BR /&gt;Reordering completed ... &lt;BR /&gt;The following ERROR was detected: -9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*****************************************************************************&lt;BR /&gt;Questions:&lt;BR /&gt;&lt;BR /&gt;1) Is it possible to solve using current resources (8-Processors with 32GB RAM)?&lt;BR /&gt;2)
 If I want to run this size problem then what is the maximum RAM on 
single processor will I need? As we are planning to buy a system that 
has sufficient memory for this type of operations.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Mital Mistry.&lt;/TRANSPOSE&gt;&lt;/A&gt;</description>
    <pubDate>Tue, 02 Aug 2011 13:26:19 GMT</pubDate>
    <dc:creator>Mistry__Mital</dc:creator>
    <dc:date>2011-08-02T13:26:19Z</dc:date>
    <item>
      <title>MKL PARDISO - Large Scale Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778657#M1259</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am solving &lt;A&gt;&lt;X&gt; = &lt;B&gt; where both X and B are matrices. I 
am solving for X. Size of &lt;/B&gt;&lt;/X&gt;&lt;/A&gt;&lt;A&gt; is 1,500,000 x 1,500,000. Aproximate non 
zeros are 60,000,000. I am able to run my code for the lower size 
problem. But for this size it does not run.&lt;BR /&gt;&lt;BR /&gt;System configuration:&lt;BR /&gt;&lt;BR /&gt;SGI - 8 processor with 32 GB memory.&lt;BR /&gt;Compiler - Intel 10.1.012.&lt;BR /&gt;&lt;BR /&gt;I am using 10.0.1.014 intel mkl&lt;BR /&gt;&lt;BR /&gt;When I am using iparm(60) = 2 it kill the process with -9 error&lt;BR /&gt;&lt;BR /&gt;***************************FOLLOWING WAS ERROR******************************&lt;BR /&gt;&lt;BR /&gt;The file ./pardiso_ooc.cfg was not opened&lt;BR /&gt;*** error PARDISO ( not enough mem. for OOC) error_num= -9&lt;BR /&gt;&lt;BR /&gt;================ PARDISO: solving a symmetric indef. system ================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&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: 1.360909 s&lt;BR /&gt; Time reorder: 29.476320 s&lt;BR /&gt; Time symbfct: 34.058441 s&lt;BR /&gt; Time malloc : 0.000549 s&lt;BR /&gt; Time total : 64.896383 s total - sum: 0.000164 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: 1460346&lt;BR /&gt; #non-zeros in A: 58022798&lt;BR /&gt; non-zeros in A (%): 0.002721&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: 10&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: 231589&lt;BR /&gt; size of largest supernode: 20746&lt;BR /&gt; number of nonzeros in L -905604445&lt;BR /&gt; number of nonzeros in U 1&lt;BR /&gt; number of nonzeros in L+U -905604444&lt;BR /&gt;test&lt;BR /&gt;check point 1&lt;BR /&gt;check point 2&lt;BR /&gt;check point 3&lt;BR /&gt;check point 5&lt;BR /&gt;check point 7&lt;BR /&gt; 58022799&lt;BR /&gt;Reordering completed ... &lt;BR /&gt;The following ERROR was detected: -9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*****************************************************************************&lt;BR /&gt;Questions:&lt;BR /&gt;&lt;BR /&gt;1) Is it possible to solve using current resources (8-Processors with 32GB RAM)?&lt;BR /&gt;2)
 If I want to run this size problem then what is the maximum RAM on 
single processor will I need? As we are planning to buy a system that 
has sufficient memory for this type of operations.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Mital Mistry.&lt;/TRANSPOSE&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 02 Aug 2011 13:26:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778657#M1259</guid>
      <dc:creator>Mistry__Mital</dc:creator>
      <dc:date>2011-08-02T13:26:19Z</dc:date>
    </item>
    <item>
      <title>MKL PARDISO - Large Scale Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778658#M1260</link>
      <description>Hi Mital,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I would suggest you to try to use MKL version 10.3 first of all. A lot of significant improvements has been implemented since MKL 10.0 in PARDISO.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Konstantin&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Aug 2011 14:32:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778658#M1260</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2011-08-02T14:32:34Z</dc:date>
    </item>
    <item>
      <title>MKL PARDISO - Large Scale Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778659#M1261</link>
      <description>Thanks Konstantin,&lt;BR /&gt;&lt;BR /&gt;I will do that and also, I tried following,&lt;BR /&gt;&lt;BR /&gt;export MKL_PARDISO_OOC_MAX_CORE_SIZE=16000&lt;BR /&gt;&lt;BR /&gt;And the process did not stop but it kept running for almost 2 days and did nothing. &lt;BR /&gt;&lt;BR /&gt;Also, the process is not possible by in-core right?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mital&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2011 14:49:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778659#M1261</guid>
      <dc:creator>Mistry__Mital</dc:creator>
      <dc:date>2011-08-02T14:49:01Z</dc:date>
    </item>
    <item>
      <title>MKL PARDISO - Large Scale Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778660#M1262</link>
      <description>Konstantin,&lt;BR /&gt;&lt;BR /&gt;We have IA-64 architecture. So is there any special needs for updating to MKL 10.3 version?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mital&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2011 15:58:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778660#M1262</guid>
      <dc:creator>Mistry__Mital</dc:creator>
      <dc:date>2011-08-02T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Hi, the workstation of mine</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778661#M1263</link>
      <description>&lt;P&gt;Hi, the workstation of mine is with 32G memery and two 6-core XEON E5-2630 cpu.&lt;/P&gt;
&lt;P&gt;I wonder a sparse matrix with about 2million unknowns (roughly 20 million non-zero elements in the matrix) can be solved by the PARDISO &amp;nbsp;within reasonable time.&lt;/P&gt;
&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 13:06:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778661#M1263</guid>
      <dc:creator>yanpu_z_</dc:creator>
      <dc:date>2013-04-29T13:06:32Z</dc:date>
    </item>
    <item>
      <title>I'm afraid that the answer is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778662#M1264</link>
      <description>&lt;P&gt;Yanpu:&lt;/P&gt;
&lt;P&gt;I'm afraid that the answer is "It depends". Factorization of a highly sparse matrix (yours has a density of 0.000005) can be accompanied by substantial fill-in, and your system is far short of the memory that a dense matrix would take for the same number of unknowns.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You could try smaller problems and run tests to measure how the calculation scales, and project the results to the full size to obtain an estimate the run time.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 13:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778662#M1264</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-04-29T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Hi yanpu.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778663#M1265</link>
      <description>&lt;P&gt;Hi yanpu.&lt;/P&gt;
&lt;P&gt;You can try to use pardiso with iparm(60) is equal to 1. In such case if pardiso need to use more than 32Gb of RAM OOC algorithm will be used. Just set environment variable MKL_PARDISO_OOC_MAX_CORE_SIZE to 30000 to provide information about existence RAM to pardiso before PARDISO call.&lt;/P&gt;
&lt;P&gt;With best regards,&lt;/P&gt;
&lt;P&gt;Alexander Kalinkin&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 14:33:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-Large-Scale-Problem/m-p/778663#M1265</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2013-04-29T14:33:06Z</dc:date>
    </item>
  </channel>
</rss>

