<?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 Accessing the LU factors in sparse direct solver in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279535#M31279</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to access the LU factors after dss_factor_real. Are there functions that can access them, along with the permutations?&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Ned&lt;/P&gt;</description>
    <pubDate>Thu, 06 May 2021 19:58:25 GMT</pubDate>
    <dc:creator>nedialk</dc:creator>
    <dc:date>2021-05-06T19:58:25Z</dc:date>
    <item>
      <title>Accessing the LU factors in sparse direct solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279535#M31279</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to access the LU factors after dss_factor_real. Are there functions that can access them, along with the permutations?&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Ned&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 19:58:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279535#M31279</guid>
      <dc:creator>nedialk</dc:creator>
      <dc:date>2021-05-06T19:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the LU factors in sparse direct solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279610#M31280</link>
      <description>&lt;P&gt;Hello Ned!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) I recommend to stop using DSS API. Please switch to PARDISO API unless you're using the feature of computing the determinant.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) There are no functions at the moment for PARDISO API which can return LU factors and permutations. We had requests for it but so far the priorities were different. You can submit a feature request to strengthen request for this feature.&lt;/P&gt;
&lt;P&gt;3) We have the functions you want for the cluster sparse solver (which does the same operation at high-level as PARDISO but uses MPI/OpenMP parallelism [and you can run it on a single MPI]). Pease refer to the documentation for the cluster_sparse_solver_export()&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/parallel-direct-sparse-solver-for-clusters-interface/cluster-sparse-solver-export.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/parallel-direct-sparse-solver-for-clusters-interface/cluster-sparse-solver-export.html&lt;/A&gt; and an knowledge base article &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/export-functionality-in-the-cluster-sparse-solver.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/export-functionality-in-the-cluster-sparse-solver.html&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you have further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 00:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279610#M31280</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2021-05-07T00:49:13Z</dc:date>
    </item>
    <item>
      <title>Re:Accessing the LU factors in sparse direct solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279633#M31281</link>
      <description>&lt;P&gt;here is the link to the forum thread where the similar LU related questions has been discussed recently: &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-get-L-U-factors/m-p/1265720#M31046" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-PARDISO-get-L-U-factors/m-p/1265720#M31046&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 May 2021 03:03:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1279633#M31281</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-05-07T03:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the LU factors in sparse direct solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1290692#M31538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know did the above mentioned link helped you and is there any more information that you would like to know?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 12:29:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1290692#M31538</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-18T12:29:02Z</dc:date>
    </item>
    <item>
      <title>Re:Accessing the LU factors in sparse direct solver</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1297696#M31734</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;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2021 03:56:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Accessing-the-LU-factors-in-sparse-direct-solver/m-p/1297696#M31734</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-07-12T03:56:22Z</dc:date>
    </item>
  </channel>
</rss>

