<?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 error on itanium64 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810191#M3799</link>
    <description>Here is the output of file:&lt;BR /&gt;&lt;BR /&gt;brown lib/intel64&amp;gt; file libmkl_intel_lp64.so&lt;BR /&gt;libmkl_intel_lp64.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped&lt;BR /&gt;&lt;BR /&gt;I cannot tell what's wrong from the output.</description>
    <pubDate>Tue, 18 Oct 2011 18:37:34 GMT</pubDate>
    <dc:creator>xian-zhong_guous_cd-</dc:creator>
    <dc:date>2011-10-18T18:37:34Z</dc:date>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810187#M3795</link>
      <description>I got following linking error on itanium64:&lt;BR /&gt;&lt;PRE&gt;/usr/bin/ld: skipping incompatible /data1/HOMES/test/hudson/workspace/dev_compile_ccmp_ia64/mkl/10.3.1/linux/lib/intel64/libmkl_intel_lp64.so when searching for -lmkl_intel_lp64&lt;BR /&gt;&lt;BR /&gt;Does anyone have an idea how to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sam&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Oct 2011 16:08:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810187#M3795</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-18T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810188#M3796</link>
      <description>You have a mismatch between architecture (Itanium) and compiler target (Intel64/AMD64). If your machine is Itanium, install an IA64 compiler, not an Intel64 compiler.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2011 16:11:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810188#M3796</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-18T16:11:03Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810189#M3797</link>
      <description>I use g++. I don't understand what you mean "install an IA64 compiler".</description>
      <pubDate>Tue, 18 Oct 2011 16:15:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810189#M3797</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-18T16:15:58Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810190#M3798</link>
      <description>In #1 you showed this part of the path searched for libraries:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;dev_compile_ccmp_ia64/mkl/10.3.1/linux/lib/intel64/&lt;/PRE&gt;but did not state which compiler you used. &lt;BR /&gt;&lt;BR /&gt;I interpreted the linker message to signify that you had made the choice of "dev_compile_ccmp_ia64" as the installation directory on your Itanium system, but had mistakenly downloaded and installed a version of MKL intended for the AMD64/Intel64 architecture. Normally, the installer uses default subdirectory names such as .../intel64, rather than letting the user make the choice.&lt;BR /&gt;&lt;BR /&gt;Now that you have clarified that you are using g++ as your compiler, the only conclusion is that you installed the wrong version of MKL. To confirm, you can run the standard Unix/Linux utility &lt;B&gt;file&lt;/B&gt; on one of the MKL shared libraries. If it says anything other than IA64/Itanium, you have the wrong version of MKL; please download and install a version of MKL designed for IA64 (Itanium).</description>
      <pubDate>Tue, 18 Oct 2011 17:53:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810190#M3798</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-10-18T17:53:02Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810191#M3799</link>
      <description>Here is the output of file:&lt;BR /&gt;&lt;BR /&gt;brown lib/intel64&amp;gt; file libmkl_intel_lp64.so&lt;BR /&gt;libmkl_intel_lp64.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped&lt;BR /&gt;&lt;BR /&gt;I cannot tell what's wrong from the output.</description>
      <pubDate>Tue, 18 Oct 2011 18:37:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810191#M3799</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-18T18:37:34Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810192#M3800</link>
      <description>Where can I download the MKL for IA64? I got MKL for linux which includes ia32 and intel64 only.</description>
      <pubDate>Tue, 18 Oct 2011 19:35:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810192#M3800</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-18T19:35:16Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810193#M3801</link>
      <description>As mecej4 pointed out, your MKL is the one built for the Intel64/AMD x86-64 OS. Thus, the version of gnu ld built for the Itanium IA64 architecture ignores the contents of the library files. There is no Itanium support in the current release of MKL offered to me. It appears that MKL 10.2 included Itanium support, even in the final update. The Itanium libraries would be in a /64/ or /ia64/ directory, while the Xeon architecture library files would be in /32/ and /em64t/ directories.&lt;BR /&gt;You would normally download the separate MKL at &lt;A href="https://registrationcenter.intel.com/RegCenter/Download.aspx?productid=1347" target="_blank"&gt;https://registrationcenter.intel.com/RegCenter/Download.aspx?productid=1347&lt;/A&gt;&lt;BR /&gt;where you need to set the pulldown menu selections to a version which includes IA64.</description>
      <pubDate>Tue, 18 Oct 2011 19:41:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810193#M3801</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-10-18T19:41:52Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810194#M3802</link>
      <description>I found this from MKL 10.3 (which is what I am using) release note:&lt;BR /&gt;&lt;META http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" /&gt;
	&lt;TITLE&gt;&lt;/TITLE&gt;
	&lt;META name="GENERATOR" content="OpenOffice.org 3.2  (Unix)" /&gt;
	&lt;STYLE type="text/css"&gt;&amp;lt;!--
		@page { margin: 0.79in }
		PRE.cjk { font-family: "DejaVu LGC Sans Mono", monospace }
		P { margin-bottom: 0.08in }
--&amp;gt;&lt;/STYLE&gt;

&lt;PRE class="western"&gt;"Intel Itanium architecture (IA-64) support is not included in this release. Intel MKL 10.2 is the latest release for IA-64"&lt;BR /&gt;&lt;BR /&gt;Does this mean IA64 will not be supported from 10.3?&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Oct 2011 19:53:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810194#M3802</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2011-10-18T19:53:44Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810195#M3803</link>
      <description>Sometimes in the past an update has been issued where a library for one platform was not updated. In this case, tuning in MKL 10.3 would have centered on the Sandy Bridge platform, so no need for Itanium update at this time. The previous release would still be supported for Itanium. &lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2011 21:17:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810195#M3803</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-10-18T21:17:55Z</dc:date>
    </item>
    <item>
      <title>Linking error on itanium64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810196#M3804</link>
      <description>&lt;DIV&gt;&lt;B&gt;&amp;gt;&amp;gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; white-space: pre;"&gt;Does this mean IA64 will not be supported from 10.3?&lt;/SPAN&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; white-space: pre;"&gt;the latest supported version of IA-64 is 10.2. Update 7. We are continue supporting IA-64 in this version only. In the case if&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; white-space: pre;"&gt;You will find the issue, please let us know and we will fix the problem but in 10.2 * only.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Oct 2011 03:02:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-error-on-itanium64/m-p/810196#M3804</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-10-19T03:02:51Z</dc:date>
    </item>
  </channel>
</rss>

