<?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 The runtime error was ( from in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916898#M12666</link>
    <description>The runtime error was ( from the 1st post ):

...
MKL FATAL ERROR: Cannot load &lt;STRONG&gt;mkl_lapack64.dll&lt;/STRONG&gt;
...

and this is because MKL's &lt;STRONG&gt;mkl_core.dll&lt;/STRONG&gt; or &lt;STRONG&gt;mkl_rt.dll&lt;/STRONG&gt; could not find &lt;STRONG&gt;mkl_lapack64.dll&lt;/STRONG&gt;. Please also verify that &lt;STRONG&gt;mkl_lapack64.dll&lt;/STRONG&gt; exists in &lt;STRONG&gt;Redist\ia64&lt;/STRONG&gt; folder.</description>
    <pubDate>Thu, 05 Sep 2013 23:03:00 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2013-09-05T23:03:00Z</dc:date>
    <item>
      <title>Link MKL 9.0 to VC++ 2008 express edition in Windows 8</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916890#M12658</link>
      <description>&lt;P&gt;Hi. I need to link the MK libraray to my project. On Windows Vista (32 bit) it was somehow easy:&lt;/P&gt;
&lt;P&gt;1) goto Tools-&amp;gt;Options-&amp;gt;VC++ Directories and add 'C:\Program Files\Intel\MKL\9.0\include' in "Include files" and 'C:\Program Files\Intel\MKL\9.0\ia32\lib' in 'Library files'.&lt;/P&gt;
&lt;P&gt;2) add the neccessary files (libguide40.lib libguide.lib mkl_c_dll.lib mkl_ia32.lib mkl_lapack.lib&amp;nbsp;mkl_s_dll.lib mkl_solver.lib) to the Project-&amp;gt;Properties-&amp;gt;Linker-&amp;gt;Command Line.&lt;/P&gt;
&lt;P&gt;Now it doesn't work, because of 64 bit platform. I changed the library path to&amp;nbsp;C:\Program Files\Intel\MKL\9.0\ia64\lib, but it didn't even compile. Then I added the ia32 files as well, now it compiles, but fails to &amp;nbsp;run (MKL FATAL ERROR: Cannot load mkl_lapack64.dll). What should I do?&lt;/P&gt;
&lt;P&gt;P.S. On my VS configuration options there is only one platform - Win32. Can it be the reason? How to solve that?&lt;/P&gt;
&lt;P&gt;P.P.S. I know the question is stupid, and probably someone has asked this already, but please do not judge to strictly, I am just a beginner.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 12:31:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916890#M12658</guid>
      <dc:creator>Aram_K_</dc:creator>
      <dc:date>2013-09-03T12:31:18Z</dc:date>
    </item>
    <item>
      <title>I've only used MKL v10 and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916891#M12659</link>
      <description>&lt;P&gt;I've only used MKL v10 and VS2010 but:&lt;/P&gt;
&lt;P&gt;Are you sure you want ia64, not em64t? ia64 is Itanium which is not common.&lt;/P&gt;
&lt;P&gt;You should make a new configuration for 64 bit. I don't think VC++ 2008 comes with a 64 bit compiler so you'll nee to&amp;nbsp;install the Windows 7.1 SDK first if there's no x64 option in the configuration platform dropdown box. This is almost certainly the first thing you'll have to do.&lt;/P&gt;
&lt;P&gt;Change &lt;EM&gt;Configuration Properties -&amp;gt; General -&amp;gt; Platform toolset&lt;/EM&gt; from &lt;EM&gt;v90&lt;/EM&gt; or &lt;EM&gt;v100&lt;/EM&gt; to &lt;EM&gt;Windows 7.1 SDK&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;Put all the dlls it needs in the bin folder where you're running it from to make sure it can find them.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 13:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916891#M12659</guid>
      <dc:creator>crispybits</dc:creator>
      <dc:date>2013-09-03T13:01:00Z</dc:date>
    </item>
    <item>
      <title>ia64 means aka Itanium. You</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916892#M12660</link>
      <description>&lt;P&gt;ia64 means aka Itanium. You need to select libraries from emt64 directory.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 15:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916892#M12660</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-03T15:12:53Z</dc:date>
    </item>
    <item>
      <title>When I add only em64t files,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916893#M12661</link>
      <description>&lt;P&gt;When I add only em64t files, it doesn't compile. It compiles only if I add mkl_c_dll.lib from ia32 folder. And after running it says 'can't find mkl_lapack64.dll'&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 06:10:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916893#M12661</guid>
      <dc:creator>Aram_K_</dc:creator>
      <dc:date>2013-09-05T06:10:41Z</dc:date>
    </item>
    <item>
      <title>that's because of you linked</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916894#M12662</link>
      <description>&lt;P&gt;that's because of you linked with the dynamic libs. In that case you need to add to the system's path the directory where these libs are located. please do that or link with static libraries.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 10:45:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916894#M12662</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-05T10:45:58Z</dc:date>
    </item>
    <item>
      <title>btw, you need to know that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916895#M12663</link>
      <description>&lt;P&gt;btw, you need to know that this version is obsoleted and no longer supported. Moreover, this version is not optimized for all modern microarchitectures. &amp;nbsp;We would recommend you to try the latest 11.1 version. The eval version available for 30days.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 10:50:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916895#M12663</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-09-05T10:50:10Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...When I add only em64t</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916896#M12664</link>
      <description>&amp;gt;&amp;gt;...When I add only em64t files, it doesn't compile. It compiles only if I add mkl_c_dll.lib from ia32 folder. And after running it says
&amp;gt;&amp;gt;'can't find mkl_lapack64.dll'

In case of Express Editions of Visual Studios you need to set paths to folders with libraries and executables ( DLLs ) manually ( as Windows envorinment variables ).</description>
      <pubDate>Thu, 05 Sep 2013 13:27:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916896#M12664</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-09-05T13:27:32Z</dc:date>
    </item>
    <item>
      <title>I don't link with dll-s, only</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916897#M12665</link>
      <description>&lt;P&gt;I don't link with dll-s, only with libs. The corresponding path is of course added in VC++ directories-&amp;gt;Library files.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916897#M12665</guid>
      <dc:creator>Aram_K_</dc:creator>
      <dc:date>2013-09-05T13:48:13Z</dc:date>
    </item>
    <item>
      <title>The runtime error was ( from</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916898#M12666</link>
      <description>The runtime error was ( from the 1st post ):

...
MKL FATAL ERROR: Cannot load &lt;STRONG&gt;mkl_lapack64.dll&lt;/STRONG&gt;
...

and this is because MKL's &lt;STRONG&gt;mkl_core.dll&lt;/STRONG&gt; or &lt;STRONG&gt;mkl_rt.dll&lt;/STRONG&gt; could not find &lt;STRONG&gt;mkl_lapack64.dll&lt;/STRONG&gt;. Please also verify that &lt;STRONG&gt;mkl_lapack64.dll&lt;/STRONG&gt; exists in &lt;STRONG&gt;Redist\ia64&lt;/STRONG&gt; folder.</description>
      <pubDate>Thu, 05 Sep 2013 23:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916898#M12666</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-09-05T23:03:00Z</dc:date>
    </item>
    <item>
      <title>You never answered with</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916899#M12667</link>
      <description>&lt;P&gt;You never answered with confirmation that when you said 64-bit platform you meant Itanium, which has become quite unusual, and seems to contradict your statement about ability to run when linked against "32-bit files" (32-bit MKL?).&amp;nbsp; If you were running Windows on Itanium (which I think went off support) you would have no 32-bit development tools.&lt;/P&gt;
&lt;P&gt;No 64-bit compiler "comes with" VS2008 Express, so you would not be able to link any 64-bit libraries against that 32-bit compiler.&amp;nbsp; You did state clearly that you were trying to use at least the OpenMP dll of MKL.&amp;nbsp; VS2008 Pro has an optional installation of X64 C++ compiler which could link against the Intel64/em64t MKL libraries.&amp;nbsp; The 32-bit compiler/link combination will pass over 64-bit .lib and&amp;nbsp; ignore them.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 23:37:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-9-0-to-VC-2008-express-edition-in-Windows-8/m-p/916899#M12667</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-09-05T23:37:16Z</dc:date>
    </item>
  </channel>
</rss>

