<?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 Set up all the desired values in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-you-use-PARDISO-in-a-loop/m-p/1010938#M19225</link>
    <description>&lt;OL&gt;
	&lt;LI&gt;Set up all the desired values in the ipar() and pt() arrays and fixed options such as msglvl. Populate the CSR arrays for the matrix, and call Pardiso with phase = 12.&lt;/LI&gt;
	&lt;LI&gt;Populate the r.h.s.vector b(t), call Pardiso with phase = 33.&lt;/LI&gt;
	&lt;LI&gt;Postprocess/output results as needed. Go back to 2. as many times as needed.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sun, 15 Feb 2015 23:23:40 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2015-02-15T23:23:40Z</dc:date>
    <item>
      <title>How do you use PARDISO in a loop</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-you-use-PARDISO-in-a-loop/m-p/1010937#M19224</link>
      <description>&lt;P&gt;I am using PARDISO to solve a system Ax=b in a simulation where A is a sparse unsymmetric matrix and constant, but b changes over time. How can I call PARDISO so that I only factorize A once but can then call the solve phase in a loop.&lt;/P&gt;

&lt;P&gt;I am currently calling the solver in a function in which the four phases are performed, from initialising the solver to deleting memory, in each iteration which is very inefficient and would like to have the factorization in one initialize function which also factorises other matrices which are symmetric (and I use other MKL routines to solve them) and then call the PARDISO solver which just calls the solve phase.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2015 21:18:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-you-use-PARDISO-in-a-loop/m-p/1010937#M19224</guid>
      <dc:creator>Christopher_M_3</dc:creator>
      <dc:date>2015-02-15T21:18:19Z</dc:date>
    </item>
    <item>
      <title>Set up all the desired values</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-you-use-PARDISO-in-a-loop/m-p/1010938#M19225</link>
      <description>&lt;OL&gt;
	&lt;LI&gt;Set up all the desired values in the ipar() and pt() arrays and fixed options such as msglvl. Populate the CSR arrays for the matrix, and call Pardiso with phase = 12.&lt;/LI&gt;
	&lt;LI&gt;Populate the r.h.s.vector b(t), call Pardiso with phase = 33.&lt;/LI&gt;
	&lt;LI&gt;Postprocess/output results as needed. Go back to 2. as many times as needed.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 15 Feb 2015 23:23:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-do-you-use-PARDISO-in-a-loop/m-p/1010938#M19225</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2015-02-15T23:23:40Z</dc:date>
    </item>
  </channel>
</rss>

