<?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 I continued to have the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176310#M28967</link>
    <description>&lt;P&gt;I continued to have the module not found issue problem when I used the functions in a Windows Universal App even though I had placed copies of all of the dlls in the redist folder in the application's AppX folder.&amp;nbsp; I noticed that the redist folder did not have copies of libiomp5md.dll and libiompstubsmd.dll.&amp;nbsp; I had copies of them from an earlier installation.&amp;nbsp; I placed them in the AppX folder and the application ran successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that these are distributed with the Inlet compiler.&amp;nbsp; Is there any documentation that provides a full list of dlls that I need to package with applications?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 22:30:01 GMT</pubDate>
    <dc:creator>Podczerwinski__Craig</dc:creator>
    <dc:date>2020-05-09T22:30:01Z</dc:date>
    <item>
      <title>Unhandled exception at 0x75724192 (KernelBase.dll). Module not found.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176307#M28964</link>
      <description>&lt;P&gt;I'm using the using the latest Windows update, the latest update of the 2020 version of the mkl library and the latest update of the Microsoft Visual Studio 2019 Community edition.&amp;nbsp; I've run the Windows system file checker to verify my operating system files. I'm using C++. My application is a simple console application.&lt;/P&gt;&lt;P&gt;The code below throws an exception which I am unable to catch.&amp;nbsp; It seems to indicate that I am having a path problem. I've pursued this in the Microsoft forums. They referred me to you. Can you help.&lt;/P&gt;&lt;P&gt;try&lt;BR /&gt;{&lt;BR /&gt;info = LAPACKE_dgetrf(LAPACK_ROW_MAJOR, A.nRows, A.nColumns, aP, A.nColumns, ipiv);&lt;BR /&gt;}&amp;nbsp;&lt;BR /&gt;catch (int eNumber )&lt;BR /&gt;{&lt;BR /&gt;printf("LAPACKE_dgetrf() threw exception number: %d\n", eNumber );&lt;BR /&gt;free(aP);&lt;BR /&gt;delete ipiv;&lt;BR /&gt;return Result;&lt;BR /&gt;}&lt;BR /&gt;if( info != 0 )&lt;BR /&gt;&amp;nbsp; {&amp;nbsp;&lt;BR /&gt;&amp;nbsp; free(aP);&lt;BR /&gt;&amp;nbsp; delete ipiv;&lt;BR /&gt;&amp;nbsp; return Result;&lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;Here is the debugger output I receive.&lt;/P&gt;&lt;P&gt;Unhandled exception at 0x75724192 (KernelBase.dll) in CraigsSystem.exe: 0xC06D007E: Module not found (parameters: 0x00F5F9A4). occurred&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 20:10:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176307#M28964</guid>
      <dc:creator>Podczerwinski__Craig</dc:creator>
      <dc:date>2020-05-01T20:10:45Z</dc:date>
    </item>
    <item>
      <title>This is an unknown issue for</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176308#M28965</link>
      <description>&lt;P&gt;This is an unknown issue for v.2020. Could you give us the full reproducer&amp;nbsp;with the input data which we could compile and investigate the problem on our side?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 03:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176308#M28965</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-05-05T03:32:46Z</dc:date>
    </item>
    <item>
      <title>Thank you for getting back to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176309#M28966</link>
      <description>&lt;P&gt;Thank you for getting back to me and offering to help.&lt;/P&gt;&lt;P&gt;I resolved the issue by copying all of the .dlls in the redist folder into Debug folder in which my executable was located. When I did this the application ran successfully.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had previously only had copies of mkl.rt.dll and mkl.intel_thread.dll in the folder.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 22:35:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176309#M28966</guid>
      <dc:creator>Podczerwinski__Craig</dc:creator>
      <dc:date>2020-05-07T22:35:37Z</dc:date>
    </item>
    <item>
      <title>I continued to have the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176310#M28967</link>
      <description>&lt;P&gt;I continued to have the module not found issue problem when I used the functions in a Windows Universal App even though I had placed copies of all of the dlls in the redist folder in the application's AppX folder.&amp;nbsp; I noticed that the redist folder did not have copies of libiomp5md.dll and libiompstubsmd.dll.&amp;nbsp; I had copies of them from an earlier installation.&amp;nbsp; I placed them in the AppX folder and the application ran successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed that these are distributed with the Inlet compiler.&amp;nbsp; Is there any documentation that provides a full list of dlls that I need to package with applications?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 22:30:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176310#M28967</guid>
      <dc:creator>Podczerwinski__Craig</dc:creator>
      <dc:date>2020-05-09T22:30:01Z</dc:date>
    </item>
    <item>
      <title>Yes, probably this part is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176311#M28968</link>
      <description>&lt;P&gt;Yes, probably this part is not well articulated. You may take a look at the Linking with Compiler Run-time Libraries from the User's Guide.&lt;/P&gt;&lt;P&gt;The full list of dll&amp;nbsp;includes the all dll/so from redist folder +&amp;nbsp;libiomp5md.dll/so (&amp;nbsp;..\redist\intel64\compiler\ ) +&amp;nbsp; &amp;nbsp;libtbb.dll/so (&amp;nbsp;..\redist\intel64\tbb\ )&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 03:06:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Unhandled-exception-at-0x75724192-KernelBase-dll-Module-not/m-p/1176311#M28968</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-05-10T03:06:33Z</dc:date>
    </item>
  </channel>
</rss>

