<?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: VS 2019 Debugger reports missing dll and does not start! in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257532#M30921</link>
    <description>&lt;P&gt;As a temporary workaround, open the OneAPI Intel64 command window from the Start menu, and try to run the EXE that you wish to debug. If it runs, and you do not see the message about the DLL not being found, all that you have to do is to start VS from that command window by typing the command DEVENV, rather than from elsewhere such as a shortcut on the desktop or from the Start menu.,&lt;/P&gt;
&lt;P&gt;If this suggestion works out, you can add the path to the DLL in question (i.e., add ...\OneAPI\mkl\latest\redist\intel64) to the effective run time path in the project properties.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 13:20:49 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2021-02-19T13:20:49Z</dc:date>
    <item>
      <title>VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257511#M30918</link>
      <description>&lt;P&gt;I installed oneAPI 2021.1, I was able to compile and link my project that uses MKL, however, as soon as I start debugging, a system error is issued: "The code execution cannot proceed because mkl_intel_thread.1.dll was not found. Reinstalling the program may fix the problem."&lt;/P&gt;
&lt;P&gt;I am using Visual Studio 2019 and I did not get this error with Parallel Studio XE 2020 Update 4.&amp;nbsp;PS XE 2020 was uninstalled, computer restarted, then oneAPI installed, computer restarted, so I currently have only oneAPI.&lt;/P&gt;
&lt;P&gt;What should I do to make debugging work with oneAPI?&lt;/P&gt;
&lt;P&gt;These are compiler settings for my project:&amp;nbsp;/nologo /debug:full /MP /Od /I"%MKLROOT%" /I"\include" /fixed /extend_source:132 /Qopenmp /fpscomp:general /Qdiag-disable:8290,8291,5462,10434 /warn:declarations /warn:truncated_source /warn:noalignments /warn:interfaces /assume:byterecl /module:"x64\Debug\\" /object:"x64\Debug\\" /Fd"x64\Debug\vc160.pdb" /traceback /check:pointer /check:bounds /check:uninit /check:format /check:output_conversion /check:stack /libs:dll /threads /dbglibs /Qmkl:parallel /c&lt;/P&gt;
&lt;P&gt;These are linker settings:&amp;nbsp;/OUT:"x64\Debug\MyApp.exe" /INCREMENTAL:NO /NOLOGO /DELAYLOAD:"MyAppx64.dll" /MANIFEST /MANIFESTFILE:"x64\Debug\MyApp.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:\Test\x64\Debug\MyApp.pdb" /SUBSYSTEM:CONSOLE /STACK:1000000000 /IMPLIB:"D:\Test\x64\Debug\MyApp.lib" delayimp.lib ..\DLL\x64\MyAppx64.lib mkl_intel_lp64_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib libiomp5md.lib&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 09:39:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257511#M30918</guid>
      <dc:creator>jirina</dc:creator>
      <dc:date>2021-02-19T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257532#M30921</link>
      <description>&lt;P&gt;As a temporary workaround, open the OneAPI Intel64 command window from the Start menu, and try to run the EXE that you wish to debug. If it runs, and you do not see the message about the DLL not being found, all that you have to do is to start VS from that command window by typing the command DEVENV, rather than from elsewhere such as a shortcut on the desktop or from the Start menu.,&lt;/P&gt;
&lt;P&gt;If this suggestion works out, you can add the path to the DLL in question (i.e., add ...\OneAPI\mkl\latest\redist\intel64) to the effective run time path in the project properties.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 13:20:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257532#M30921</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-02-19T13:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257572#M30928</link>
      <description>&lt;P&gt;Thank you very much for pointing me in the right direction. Your suggestion to start VS from the OneAPI Intel64 command window made Debugger work well. Adding the path to missing DLLs to project properties (Debugging -&amp;gt; Environment) worked well too.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 13:33:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1257572#M30928</guid>
      <dc:creator>jirina</dc:creator>
      <dc:date>2021-02-19T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1258377#M30937</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66687"&gt;@jirina&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reporting this issue. The issue is reproducible. Thanks to&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;&amp;nbsp; for providing the workaround. Please note that I have escalated this issue to the concerned team to get it fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 06:08:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1258377#M30937</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-02-23T06:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1264911#M31026</link>
      <description>&lt;P&gt;Hi, I am facing the same issue as&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/66687"&gt;@jirina&lt;/a&gt;&amp;nbsp;but unlike this user, when I follow&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/41971"&gt;@mecej4&lt;/a&gt;&amp;nbsp;'s solution to run the EXE from the&amp;nbsp;&lt;SPAN&gt;OneAPI Intel64 command window I still get the following error:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The code execution cannot proceed because mkl_intel_thread.dll was not found. Reinstalling the program may fix the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea to solve the issue? Thanks, Yvan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 19:09:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1264911#M31026</guid>
      <dc:creator>Yvan</dc:creator>
      <dc:date>2021-03-16T19:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1264988#M31027</link>
      <description>&lt;P&gt;The file&amp;nbsp;&lt;SPAN&gt;mkl_intel_thread.dll is not part of the OneAPI MKL distribution, so your issue is not the same.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You probably have some library, such as the IMSL or another third party library, or an older library that you created, that has a dependence on&amp;nbsp;mkl_intel_thread.dll. When you link your EXE or DLL using such an older library, the linking will succeed (the DLL does not have to be available at link time), but execution will fail.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 00:59:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1264988#M31027</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-03-17T00:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1265003#M31028</link>
      <description>&lt;P&gt;Indeed, I downloaded IMSL Fortran Numerical Library 2020 (after obtaining a license) which I was able to link to API Intel Fortran Compiler via Visual Studio 2019. But I still get the error mentioned above. Do you know how I should proceed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 02:12:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1265003#M31028</guid>
      <dc:creator>Yvan</dc:creator>
      <dc:date>2021-03-17T02:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1265299#M31037</link>
      <description>&lt;P&gt;You should probably ask for help in an IMSL forum. I do not have experience with IMSL 2020, and I am not aware of whether the IMSL 2020 distribution includes MKL DLLs.&lt;/P&gt;
&lt;P&gt;If IMSL 2020 was intended to be used with MKL 2020, you may try the corresponding &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/redistributable-libraries-for-intel-c-and-fortran-2020-compilers-for-windows.html" target="_self"&gt;redistributables&lt;/A&gt;. Note that I am only making a guess here, and it is better to ask Roguewave/Perforce for advice.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 21:52:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1265299#M31037</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-03-17T21:52:54Z</dc:date>
    </item>
    <item>
      <title>Re:VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1268072#M31092</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The missing DLL issue will be fixed in the next oneAPI update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2021 08:35:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1268072#M31092</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-03-26T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re:VS 2019 Debugger reports missing dll and does not start!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1275059#M31212</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The missing DLL issue has been fixed in the latest release of the oneAPI base toolkit 2021.2. So, I will go ahead and close this thread from my end. Intel will no longer monitor this thread. Further interactions on this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 11:32:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VS-2019-Debugger-reports-missing-dll-and-does-not-start/m-p/1275059#M31212</guid>
      <dc:creator>RahulV_intel</dc:creator>
      <dc:date>2021-04-20T11:32:55Z</dc:date>
    </item>
  </channel>
</rss>

