<?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 Compute schur complement with Pardiso in out-of-core mode in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098775#M23733</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm using pardiso_64 with intel mkl 11.3.3.1.&lt;/P&gt;

&lt;P&gt;I am computing the Schur complement of SPD matrices (mtype = 2). In in-core mode everything is OK. In out-of-core mode (iparm(60)=2), I get no error code, but just an all-zero solution matrix.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	My iparm array is as follows:&amp;nbsp;&lt;BR /&gt;
	iparm(1) = 1;&lt;BR /&gt;
	iparm(10)=8;&lt;BR /&gt;
	iparm(21)=1;&lt;BR /&gt;
	iparm(35)=1;&amp;nbsp;&lt;BR /&gt;
	iparm(60)=2;&lt;BR /&gt;
	&lt;BR /&gt;
	(otherwise zero values).&lt;BR /&gt;
	&lt;BR /&gt;
	I've set the phase parameter to 12.&lt;/P&gt;

&lt;P&gt;Am I doing something wrong, or is only in-core mode possible for Schur complement calculation?&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;Jens&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2017 06:34:08 GMT</pubDate>
    <dc:creator>Jens_E_</dc:creator>
    <dc:date>2017-05-05T06:34:08Z</dc:date>
    <item>
      <title>Compute schur complement with Pardiso in out-of-core mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098775#M23733</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm using pardiso_64 with intel mkl 11.3.3.1.&lt;/P&gt;

&lt;P&gt;I am computing the Schur complement of SPD matrices (mtype = 2). In in-core mode everything is OK. In out-of-core mode (iparm(60)=2), I get no error code, but just an all-zero solution matrix.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	My iparm array is as follows:&amp;nbsp;&lt;BR /&gt;
	iparm(1) = 1;&lt;BR /&gt;
	iparm(10)=8;&lt;BR /&gt;
	iparm(21)=1;&lt;BR /&gt;
	iparm(35)=1;&amp;nbsp;&lt;BR /&gt;
	iparm(60)=2;&lt;BR /&gt;
	&lt;BR /&gt;
	(otherwise zero values).&lt;BR /&gt;
	&lt;BR /&gt;
	I've set the phase parameter to 12.&lt;/P&gt;

&lt;P&gt;Am I doing something wrong, or is only in-core mode possible for Schur complement calculation?&lt;/P&gt;

&lt;P&gt;Best,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;Jens&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 06:34:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098775#M23733</guid>
      <dc:creator>Jens_E_</dc:creator>
      <dc:date>2017-05-05T06:34:08Z</dc:date>
    </item>
    <item>
      <title>Hi Jens,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098776#M23734</link>
      <description>&lt;P&gt;Hi Jens,&lt;/P&gt;

&lt;P&gt;I can reproduce your problem. we will investigate on this problem. Thank you for posting.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 02:29:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098776#M23734</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-05-08T02:29:53Z</dc:date>
    </item>
    <item>
      <title>Thanks!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098777#M23735</link>
      <description>&lt;P&gt;Thanks!&lt;BR /&gt;
	&lt;BR /&gt;
	While waiting for the investigation: are there other options within MKL to (easiliy) compute the Schur complement for sparse matrices, using the DSS interface for example?&lt;BR /&gt;
	&lt;BR /&gt;
	Jens&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 18:46:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098777#M23735</guid>
      <dc:creator>Jens_E_</dc:creator>
      <dc:date>2017-05-08T18:46:01Z</dc:date>
    </item>
    <item>
      <title>Hi Jens,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098778#M23736</link>
      <description>&lt;P&gt;Hi Jens,&lt;/P&gt;

&lt;P&gt;We checked that Schur complement compute only for in-core mode of PARDISO in current version. I am afraid only pardiso provided implementation for Schur complement matrix, but DSS &amp;amp; Iterative solver do not provide.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 05:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098778#M23736</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-05-09T05:47:00Z</dc:date>
    </item>
    <item>
      <title>Okay, thanks for letting me</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098779#M23737</link>
      <description>&lt;P&gt;Okay, thanks for letting me know.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 13:45:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098779#M23737</guid>
      <dc:creator>Jens_E_</dc:creator>
      <dc:date>2017-05-09T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Fiona and readers,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098780#M23738</link>
      <description>&lt;P&gt;Fiona and readers,&lt;/P&gt;

&lt;P&gt;I am having the same issue that Jens was having and there has been no mention of the functionality to compute the Schur complement while using out-of-core in any of the recent release notes. Is Intel planning to make it possible to compute the Schur complement using OOC stored factors for either PARDISO or the Parallel Direct Sparse Solver for Clusters Interface?&lt;/P&gt;

&lt;P&gt;In the mean time, are there packages you are able to suggest that are MPI and thread parallel that can compute the Schur complement on a large sparse matrix with an ability to distribute the Schur block? MKL's Parallel Direct Sparse Solver for Clusters interface would work however, it stores the Schur block on a single node which, for my problems, uses all the nodes memory and brings down the node.&lt;/P&gt;

&lt;P&gt;I am using Intel MKL 2018 update 2.&lt;/P&gt;

&lt;P&gt;Thank you for your time,&lt;/P&gt;

&lt;P&gt;Taylor&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 18:45:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098780#M23738</guid>
      <dc:creator>Taylor_B</dc:creator>
      <dc:date>2018-06-06T18:45:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098781#M23739</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;MKL 2018.2 support Schur complement computation&amp;nbsp;in OOC Intel MKL Pardiso in case matching and scaling are switched off&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 20:50:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098781#M23739</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2018-06-06T20:50:24Z</dc:date>
    </item>
    <item>
      <title>Alex and readers, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098782#M23740</link>
      <description>&lt;P&gt;Alex and readers,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I believe I interpreted your statement correctly. However, to confirm, do you mean that both matching and scaling must be turned off for the Schur complement operation to be compatible with OOC? Or do you mean that they have to both be enabled to get Schur to be compatible with OOC?&lt;/P&gt;

&lt;P&gt;I ha&lt;SPAN style="font-size: 1em;"&gt;ve tried both and am still getting the same result(zero result for Schur block). MType is 13 (complex non-symmetric). Below are my iparm settings&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:;"&gt;iparm(1) = 1 ! Default parameters overriden with provided by iparm
iparm(2) = 2 ! METIS for fill-in reordering
iparm(10) = 13 ! Perturb the pivot elements with 1E-13 */
iparm(11) =  1 ! Use nonsymmetric permutation and scaling MPS */
iparm(13) =  1 ! Switch on Maximum Weighted Matching algorithm (default for non-symmetric) */
iparm(18) = -1 ! Output: Number of nonzeros in the factor LU */
iparm(19) = -1 ! Output: Mflops for LU factorization */
iparm(27) =  1 ! Check input data for correctness */
iparm(35) =  0 ! One-based indexing */
iparm(36) =  1 ! Schur complement matrix computation
iparm(60) =  2 ! OOC Mode&lt;/PRE&gt;

&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;Taylor&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 14:50:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098782#M23740</guid>
      <dc:creator>Taylor_B</dc:creator>
      <dc:date>2018-06-07T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Hi Taylor,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098783#M23741</link>
      <description>&lt;P&gt;Hi Taylor,&lt;/P&gt;

&lt;P&gt;Can you also&amp;nbsp;set iparm(24) to 1, iparm(11), iparm(13) to 0&amp;nbsp;and try to run pardiso again?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jun 2018 19:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compute-schur-complement-with-Pardiso-in-out-of-core-mode/m-p/1098783#M23741</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2018-06-10T19:30:27Z</dc:date>
    </item>
  </channel>
</rss>

