<?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 How to export the results of PARDISO numerical decomposition in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1380938#M33096</link>
    <description>&lt;P&gt;Hello！&lt;/P&gt;
&lt;P&gt;I want to use PARDISO for matrix decomposition, and I want to export the results of the decomposition, for example, I want to export the L matrix after the LLT decomposition, how do I implement this method? If PARDISO can't implement this step, is there any way to do LLT decomposition for a large sparse matrix?&lt;/P&gt;
&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
    <pubDate>Sat, 30 Apr 2022 09:45:43 GMT</pubDate>
    <dc:creator>HUANGK</dc:creator>
    <dc:date>2022-04-30T09:45:43Z</dc:date>
    <item>
      <title>How to export the results of PARDISO numerical decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1380938#M33096</link>
      <description>&lt;P&gt;Hello！&lt;/P&gt;
&lt;P&gt;I want to use PARDISO for matrix decomposition, and I want to export the results of the decomposition, for example, I want to export the L matrix after the LLT decomposition, how do I implement this method? If PARDISO can't implement this step, is there any way to do LLT decomposition for a large sparse matrix?&lt;/P&gt;
&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 09:45:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1380938#M33096</guid>
      <dc:creator>HUANGK</dc:creator>
      <dc:date>2022-04-30T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re:How to export the results of PARDISO numerical decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1381171#M33102</link>
      <description>&lt;P&gt;Hi Huang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt;I want to export the L matrix after the LLT decomposition, how do I implement this method?&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please confirm if you are asking to know whether we could extract factors from pardiso?&lt;/P&gt;&lt;P&gt;If yes, this feature is already enabled for the distributed cluster sparse solver via cluster_sparse_solver_export functionality. So, as a workaround, we suggest you try it. You can use the cluster sparse solver with a single MPI process.&lt;/P&gt;&lt;P&gt;Reference Link: &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/parallel-direct-sp-solver-for-clusters-iface/cluster-sparse-solver-export.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/parallel-direct-sp-solver-for-clusters-iface/cluster-sparse-solver-export.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also refer to the example cl_solver_export_c.c under C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.2\examples\examples_cluster_c\c_mpi\cluster_sparse_solver\source directory.&lt;/P&gt;&lt;P&gt;And here is the thread with a similar discussion which you can refer to for more details.&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;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please let us know if it helps in answering your queries.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2022 10:37:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1381171#M33102</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-05-02T10:37:26Z</dc:date>
    </item>
    <item>
      <title>Re:How to export the results of PARDISO numerical decomposition</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1381426#M33108</link>
      <description>&lt;P&gt;Hi Huang,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting our solution.&lt;/P&gt;&lt;P&gt;As the issue is resolved we are closing this thread. Please post a new question if you need any additional information from Intel as this thread will longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Great Day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2022 10:30:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-export-the-results-of-PARDISO-numerical-decomposition/m-p/1381426#M33108</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-05-03T10:30:53Z</dc:date>
    </item>
  </channel>
</rss>

