<?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 pardiso in multi thread mode in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1307519#M31887</link>
    <description>Good day.&lt;BR /&gt;&lt;BR /&gt;I have encountered with the folowing problem.&lt;BR /&gt;&lt;BR /&gt;A have Qt C++ on Win 64, MSVC2019 64bit&lt;BR /&gt;&lt;BR /&gt;LIBS += -L'C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\lib\intel64'\&lt;BR /&gt;-lmkl_core_dll -lmkl_intel_thread_dll -lmkl_intel_lp64_dll&lt;BR /&gt;&lt;BR /&gt;I run my program with the following dll:&lt;BR /&gt;mkl_core.1.dll&lt;BR /&gt;mkl_def.1.dll&lt;BR /&gt;mkl_intel_thread.1.dll&lt;BR /&gt;mkl_sequential.1.dll&lt;BR /&gt;&lt;BR /&gt;it doesn't work without mkl_sequential.1.dll&lt;BR /&gt;&lt;BR /&gt;Im solving sparse complex matrix&lt;BR /&gt;PARDISO (pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;BR /&gt;             &amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs, iparm, &amp;amp;msglvl, b, x, &amp;amp;error);&lt;BR /&gt;&lt;BR /&gt;it works only in sequential mode. It uses only 25% of my processor Intel i5-6400.&lt;BR /&gt;&lt;BR /&gt;Why id doesn't work in parallel mode?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
    <pubDate>Tue, 17 Aug 2021 18:41:44 GMT</pubDate>
    <dc:creator>Alexey1978</dc:creator>
    <dc:date>2021-08-17T18:41:44Z</dc:date>
    <item>
      <title>pardiso in multi thread mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1307519#M31887</link>
      <description>Good day.&lt;BR /&gt;&lt;BR /&gt;I have encountered with the folowing problem.&lt;BR /&gt;&lt;BR /&gt;A have Qt C++ on Win 64, MSVC2019 64bit&lt;BR /&gt;&lt;BR /&gt;LIBS += -L'C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\lib\intel64'\&lt;BR /&gt;-lmkl_core_dll -lmkl_intel_thread_dll -lmkl_intel_lp64_dll&lt;BR /&gt;&lt;BR /&gt;I run my program with the following dll:&lt;BR /&gt;mkl_core.1.dll&lt;BR /&gt;mkl_def.1.dll&lt;BR /&gt;mkl_intel_thread.1.dll&lt;BR /&gt;mkl_sequential.1.dll&lt;BR /&gt;&lt;BR /&gt;it doesn't work without mkl_sequential.1.dll&lt;BR /&gt;&lt;BR /&gt;Im solving sparse complex matrix&lt;BR /&gt;PARDISO (pt, &amp;amp;maxfct, &amp;amp;mnum, &amp;amp;mtype, &amp;amp;phase,&lt;BR /&gt;             &amp;amp;n, a, ia, ja, &amp;amp;idum, &amp;amp;nrhs, iparm, &amp;amp;msglvl, b, x, &amp;amp;error);&lt;BR /&gt;&lt;BR /&gt;it works only in sequential mode. It uses only 25% of my processor Intel i5-6400.&lt;BR /&gt;&lt;BR /&gt;Why id doesn't work in parallel mode?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Tue, 17 Aug 2021 18:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1307519#M31887</guid>
      <dc:creator>Alexey1978</dc:creator>
      <dc:date>2021-08-17T18:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: pardiso in multi thread mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1307751#M31888</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt;Why id doesn't work in parallel mode?&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried executing a sample code using pardiso in Visual Studio 2019 in parallel mode and it is working fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt;A have Qt&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer the below link for system requirements of Intel oneMKL&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/oneapi-math-kernel-library-system-requirements.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/articles/oneapi-math-kernel-library-system-requirements.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&amp;gt;&amp;gt;Intel\oneAPI\mkl\2021.2.0&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please try with the latest mkl version 2021.3.0&lt;/P&gt;
&lt;P&gt;We suggest you to try compiling the code in Visual studio&amp;nbsp;by following the below link&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope the provided information might help you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 10:19:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1307751#M31888</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-08-18T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: pardiso in multi thread mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1308820#M31913</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;SPAN&gt;Vidya.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As I realised, the problem in Qt. It cannot compile (both MSVC, MinGW) program with&amp;nbsp;#include &amp;lt;&lt;STRONG&gt;omp&lt;/STRONG&gt;.&lt;STRONG&gt;h&lt;/STRONG&gt;&amp;gt; and gives an error. Withot omp.h it works good in sequential mode.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alexey.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:52:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1308820#M31913</guid>
      <dc:creator>Alexey1978</dc:creator>
      <dc:date>2021-08-23T09:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: pardiso in multi thread mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1309998#M31930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&lt;I&gt;As I realised, the problem in Qt&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the issue is related to Qt, we won't be able to provide support on it.&lt;/P&gt;
&lt;P&gt;Do let us know if you need any other help. If not could you please confirm us whether we can close this thread from our end?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 11:48:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1309998#M31930</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-09-02T11:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re:pardiso in multi thread mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1310645#M31945</link>
      <description>Yes, I think it is Qt problem. Thank you very much.</description>
      <pubDate>Sun, 29 Aug 2021 10:10:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1310645#M31945</guid>
      <dc:creator>Alexey1978</dc:creator>
      <dc:date>2021-08-29T10:10:49Z</dc:date>
    </item>
    <item>
      <title>Re:pardiso in multi thread mode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1310726#M31946</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;If you need any additional information from intel, please post a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Aug 2021 03:24:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/pardiso-in-multi-thread-mode/m-p/1310726#M31946</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-08-30T03:24:03Z</dc:date>
    </item>
  </channel>
</rss>

