<?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 Can PARDISO be fully parallelized? Or Any fully parallelized matrix inversion routine in MKL? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783867#M1653</link>
    <description>I am using the PARDISO solver in my application to solve one large sparse matrix (very successfully) and invert one large fully-populated matrix (not that good). It appears that PARDISO can only run on a single CPU/core during the forward factorization phase. I wonder if one can twist somewhat to let PARDISO to take full advantage of multi-core computing in all three phases of matrix factorization/substitution. Is it possible? &lt;BR /&gt;&lt;BR /&gt;Alternatively, is there any callable routine(s) in the MKL for matrix inversion that has been fully parallelized? The matrix in question is complex*16, fully populated, and symmetric.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are greatly appreciated.</description>
    <pubDate>Mon, 26 Mar 2012 23:29:04 GMT</pubDate>
    <dc:creator>Nan_Deng</dc:creator>
    <dc:date>2012-03-26T23:29:04Z</dc:date>
    <item>
      <title>Can PARDISO be fully parallelized? Or Any fully parallelized matrix inversion routine in MKL?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783867#M1653</link>
      <description>I am using the PARDISO solver in my application to solve one large sparse matrix (very successfully) and invert one large fully-populated matrix (not that good). It appears that PARDISO can only run on a single CPU/core during the forward factorization phase. I wonder if one can twist somewhat to let PARDISO to take full advantage of multi-core computing in all three phases of matrix factorization/substitution. Is it possible? &lt;BR /&gt;&lt;BR /&gt;Alternatively, is there any callable routine(s) in the MKL for matrix inversion that has been fully parallelized? The matrix in question is complex*16, fully populated, and symmetric.&lt;BR /&gt;&lt;BR /&gt;Any suggestions are greatly appreciated.</description>
      <pubDate>Mon, 26 Mar 2012 23:29:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783867#M1653</guid>
      <dc:creator>Nan_Deng</dc:creator>
      <dc:date>2012-03-26T23:29:04Z</dc:date>
    </item>
    <item>
      <title>Can PARDISO be fully parallelized? Or Any fully parallelized ma</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783868#M1654</link>
      <description>You can compute the inverse of a dense (fully populated) complex*16 matrix by calling zgetri after computing the LU factors using zgetrf.</description>
      <pubDate>Wed, 28 Mar 2012 08:27:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783868#M1654</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2012-03-28T08:27:42Z</dc:date>
    </item>
    <item>
      <title>Can PARDISO be fully parallelized? Or Any fully parallelized ma</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783869#M1655</link>
      <description>Hi,&lt;DIV&gt;Could you provide testcase with your matrix and linkline that you use to compile/run you code? I've asked it because PARDISO solver is parallel.&lt;/DIV&gt;&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Mar 2012 09:23:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783869#M1655</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-03-28T09:23:02Z</dc:date>
    </item>
    <item>
      <title>Can PARDISO be fully parallelized? Or Any fully parallelized ma</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783870#M1656</link>
      <description>Thanks for your reply. (Also thanks for Mr. Guney in the previous post). I providedmore details on my other post about the problem and the link line. The question on providing test case is the problem shows up only when the matrix becomes very large. For the case I quoted in my post, the matrix has a dimension of 60200 by 60200, with complex*16, half of it with PARDISO required index arrays are more than 40GB. I can have a smaller one with about 6200 by 6200, the sizeis about 420 MB and takes about a little more than 4 minutes to run on my machine (HP DL380, 24 cores). Would you be willing to try the small one? We have some file transfer site that can be used to accomodate large files.</description>
      <pubDate>Thu, 29 Mar 2012 17:30:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783870#M1656</guid>
      <dc:creator>Nan_Deng</dc:creator>
      <dc:date>2012-03-29T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Can PARDISO be fully parallelized? Or Any fully parallelized ma</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783871#M1657</link>
      <description>If this issue reproduce on small test (420 Mb) let's try to work with it at first.&lt;DIV&gt;With best regards,&lt;/DIV&gt;&lt;DIV&gt;Alexander Kalinkin&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Mar 2012 17:37:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-PARDISO-be-fully-parallelized-Or-Any-fully-parallelized/m-p/783871#M1657</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-03-29T17:37:50Z</dc:date>
    </item>
  </channel>
</rss>

