<?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 Porting to 64bit in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864297#M7739</link>
    <description>Hi,&lt;BR /&gt;I'm trying to convert my app to run on windows 64 (not itanium). I'm stuck on the function &lt;STRONG&gt;dpotrf&lt;/STRONG&gt;. In the 32 bit Dlls it is in mkl_lapack64.dll. But in the 64 bit Dlls there's no mkl_lapack64.dll, only a mkl_lapack.dll. In this Dll there is no dpotrf, only a dpotrf_local. Is that the right function? It seems to crash my program.&lt;BR /&gt;&lt;BR /&gt;I'm calling the Dlls straight from C#.&lt;BR /&gt;&lt;BR /&gt;What is the best approach at finding where the equivilant 64 bit functions are?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help?&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Apr 2009 10:54:55 GMT</pubDate>
    <dc:creator>euan</dc:creator>
    <dc:date>2009-04-08T10:54:55Z</dc:date>
    <item>
      <title>Porting to 64bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864297#M7739</link>
      <description>Hi,&lt;BR /&gt;I'm trying to convert my app to run on windows 64 (not itanium). I'm stuck on the function &lt;STRONG&gt;dpotrf&lt;/STRONG&gt;. In the 32 bit Dlls it is in mkl_lapack64.dll. But in the 64 bit Dlls there's no mkl_lapack64.dll, only a mkl_lapack.dll. In this Dll there is no dpotrf, only a dpotrf_local. Is that the right function? It seems to crash my program.&lt;BR /&gt;&lt;BR /&gt;I'm calling the Dlls straight from C#.&lt;BR /&gt;&lt;BR /&gt;What is the best approach at finding where the equivilant 64 bit functions are?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help?&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2009 10:54:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864297#M7739</guid>
      <dc:creator>euan</dc:creator>
      <dc:date>2009-04-08T10:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Porting to 64bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864298#M7740</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
As you don't want to tell us which MKL version you will use, the best advice is to read the docs of your version, and check the _dll.lib available for your choice of platform (presumably X64/em64t). In some older versions of MKL, the X64/em64t distribution was separate from the ia32/Itanium release. It might be easier to use a current version.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:45:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864298#M7740</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-04-08T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Porting to 64bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864299#M7741</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; As you don't want to tell us which MKL version you will use, the best advice is to read the docs of your version, and check the _dll.lib available for your choice of platform (presumably X64/em64t). In some older versions of MKL, the X64/em64t distribution was separate from the ia32/Itanium release. It might be easier to use a current version.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Sorry forgot to say which version we are using, it's 10.1.1.022. I've tried reading the docs but as of yet have found nothing thats useful.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. &lt;BR /&gt;</description>
      <pubDate>Wed, 08 Apr 2009 16:09:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864299#M7741</guid>
      <dc:creator>euan</dc:creator>
      <dc:date>2009-04-08T16:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Porting to 64bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864300#M7742</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Did you read userguide.pdf? see chapter 5 - "Linking Your Application with Intel MKL". You can find there a lot of examples for all supported architectures, including Intel64 you need.&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2009 16:57:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864300#M7742</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-08T16:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Porting to 64bit</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864301#M7743</link>
      <description>Please also refer the new MKL link line advisor tool located here&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--Vipin&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 17:55:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Porting-to-64bit/m-p/864301#M7743</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2009-05-25T17:55:31Z</dc:date>
    </item>
  </channel>
</rss>

