<?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: mkl_intel_thread.1.dll was not found in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292349#M31587</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the case of FORTRAN try enabling the oneMKL in the Libraries section and also if you enable it /Qmkl will be set automatically in your Visual Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still face the issue try these steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the project property pages (Alt + Enter)&lt;/LI&gt;
&lt;LI&gt;Change the&amp;nbsp;&lt;I&gt;Configuration&lt;/I&gt;&amp;nbsp;to Debug (On the top left corner)&lt;/LI&gt;
&lt;LI&gt;On the left window, under the&amp;nbsp;&lt;I&gt;Configuration properties&lt;/I&gt;&amp;nbsp;tab, click on&amp;nbsp;&lt;I&gt;Debugging&lt;/I&gt;.&lt;/LI&gt;
&lt;LI&gt;Under the&amp;nbsp;&lt;I&gt;Action&lt;/I&gt;&amp;nbsp;tab, click on the&amp;nbsp;&lt;I&gt;Environment&lt;/I&gt;&amp;nbsp;field and add the following:&lt;LI-CODE lang="markup"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\mkl\latest\redist\intel64;%PATH%&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save the changes and run your executable. Let us know if you face any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 06:14:21 GMT</pubDate>
    <dc:creator>MRajesh_intel</dc:creator>
    <dc:date>2021-06-23T06:14:21Z</dc:date>
    <item>
      <title>mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1287801#M31470</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have recently bought and installed Intel® oneAPI Base &amp;amp;amp; HPC Toolkit (Single-Node) and I have a problem using the Math Kernel Library with the Visual Studio 2017 Professional. It builds the solution without any issue but when I run the application, an error occurs: "mkl_intel_thread.1.dll was not found". Could you please send me the solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dr. Elias N. Eliopoulos&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;University of Patras&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Department of Mechanical Engineering and Aeronautics&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e-mail: eliopoulos@upatras.gr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 19:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1287801#M31470</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2021-06-07T19:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1287956#M31471</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please share the oneAPI version installed and try setting these variables in your visual studio:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Environment Variable in the debugging section:&lt;/P&gt;
&lt;P&gt;For x64:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\redist\intel64_win\compiler;C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\redist\intel64;%PATH%
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For x86:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\redist\ia32_win\compiler;C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\redist\ia32;%PATH%
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Debug Mode: x64, x86 accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Intel Libraries for oneAPI: Use oneMKL and set an appropriate option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if you have any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 06:38:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1287956#M31471</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-08T06:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1289330#M31490</link>
      <description>&lt;P&gt;Dear Rajesh,&lt;/P&gt;
&lt;P&gt;Thank you for your quick answer. Unfortunately, your solution does not work.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Elias&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 18:27:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1289330#M31490</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2021-06-12T18:27:14Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1289615#M31495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please share the oneAPI and visual studio version along with screenshot of the error and the visual studio settings used?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2021 11:32:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1289615#M31495</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-14T11:32:47Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1291581#M31554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please share any updates regarding your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:13:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1291581#M31554</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-21T08:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1291799#M31560</link>
      <description>&lt;P&gt;Dear Rajesh,&lt;/P&gt;
&lt;P&gt;The problem remains, see the attached file. I assume I do not set the environment variables correctly. I have installed Visual Studio 2019 Professional, Intel Parallel Studio XE 2020 Update 4, Intel oneAPI Base Toolkit and Intel oneAPI HPC Toolkit ver. 2021.2. Could you please tell me how to set the environment variables for the Intel oneAPI Math Kernel Library correctly?&lt;/P&gt;
&lt;P&gt;Thank you for your interest,&lt;/P&gt;
&lt;P&gt;Elias&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 19:32:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1291799#M31560</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2021-06-21T19:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1291917#M31561</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the below images for setting the required environment and let us know if you face the same issue. I have set the environment for x64 mode. Add the above mentioned path for x64 in the environment setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 06:03:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1291917#M31561</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-22T06:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292048#M31568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;First of all, I cannot find the MKL SAMPLE Property Pages. Then, I think I need the full PATHS for the Environment and the Evaluated value. In case you have not understood, I work with FORTRAN, see the attached file.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Elias&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 11:37:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292048#M31568</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2021-06-22T11:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292068#M31570</link>
      <description>&lt;P&gt;We do not know some important details of how you attempt to run, but here is a suggestion to try.&lt;/P&gt;
&lt;P&gt;Open an Intel OneAPI command prompt from the Windows Start menu. Navigate to the directory where the EXE that you built is located, and run the EXE there.&lt;/P&gt;
&lt;P&gt;If that works, you can make a habit of running Visual Studio from that command window instead of from another shortcut.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also adjust the system-wide environment, but there are several drawbacks to doing so.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 12:35:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292068#M31570</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-06-22T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re:mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292080#M31571</link>
      <description>&lt;P&gt;Dear mecej4,&lt;/P&gt;
&lt;P&gt;it works! Thank you very much.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Elias&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 13:07:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292080#M31571</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2021-06-22T13:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292349#M31587</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the case of FORTRAN try enabling the oneMKL in the Libraries section and also if you enable it /Qmkl will be set automatically in your Visual Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still face the issue try these steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the project property pages (Alt + Enter)&lt;/LI&gt;
&lt;LI&gt;Change the&amp;nbsp;&lt;I&gt;Configuration&lt;/I&gt;&amp;nbsp;to Debug (On the top left corner)&lt;/LI&gt;
&lt;LI&gt;On the left window, under the&amp;nbsp;&lt;I&gt;Configuration properties&lt;/I&gt;&amp;nbsp;tab, click on&amp;nbsp;&lt;I&gt;Debugging&lt;/I&gt;.&lt;/LI&gt;
&lt;LI&gt;Under the&amp;nbsp;&lt;I&gt;Action&lt;/I&gt;&amp;nbsp;tab, click on the&amp;nbsp;&lt;I&gt;Environment&lt;/I&gt;&amp;nbsp;field and add the following:&lt;LI-CODE lang="markup"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\mkl\latest\redist\intel64;%PATH%&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save the changes and run your executable. Let us know if you face any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 06:14:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292349#M31587</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-23T06:14:21Z</dc:date>
    </item>
    <item>
      <title>Re:mkl_intel_thread.1.dll was not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292769#M31594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting as a solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As this issue has been resolved, we will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good day.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2021 04:54:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-intel-thread-1-dll-was-not-found/m-p/1292769#M31594</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-24T04:54:35Z</dc:date>
    </item>
  </channel>
</rss>

