<?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 Linking Sparse BLAS to AMD Athlon 64 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915170#M12506</link>
    <description>Hi, I'm trying to compile my program using mkl_dcoomv subroutine. Which libraries (libguide.lib and mkl_dll.lib?) should I specify for Athlon 64 processor - those for IA64 or for Em64t? MKL version is 8.0.2. Thank you.</description>
    <pubDate>Sat, 29 Jul 2006 16:47:00 GMT</pubDate>
    <dc:creator>cyrillique</dc:creator>
    <dc:date>2006-07-29T16:47:00Z</dc:date>
    <item>
      <title>Linking Sparse BLAS to AMD Athlon 64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915170#M12506</link>
      <description>Hi, I'm trying to compile my program using mkl_dcoomv subroutine. Which libraries (libguide.lib and mkl_dll.lib?) should I specify for Athlon 64 processor - those for IA64 or for Em64t? MKL version is 8.0.2. Thank you.</description>
      <pubDate>Sat, 29 Jul 2006 16:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915170#M12506</guid>
      <dc:creator>cyrillique</dc:creator>
      <dc:date>2006-07-29T16:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Sparse BLAS to AMD Athlon 64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915171#M12507</link>
      <description>&lt;P&gt;P.S. When i try to usethose libsfor em64t, i get the error &lt;/P&gt;
&lt;P&gt;Linking...&lt;BR /&gt;mkl_dll.lib : fatal error LNK1113: invalid machine type&lt;BR /&gt;Error executing link.exe.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2006 17:23:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915171#M12507</guid>
      <dc:creator>cyrillique</dc:creator>
      <dc:date>2006-07-29T17:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Sparse BLAS to AMD Athlon 64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915172#M12508</link>
      <description>&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Hi, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Are you building an 32bit application or 64 bit application? Yes, you are using are 64 bit system. but the libraries you choose also depend on the application you are building. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Chao&lt;/FONT&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2006 13:41:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915172#M12508</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2006-07-31T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Sparse BLAS to AMD Athlon 64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915173#M12509</link>
      <description>The em64t (now named Intel64) libraries will work only on a 64-bit Windows installation, with a 64-bit compiler. All your .obj and .lib files must be consistent in their /machine:AMD64 tags.IA-64 is still Itanium, an architecture totally different from AMD64. If you are running 32-bit Windows, you must use the ia32 libraries from MKL.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 20:26:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915173#M12509</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2006-07-31T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Sparse BLAS to AMD Athlon 64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915174#M12510</link>
      <description>&lt;P&gt;Ok, but I have 32-bitsWinodws XP, my compiler is Compaq 6.6 which is also 32-bits as I understand, and i use *.lib from IA32 MKL folder. Processor isAMD X86, it supports 32-bits applications. And anyway i can't change the "/machine:" tag from IX86.&lt;/P&gt;
&lt;P&gt;As soon as the calculation process reachesthe point of use ofmkl_dcoomv subroutine from BLAS, the window with my program disappears. Though at my office everything works (but there, I have Windows 2000). Isn't it due to graphic card or smth like this? Caus' i can't installthe MKL trial version too, the installation process stops at "Intel Software Setup Assistant" and the "Next" button is not active. Could you suggest me anything? Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2006 03:12:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-Sparse-BLAS-to-AMD-Athlon-64/m-p/915174#M12510</guid>
      <dc:creator>cyrillique</dc:creator>
      <dc:date>2006-08-01T03:12:21Z</dc:date>
    </item>
  </channel>
</rss>

