<?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 Re:Issue with intel pardiso (oneapi mkl) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505800#M34828</link>
    <description>&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It’s great to know that the issue has been resolved, in case you run into any other issues please feel free to create a new thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Jul 2023 06:34:45 GMT</pubDate>
    <dc:creator>ShanmukhS_Intel</dc:creator>
    <dc:date>2023-07-18T06:34:45Z</dc:date>
    <item>
      <title>Issue with intel pardiso (oneapi mkl)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505192#M34819</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to use the pardiso solver for my code so I tested some example and the results given by those test are wrong.&lt;/P&gt;&lt;P&gt;I have tested this file (which comes from the MKL example database) :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ww382/CS5220FinalProject/blob/master/pardiso_sym_c.c" target="_blank" rel="noopener"&gt;https://github.com/ww382/CS5220FinalProject/blob/master/pardiso_sym_c.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This file solve the Ax=b equation with A a sparse matrix (8x8). So at the end I can check the answer given by Pardiso (x) by multiplying A*x and this does not give b ==&amp;gt; A*xpardiso /= b&lt;/P&gt;&lt;P&gt;I have also used Matlab to check the results (x=A\b) and the result is not the same than given by Pardiso.&lt;/P&gt;&lt;P&gt;The pardiso_sym_c.c file is compiled with OneAPI 2023 using :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;icc pardiso_sym_c.c -lmkl_sequential -lmkl_core -lmkl_intel_lp64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there something I don't do correctly?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A =&lt;/P&gt;&lt;P&gt;7. 0. 1. 0. 0. 2. 7. 0.&lt;BR /&gt;0. -4. 8. 0. 2. 0. 0. 0.&lt;BR /&gt;0. 0. 1. 0. 0. 0. 0. 5.&lt;BR /&gt;0. 0. 0. 7. 0. 0. 9. 0.&lt;BR /&gt;0. 0. 0. 0. 5. 1. 5. 0.&lt;BR /&gt;0. 0. 0. 0. 0. -1. 0. 5.&lt;BR /&gt;0. 0. 0. 0. 0. 0. 11. 0.&lt;BR /&gt;0. 0. 0. 0. 0. 0. 0. 5.&lt;/P&gt;&lt;P&gt;b =&lt;/P&gt;&lt;P&gt;1.&lt;BR /&gt;1.&lt;BR /&gt;1.&lt;BR /&gt;1.&lt;BR /&gt;1.&lt;BR /&gt;1.&lt;BR /&gt;1.&lt;BR /&gt;1.&lt;/P&gt;&lt;P&gt;A\b (from matlab) =&amp;nbsp; 0.0519481&lt;BR /&gt;-0.1954545&lt;BR /&gt;0.&lt;BR /&gt;0.0259740&lt;BR /&gt;0.1090909&lt;BR /&gt;5.551D-17&lt;BR /&gt;0.0909091&lt;BR /&gt;0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while Pardiso give me :&lt;/P&gt;&lt;P&gt;xpardiso=&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-0.041860&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-0.003413&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;0.117250&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-0.112640&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;0.024172&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-0.107633&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;0.198720&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;0.190383&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 16:13:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505192#M34819</guid>
      <dc:creator>a_piquet</dc:creator>
      <dc:date>2023-07-16T16:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with intel pardiso (oneapi mkl)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505198#M34820</link>
      <description>&lt;P&gt;Strange,&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i change the matrix mtype from "Real symmetric matrix"&amp;nbsp;to "&lt;SPAN&gt;real and nonsymmetric&lt;/SPAN&gt;&lt;SPAN&gt;", it works. The matrix is symmetric though so...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;//MKL_INT mtype = -2;
MKL_INT mtype = 11;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 16:36:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505198#M34820</guid>
      <dc:creator>a_piquet</dc:creator>
      <dc:date>2023-07-16T16:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with intel pardiso (oneapi mkl)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505215#M34821</link>
      <description>&lt;P&gt;My bad, the matrix is symmetric so I miss the other part of the symmetry to compute my array... No problem in pardiso &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;You can close the thread. Sorry.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 18:31:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505215#M34821</guid>
      <dc:creator>a_piquet</dc:creator>
      <dc:date>2023-07-16T18:31:58Z</dc:date>
    </item>
    <item>
      <title>Re:Issue with intel pardiso (oneapi mkl)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505800#M34828</link>
      <description>&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It’s great to know that the issue has been resolved, in case you run into any other issues please feel free to create a new thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2023 06:34:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-with-intel-pardiso-oneapi-mkl/m-p/1505800#M34828</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-07-18T06:34:45Z</dc:date>
    </item>
  </channel>
</rss>

