<?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: Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1626650#M36348</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/377635"&gt;@lynn68&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;So, have you followed the advice from the link you are citing? Like checking that you are setting the correct library path and linking the correct libraries. Have you tried to use&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.e9dj75" target="_self"&gt;MKL Link Line Advisor&lt;/A&gt;? Could you provide specific instructions on how you built your code? Also, print out the environment. So I can reproduce the error on my end.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2024 02:46:35 GMT</pubDate>
    <dc:creator>Mark_L_Intel</dc:creator>
    <dc:date>2024-08-28T02:46:35Z</dc:date>
    <item>
      <title>Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1623858#M36328</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I had a very similar problem to the previous post(&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/td-p/1505762" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/td-p/1505762&lt;/A&gt;) while using Intel MKL. As suggested, I set the MKL_VERBOSE=1 environment variable and got the following error message:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;MKL_VERBOSE DAXPY(18624,0x7ffee8f6af58,0x965e2a0,1,0x95f6810,1) 248.35ms CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:1&lt;/SPAN&gt;Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers.&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Additionally, I noticed the following during the PETSc compilation process:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;mkl_cpardiso:&lt;/SPAN&gt;  Includes:   -I/share/oneapi/mkl/2023.1.0/include

mkl_pardiso:
  Includes:   -I/share/oneapi/mkl/2023.1.0/include
&lt;SPAN&gt;  uses OpenMP; use &lt;/SPAN&gt;&lt;SPAN&gt;export&lt;/SPAN&gt;&lt;SPAN&gt; OMP_NUM_THREADS=&amp;lt;p&amp;gt; or -omp_num_threads &amp;lt;p&amp;gt; to control the number of threads&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem description:&lt;/P&gt;&lt;P&gt;Strangely, mkl_pardiso works fine and passes the test, but mkl_cpardiso fails with the above error. I have checked the library path and environment variables, but the problem persists.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My environment configuration:&lt;/P&gt;&lt;P&gt;Operating system: Ubuntu 22&lt;/P&gt;&lt;P&gt;Compiler: GNU&lt;/P&gt;&lt;P&gt;MKL version: 2023.1.0&lt;/P&gt;&lt;P&gt;PETSc version: 3.19.1&lt;/P&gt;&lt;P&gt;MPI version: OPENMPI4.1.5&lt;BR /&gt;&lt;BR /&gt;Hope to get some suggestions or solutions, thanks a lot!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 17 Aug 2024 06:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1623858#M36328</guid>
      <dc:creator>lynn68</dc:creator>
      <dc:date>2024-08-17T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1626650#M36348</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/377635"&gt;@lynn68&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;So, have you followed the advice from the link you are citing? Like checking that you are setting the correct library path and linking the correct libraries. Have you tried to use&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.e9dj75" target="_self"&gt;MKL Link Line Advisor&lt;/A&gt;? Could you provide specific instructions on how you built your code? Also, print out the environment. So I can reproduce the error on my end.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 02:46:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1626650#M36348</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-08-28T02:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1629014#M36386</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/377635"&gt;@lynn68&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Any updates? Please look at this &lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1140668" target="_self"&gt;link&lt;/A&gt;, where a similar issue was reported. How have you configured PETc with MKL (exact syntax of the command used to configure PETc).&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 21:17:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1629014#M36386</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-09-05T21:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1633673#M36482</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/user/viewprofilepage/user-id/377635" target="_blank"&gt;@lynn68&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Intel will no longer monitor this post due to no responses. Thank you for participating in the oneMKL Forum.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 19:37:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-ERROR-Cannot-load-symbol-MKLMPI-Get-wrappers/m-p/1633673#M36482</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-09-26T19:37:49Z</dc:date>
    </item>
  </channel>
</rss>

