<?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 Is pardiso_64 back-substitution parallelized? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970080#M16505</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've been running pardiso_64 on several problems. If I change MKL_NUM_THREADS I can quickly notice that the factorization elapsed time goes down.&lt;/P&gt;
&lt;P&gt;However, the back-substitution doesn't seem to be affected by the number of threads. Given that I am solving, one right-hand-side at a time, many, many right-hand-side vectors, I would like the back-substitution to also be parallelized.&lt;/P&gt;
&lt;P&gt;Do I need to do anything special to get speedup in this phase?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2012 19:09:21 GMT</pubDate>
    <dc:creator>Arthur_M_</dc:creator>
    <dc:date>2012-12-10T19:09:21Z</dc:date>
    <item>
      <title>Is pardiso_64 back-substitution parallelized?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970080#M16505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've been running pardiso_64 on several problems. If I change MKL_NUM_THREADS I can quickly notice that the factorization elapsed time goes down.&lt;/P&gt;
&lt;P&gt;However, the back-substitution doesn't seem to be affected by the number of threads. Given that I am solving, one right-hand-side at a time, many, many right-hand-side vectors, I would like the back-substitution to also be parallelized.&lt;/P&gt;
&lt;P&gt;Do I need to do anything special to get speedup in this phase?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2012 19:09:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970080#M16505</guid>
      <dc:creator>Arthur_M_</dc:creator>
      <dc:date>2012-12-10T19:09:21Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970081#M16506</link>
      <description>Hi,
Did you change value of iparm(25)?
With best regards,
Alexander Kalinkin</description>
      <pubDate>Mon, 10 Dec 2012 23:31:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970081#M16506</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-12-10T23:31:19Z</dc:date>
    </item>
    <item>
      <title>It's been set to 0 which,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970082#M16507</link>
      <description>It's been set to 0 which, according to the documentation,

If iparm(25) = 0 (default value), then PARDISO uses a parallel algorithm for the solve step.

Could it be there's a typo in the documentation and I really need to set it to a non-zero value instead?

Thanks.</description>
      <pubDate>Mon, 10 Dec 2012 23:44:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970082#M16507</guid>
      <dc:creator>Arthur_M_</dc:creator>
      <dc:date>2012-12-10T23:44:33Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970083#M16508</link>
      <description>Hi,
No, you set iparm correctly. For some matrices parallel solving turn off because of specific internal routine, but such situation happens really rarely. Could you send to me your testcase to reproduce it? And could you provide me information about version of your MKL?
With best regards,
Alexander Kalinkin</description>
      <pubDate>Tue, 11 Dec 2012 00:12:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970083#M16508</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-12-11T00:12:39Z</dc:date>
    </item>
    <item>
      <title>Alexander,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970084#M16509</link>
      <description>Alexander,

I first have to check whether I can share the matrix. It comes from a client.

But even if I could I don't really know how to do it. I have about one million equations, and about 34M non-zeros in the matrix. Should I upload each of the arrays in the argument list to pardiso_64? rowIndex, columns, floating point values, integer parameters?

Please confirm that this is how I should upload the matrix while I check whether I can share the matrix.

Thanks.</description>
      <pubDate>Tue, 11 Dec 2012 00:18:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970084#M16509</guid>
      <dc:creator>Arthur_M_</dc:creator>
      <dc:date>2012-12-11T00:18:57Z</dc:date>
    </item>
    <item>
      <title>Alexander,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970085#M16510</link>
      <description>Alexander,

I forgot to mention:

MKLROOT             =  /opt/intel/composerxe-2011.4.191/mkl</description>
      <pubDate>Tue, 11 Dec 2012 00:22:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970085#M16510</guid>
      <dc:creator>Arthur_M_</dc:creator>
      <dc:date>2012-12-11T00:22:33Z</dc:date>
    </item>
    <item>
      <title>Artur,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970086#M16511</link>
      <description>Artur,
Provide way to send me reproducer in private topic.
With best regards,
Alexander Kalinkin</description>
      <pubDate>Tue, 11 Dec 2012 00:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970086#M16511</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2012-12-11T00:38:28Z</dc:date>
    </item>
    <item>
      <title>Alexander,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970087#M16512</link>
      <description>Alexander,

I am attaching a few files. They are all C binary files, written with fwrite, so you can use fread to read them all back again.

The number of equations is 974337. Note that I'm using PARDISO_64, so all integers are 64-bit integers.

Files are:

iparm.dat: the array of parameters
rowIndex.dat: the rowIndex argument. There are 974338 entries in the array (neq + 1).
columns.dat: the number of entries equals the last argument in the rowIndex array
values.dat: an array of double precision numbers. Same size as columns.dat.

Please let me know if I'm missing something.

Thanks.

Arthur</description>
      <pubDate>Tue, 11 Dec 2012 21:23:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970087#M16512</guid>
      <dc:creator>Arthur_M_</dc:creator>
      <dc:date>2012-12-11T21:23:11Z</dc:date>
    </item>
    <item>
      <title>Hi Arthur</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970088#M16513</link>
      <description>Hi Arthur
based on your data I can see that you set iparm(5) to 1 that equally to use predefined permuted vector. In such case only serial version of solving step for 1 rhs available.
With best regards,
Roman</description>
      <pubDate>Tue, 18 Dec 2012 09:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970088#M16513</guid>
      <dc:creator>Roman_A_Intel</dc:creator>
      <dc:date>2012-12-18T09:55:00Z</dc:date>
    </item>
    <item>
      <title>Roman,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970089#M16514</link>
      <description>Roman,

Thanks for the feedback.

I have done all reordering outside of Pardiso. All I want is for the ordering array to be 1,2,3,4,...N. The only way I found to do this trivial thing is to set the flag as you mentioned and set the array to these trivial values.

Is there a way in Pardiso to just set the natural ordering and still have a parallel back substitution?

Thanks.

Arthur</description>
      <pubDate>Wed, 19 Dec 2012 18:36:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970089#M16514</guid>
      <dc:creator>Arthur_M_</dc:creator>
      <dc:date>2012-12-19T18:36:22Z</dc:date>
    </item>
    <item>
      <title>Arthur,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970090#M16515</link>
      <description>Arthur,

In case you use your own reordering and miss reordering phase in Pardiso, the parallel solving is not available.

Regards,
Roman</description>
      <pubDate>Thu, 20 Dec 2012 05:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-pardiso-64-back-substitution-parallelized/m-p/970090#M16515</guid>
      <dc:creator>Roman_A_Intel</dc:creator>
      <dc:date>2012-12-20T05:52:34Z</dc:date>
    </item>
  </channel>
</rss>

