<?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 If you have IA64 dlls on PATH in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045677#M20940</link>
    <description>&lt;P&gt;If you have IA64 dlls on PATH they will be ignored unless you are running on Itanium.&amp;nbsp; The dlls must match the .exe (ia32 32-bit, intel64/X64).&amp;nbsp; As far as I know Itanium Windows is no longer supported, although you might have some old components.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Sep 2014 22:44:35 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2014-09-11T22:44:35Z</dc:date>
    <item>
      <title>MKL Linking</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045674#M20937</link>
      <description>&lt;P&gt;Dear Fellow Programmers:&lt;/P&gt;

&lt;P&gt;I am lost - the MKL library includes a set of routines held in the REDIST folders. Intel supplied a nice make file to compile PARDISO as called from C#. The make file I can run from a folder on the desktop using a Intel 64 Visual Studio Mode console screen, and it runs perfectly, with&amp;nbsp;REDIST added to the path.&lt;/P&gt;

&lt;P&gt;But if I go and execute the file from the Windows folder, I get an error on the DLL location.&lt;/P&gt;

&lt;P&gt;If I copy the DLL's over to the folder, it runs.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What happens to the path between running from the console location and the windows folder ie the two locations, it is still set because if I use a console I can rerun the program without hassles?&lt;/P&gt;

&lt;P&gt;JMN&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 18:54:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045674#M20937</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2014-09-10T18:54:44Z</dc:date>
    </item>
    <item>
      <title>If the directory containing</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045675#M20938</link>
      <description>&lt;P&gt;If the directory containing the MKL redistributables (specifically, the MKL DLLs) is not in the system path, you will not be able to run a program that requires those DLLs by opening the icon of the program in the Windows explorer. When you open the IFort command window, the batch file that is run to launch that console adds the MKL DLL directories to PATH.&lt;/P&gt;

&lt;P&gt;You can add the path to the DLLs to the system PATH variable in the Computer-&amp;gt;Properties-&amp;gt;Advanced-&amp;gt;Environmental Variables settings window, if you wish.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 05:49:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045675#M20938</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-09-11T05:49:53Z</dc:date>
    </item>
    <item>
      <title>I can copy the DLL's from the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045676#M20939</link>
      <description>&lt;P&gt;I can copy the DLL's from the MKL directory to the debug directory and the program runs quite nicely and correctly - a bit of a hassle but not excessive.&lt;/P&gt;

&lt;P&gt;I tried adding the MKL directory holding the IA64 DLL's to the path command, I made sure I had the correct directory, I made sure the path command had changed and I rebooted the computer.&amp;nbsp; It still will not find the DLL's.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I can also get it to work quite nicely in the Intel Console Boot Windows.&lt;/P&gt;

&lt;P&gt;Very strange.&lt;/P&gt;

&lt;P&gt;JMN&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 21:50:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045676#M20939</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2014-09-11T21:50:55Z</dc:date>
    </item>
    <item>
      <title>If you have IA64 dlls on PATH</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045677#M20940</link>
      <description>&lt;P&gt;If you have IA64 dlls on PATH they will be ignored unless you are running on Itanium.&amp;nbsp; The dlls must match the .exe (ia32 32-bit, intel64/X64).&amp;nbsp; As far as I know Itanium Windows is no longer supported, although you might have some old components.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 22:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045677#M20940</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-09-11T22:44:35Z</dc:date>
    </item>
    <item>
      <title>Hi John,Right, the Path is a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045678#M20941</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;Right, the Path is a problem. Please see &lt;A href="https://software.intel.com/en-us/articles/some-more-additional-tips-how-to-call-mkl-from-your-c-code/"&gt;https://software.intel.com/en-us/articles/some-more-additional-tips-how-to-call-mkl-from-your-c-code/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please make sure to add mkl intel64 dll path and&amp;nbsp;libiomp5md.dll's path into system environment variable PATH if you run intel64 c# program.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 04:30:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045678#M20941</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2014-09-12T04:30:39Z</dc:date>
    </item>
    <item>
      <title>Dear Ying:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045679#M20942</link>
      <description>&lt;P&gt;Dear Ying:&lt;/P&gt;

&lt;P&gt;Right, the Path is a problem. Please see &lt;A href="https://software.intel.com/en-us/articles/some-more-additional-tips-how-to-call-mkl-from-your-c-code/"&gt;https://software.intel.com/en-us/articles/some-more-additional-tips-how-to-call-mkl-from-your-c-code/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-------------------------------------&lt;/P&gt;

&lt;P&gt;I have that printed out from last week and sitting on my desk - next to my FORTRAN Bible. Thanks.&amp;nbsp; The IA64 bit architecture is an interesting problem.&amp;nbsp; It is just as easy to copy over the DLL's as long as you know why and not just think you are crazy because you have to.&lt;/P&gt;

&lt;P&gt;JMN&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 13:35:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045679#M20942</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2014-09-12T13:35:48Z</dc:date>
    </item>
    <item>
      <title>JMN: I am pretty sure that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045680#M20943</link>
      <description>&lt;P&gt;JMN: I am pretty sure that you do not use an IA64 system (a.k.a. "Itanium" or, jocularly in some magazines, "Itanic"). If so, it is best for you to excise the acronym IA64 from your vocabulary., and use "x64" or "Intel-64" or "amd64" instead.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 14:45:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045680#M20943</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-09-12T14:45:43Z</dc:date>
    </item>
    <item>
      <title>Intel64 - thanks</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045681#M20944</link>
      <description>&lt;P&gt;Intel64 - thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2014 15:19:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Linking/m-p/1045681#M20944</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2014-09-12T15:19:27Z</dc:date>
    </item>
  </channel>
</rss>

