<?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 MKL FATAL ERROR: Cannot load mkl_intel_thread.dll in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804023#M3274</link>
    <description>When I run my program, I got the following error message:&lt;BR /&gt;&lt;BR /&gt;MKL FATAL ERROR: Cannot load mkl_intel_thread.dll&lt;BR /&gt;&lt;BR /&gt;This program uses IPP 6.1, OpenCV 1.0, MKL 10.3 libraries.&lt;BR /&gt;&lt;BR /&gt;Could you help me with this?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot : )&lt;BR /&gt;&lt;BR /&gt;Jaiesy</description>
    <pubDate>Thu, 10 Feb 2011 18:03:17 GMT</pubDate>
    <dc:creator>panfang</dc:creator>
    <dc:date>2011-02-10T18:03:17Z</dc:date>
    <item>
      <title>MKL FATAL ERROR: Cannot load mkl_intel_thread.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804023#M3274</link>
      <description>When I run my program, I got the following error message:&lt;BR /&gt;&lt;BR /&gt;MKL FATAL ERROR: Cannot load mkl_intel_thread.dll&lt;BR /&gt;&lt;BR /&gt;This program uses IPP 6.1, OpenCV 1.0, MKL 10.3 libraries.&lt;BR /&gt;&lt;BR /&gt;Could you help me with this?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot : )&lt;BR /&gt;&lt;BR /&gt;Jaiesy</description>
      <pubDate>Thu, 10 Feb 2011 18:03:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804023#M3274</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2011-02-10T18:03:17Z</dc:date>
    </item>
    <item>
      <title>MKL FATAL ERROR: Cannot load mkl_intel_thread.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804024#M3275</link>
      <description>&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Jaisay,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;You should to add the directory where these Libraries are installed to the system paths. As an example, for OpenCV, you have to add the $OpenCV2.0_installDir/bin or&lt;/SPAN&gt;&lt;/DIV&gt;for MKL it should be $MKL_Install_Dir/{ia32/intel64}/bin. The same with IPP.&lt;BR /&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 Feb 2011 18:33:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804024#M3275</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-02-10T18:33:07Z</dc:date>
    </item>
    <item>
      <title>MKL FATAL ERROR: Cannot load mkl_intel_thread.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804025#M3276</link>
      <description>Hi~ Gennady,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your quick reply.&lt;BR /&gt;&lt;BR /&gt;I used VisualStudio2005 -&amp;gt; Tools -&amp;gt; Options -&amp;gt; VC++ Directories -&amp;gt; Excutable files to add the bin folders for IPP, OpenCV1.1, MKL libraries.&lt;BR /&gt;&lt;BR /&gt;If I run the program, the program will quit very soon and I get the error "MKL FATAL ERROR: Cannot load mkl_intel_thread.dll" again. &lt;BR /&gt;&lt;BR /&gt;I don't know whether it is related to lib conflict. Previously I got this error &lt;A href="http://software.intel.com/en-us/articles/opm-abort-initializing-libguide40dll/" target="_blank"&gt;http://software.intel.com/en-us/articles/opm-abort-initializing-libguide40dll/&lt;/A&gt;, after I use opencv 1.1 I get rid of it.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help : ) I really appreciated.&lt;BR /&gt;&lt;BR /&gt;Jaiesy&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2011 20:40:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804025#M3276</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2011-02-10T20:40:50Z</dc:date>
    </item>
    <item>
      <title>MKL FATAL ERROR: Cannot load mkl_intel_thread.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804026#M3277</link>
      <description>Hey, Gennady,&lt;BR /&gt;&lt;BR /&gt;I just copied the dll under the release folder. I know this is a stupid way :p But the problem is solved somehow.&lt;BR /&gt;&lt;BR /&gt;If I have many versions of OpenCV and I put all the bin folder paths in the system path, will this cause problem? &lt;BR /&gt;&lt;BR /&gt;Thanks a lot :)&lt;BR /&gt;&lt;BR /&gt;Jaiesy</description>
      <pubDate>Thu, 10 Feb 2011 21:18:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804026#M3277</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2011-02-10T21:18:55Z</dc:date>
    </item>
    <item>
      <title>MKL FATAL ERROR: Cannot load mkl_intel_thread.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804027#M3278</link>
      <description>I think yes. it would be much better if you set the last version of OpenCV ( say 2.2) first into the system PATH. Then this version will be used into your application.&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:21:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804027#M3278</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-02-11T07:21:02Z</dc:date>
    </item>
    <item>
      <title>MKL FATAL ERROR: Cannot load mkl_intel_thread.dll</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804028#M3279</link>
      <description>OK, Thanks a lot :) Now I understand.</description>
      <pubDate>Fri, 11 Feb 2011 16:18:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-FATAL-ERROR-Cannot-load-mkl-intel-thread-dll/m-p/804028#M3279</guid>
      <dc:creator>panfang</dc:creator>
      <dc:date>2011-02-11T16:18:44Z</dc:date>
    </item>
  </channel>
</rss>

