<?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 Are the Iterative Sparse Solvers parallelled? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820986#M4730</link>
    <description>&lt;DIV&gt;Gennady&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot!&lt;/DIV&gt;&lt;DIV&gt;Right now my solver is too slow for non-linear equation, I think I have to develop my own parallel solver!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Kevin&lt;/DIV&gt;</description>
    <pubDate>Wed, 19 Jan 2011 04:33:44 GMT</pubDate>
    <dc:creator>watercube</dc:creator>
    <dc:date>2011-01-19T04:33:44Z</dc:date>
    <item>
      <title>Are the Iterative Sparse Solvers parallelled?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820984#M4728</link>
      <description>&lt;DIV&gt;Hi all&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have a question about the Preconditioned Iterative Solver, such as combining ILUT and FGMRES for non-symmetric matrix.&lt;/DIV&gt;&lt;DIV&gt;Is it parallelled by OpenMP in the MKL version 10.3?&lt;/DIV&gt;&lt;DIV&gt;Such as the direct solver PARDISO, it is said "a speedup of up to seven using eight processors has been observed."&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks very much!&lt;/DIV&gt;&lt;DIV&gt;Kevin&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jan 2011 00:04:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820984#M4728</guid>
      <dc:creator>watercube</dc:creator>
      <dc:date>2011-01-19T00:04:30Z</dc:date>
    </item>
    <item>
      <title>Are the Iterative Sparse Solvers parallelled?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820985#M4729</link>
      <description>Currently, the ILUT and FGMRES preconditioners are not multi-threaded into the current version (10.3) of MKL.There are Feature Requests submitted earlier. We are working on these issues.&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;--Gennady&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jan 2011 04:06:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820985#M4729</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-01-19T04:06:03Z</dc:date>
    </item>
    <item>
      <title>Are the Iterative Sparse Solvers parallelled?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820986#M4730</link>
      <description>&lt;DIV&gt;Gennady&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot!&lt;/DIV&gt;&lt;DIV&gt;Right now my solver is too slow for non-linear equation, I think I have to develop my own parallel solver!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Kevin&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Jan 2011 04:33:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820986#M4730</guid>
      <dc:creator>watercube</dc:creator>
      <dc:date>2011-01-19T04:33:44Z</dc:date>
    </item>
    <item>
      <title>Hi, I wonder if the sparse</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820987#M4731</link>
      <description>&lt;P&gt;Hi, I wonder if the sparse iterative solver is parallelized&amp;nbsp;in the lastest version of MKL 11.0? Is it still inder development? Thanks a lot!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:59:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820987#M4731</guid>
      <dc:creator>yanpu_z_</dc:creator>
      <dc:date>2013-04-29T12:59:11Z</dc:date>
    </item>
    <item>
      <title>Hi yanpu,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820988#M4732</link>
      <description>&lt;P&gt;Hi yanpu,&lt;/P&gt;
&lt;P&gt;Currently MKL support only sequential version of&amp;nbsp;FGMRES. But this solver implemented as RCI routines so multiplication on matrix A and preconditioner can be implemented via parallel version of routines - SparseBlas, Blas, Lapack or Pardiso functionality.&lt;/P&gt;
&lt;P&gt;With best regards,&lt;/P&gt;
&lt;P&gt;Alexander Kalinkin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 14:41:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Are-the-Iterative-Sparse-Solvers-parallelled/m-p/820988#M4732</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2013-04-29T14:41:41Z</dc:date>
    </item>
  </channel>
</rss>

