<?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 Re:Pardiso: schur complement time usage in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1274370#M31202</link>
    <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 17 Apr 2021 03:39:48 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2021-04-17T03:39:48Z</dc:date>
    <item>
      <title>Pardiso: schur complement time usage</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1258458#M30938</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm computing the schur complement using iparm(36)=1. I do this in phases so that I first perform phase 331, then phase 332 in my own code, and then phase 333 in pardiso.&lt;/P&gt;
&lt;P&gt;Prior to this, the schur complement matrix is calculated using phase 12.&lt;/P&gt;
&lt;P&gt;It seems to me that one call (phase 331 then 333) with N right-hand sides is a lot faster than, say, 10 calls with N/10 right-hand sides. From the time usage it acutally seems like pardiso refactorizes the matrix for each subsequent call using phase 33x? Could this be?&lt;/P&gt;
&lt;P&gt;I expected a single call (many rhs) to be faster than several calls (fewer rhs), but not by what seems to be a 10-fold (using the example above).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 12:39:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1258458#M30938</guid>
      <dc:creator>Jens_E_</dc:creator>
      <dc:date>2021-02-23T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pardiso: schur complement time usage</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1259576#M30952</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The documentation says that iparm(36)=1 should be used when only Schur complement needs to be computed. If you want to do solves afterwards, you should better use iparm(36)=2. So I'd say that your iparm parameters are a bit off for your purposes.&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-interface/pardiso-iparm-parameter.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-interface/pardiso-iparm-parameter.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So, is there a reason why you want to do solves with iparm(36)=1? If there is one, let us know so that we dive a bit and check whether we truly don't save what we unexpectedly need to compute (factorization arrays) in case iparm(36)=1.&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 05:11:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1259576#M30952</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2021-02-26T05:11:51Z</dc:date>
    </item>
    <item>
      <title>Re:Pardiso: schur complement time usage</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1274370#M31202</link>
      <description>&lt;P&gt;The issue is closing and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Apr 2021 03:39:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-schur-complement-time-usage/m-p/1274370#M31202</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-04-17T03:39:48Z</dc:date>
    </item>
  </channel>
</rss>

