<?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 Problem with CBLAS example building in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881091#M9587</link>
    <description>I'm running openSuSE 10.2 with a Core2 Quad and downloaded MKL 10.0.4 and installed it. All went well. I went to the example directory /opt/intel/mkl/10.0.4.023/examples/cblas and tried:&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;I&gt;make so64 compiler=gnu&lt;/I&gt;&lt;/B&gt; and &lt;B&gt;&lt;I&gt;make so64 compiler=gnu&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;In both cases I get (except for the 32/64 difference):&lt;BR /&gt;&lt;BLOCKQUOTE&gt;gcc -w -I../../include source/cblas_sasumx.c source/common_func.c -L/opt/intel/mkl/10.0.4.023/lib/64 /opt/intel/mkl/10.0.4.023/lib/64/libmkl_intel_lp64.so /opt/intel/mkl/10.0.4.023/lib/64/libmkl_intel_thread.so /opt/intel/mkl/10.0.4.023/lib/64/libmkl_core.so /opt/intel/mkl/10.0.4.023/lib/64/libguide.so -lpthread -lm -o _results/gnu_lp64_parallel_64_so/cblas_sasumx.out&lt;BR /&gt;/opt/intel/mkl/10.0.4.023/lib/64/libmkl_intel_lp64.so: could not read symbols: File in wrong format&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;What am I doing wrong? It should quite simple but ...?&lt;BR /&gt;&lt;BR /&gt;---John&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Sep 2008 08:48:33 GMT</pubDate>
    <dc:creator>johnski</dc:creator>
    <dc:date>2008-09-23T08:48:33Z</dc:date>
    <item>
      <title>Problem with CBLAS example building</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881091#M9587</link>
      <description>I'm running openSuSE 10.2 with a Core2 Quad and downloaded MKL 10.0.4 and installed it. All went well. I went to the example directory /opt/intel/mkl/10.0.4.023/examples/cblas and tried:&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;I&gt;make so64 compiler=gnu&lt;/I&gt;&lt;/B&gt; and &lt;B&gt;&lt;I&gt;make so64 compiler=gnu&lt;/I&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;In both cases I get (except for the 32/64 difference):&lt;BR /&gt;&lt;BLOCKQUOTE&gt;gcc -w -I../../include source/cblas_sasumx.c source/common_func.c -L/opt/intel/mkl/10.0.4.023/lib/64 /opt/intel/mkl/10.0.4.023/lib/64/libmkl_intel_lp64.so /opt/intel/mkl/10.0.4.023/lib/64/libmkl_intel_thread.so /opt/intel/mkl/10.0.4.023/lib/64/libmkl_core.so /opt/intel/mkl/10.0.4.023/lib/64/libguide.so -lpthread -lm -o _results/gnu_lp64_parallel_64_so/cblas_sasumx.out&lt;BR /&gt;/opt/intel/mkl/10.0.4.023/lib/64/libmkl_intel_lp64.so: could not read symbols: File in wrong format&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;What am I doing wrong? It should quite simple but ...?&lt;BR /&gt;&lt;BR /&gt;---John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 08:48:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881091#M9587</guid>
      <dc:creator>johnski</dc:creator>
      <dc:date>2008-09-23T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CBLAS example building</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881092#M9588</link>
      <description>You are attempting to link with the Itanium libraries. Those should not be installed on Core 2, if you followed normal installation procedure. For Core 2 x86-64 SuSE platform, you need the mkl libraries from /lib/em64t/. &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2008 12:40:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881092#M9588</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-09-23T12:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CBLAS example building</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881093#M9589</link>
      <description>I was aware of the IA64 vs x86-64 problem - BUT I ran the install script selecting pretty much the only options to select. There was no IA64 vs x86-64 question(s) during this procedure. &lt;BR /&gt;&lt;BR /&gt;I ran &lt;B&gt;&lt;I&gt;find / -name "em64t" -type d&lt;/I&gt;&lt;/B&gt; and got:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;/opt/intel/mkl/10.0.4.023/lib/em64t&lt;BR /&gt;/opt/intel/mkl/10.0.4.023/benchmarks/mp_linpack/lib_hybrid/em64t&lt;BR /&gt;/opt/intel/mkl/10.0.4.023/benchmarks/mp_linpack/bin_intel/em64t&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;Am I missing something?&lt;BR /&gt;&lt;BR /&gt;---John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:30:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-CBLAS-example-building/m-p/881093#M9589</guid>
      <dc:creator>johnski</dc:creator>
      <dc:date>2008-09-24T04:30:04Z</dc:date>
    </item>
  </channel>
</rss>

