<?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 Re: Problems with mkl_ia32 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913039#M12312</link>
    <description>First of all: Thanks for the hint with the content of libmkl_ia32.a!&lt;BR /&gt;&lt;BR /&gt;Here's a little example. I try to configure the HARMINV library. I can specify a library that is used instead of blas by running&lt;BR /&gt;&lt;FONT face="Courier New"&gt;./configure --with-blas=LIBRARY&lt;BR /&gt;&lt;/FONT&gt;where I have tried the following values for LIBRARY:&lt;BR /&gt;mkl_ia32, mkl_core, mkl_intel&lt;BR /&gt;No matter which one I choose it always says&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;FONT face="Courier New"&gt;checking for sgemm_ in -lLIBRARY... no&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New"&gt;[Check for other Libs and abort]&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;(Of course with the corresponding value for LIBRARY). So the configure script cannot find the Routine sgemm_ in the MKL libs.&lt;BR /&gt;My LD_LIBRARY_PATH variable contains the directory in which the MKL libs reside, so ld should find them.&lt;BR /&gt;&lt;BR /&gt;You see my problem is not the compilation. I do not even get that far. I can't tell the configure script to use MKL instead of BLAS.&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Mar 2008 16:09:24 GMT</pubDate>
    <dc:creator>hubertfarnsworth</dc:creator>
    <dc:date>2008-03-13T16:09:24Z</dc:date>
    <item>
      <title>Problems with mkl_ia32</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913037#M12310</link>
      <description>Hi everyone!&lt;BR /&gt;&lt;BR /&gt;I have some trouble with the MKL 10.0.1.14 and also tried the..011 version. I installed them on my Ubtuntu 7.10 machine but it does not seem to work.&lt;BR /&gt;The installation works fine but when I try to tell the ./configure script of a program to use the MKL instead of BLAS it does not find the routines (e.g. sgemm_) in the mkl_ia32. I suppose thats where it should be in.&lt;BR /&gt;Also, if I go the MKL lib directory and try&lt;BR /&gt;ar -t libmkl_ia32.a&lt;BR /&gt;it says: File format not recognized.&lt;BR /&gt;&lt;BR /&gt;I think there's something wrong, but I did not find the mistake yet. Maybe someone had this problem too or knows how to help me. Thanks in advance!&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:50:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913037#M12310</guid>
      <dc:creator>hubertfarnsworth</dc:creator>
      <dc:date>2008-03-13T08:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mkl_ia32</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913038#M12311</link>
      <description>libmkl_ia32.a is a text file containing the names of 3 libraries.  ar should work when run directly on each of those libraries.
&lt;BR /&gt;For static linking, follow the example using e.g. -Wl,--start-group libmkl_ia32.a -Wl,--end-group
&lt;BR /&gt;and a compiler driver which is compatible with that (you may need ifort and icc 10.1.012 or later).
&lt;BR /&gt;Your post would be much easier to understand with an actual example (at least your command line and error).</description>
      <pubDate>Thu, 13 Mar 2008 14:39:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913038#M12311</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-03-13T14:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mkl_ia32</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913039#M12312</link>
      <description>First of all: Thanks for the hint with the content of libmkl_ia32.a!&lt;BR /&gt;&lt;BR /&gt;Here's a little example. I try to configure the HARMINV library. I can specify a library that is used instead of blas by running&lt;BR /&gt;&lt;FONT face="Courier New"&gt;./configure --with-blas=LIBRARY&lt;BR /&gt;&lt;/FONT&gt;where I have tried the following values for LIBRARY:&lt;BR /&gt;mkl_ia32, mkl_core, mkl_intel&lt;BR /&gt;No matter which one I choose it always says&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;&lt;FONT face="Courier New"&gt;checking for sgemm_ in -lLIBRARY... no&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="Courier New"&gt;[Check for other Libs and abort]&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;(Of course with the corresponding value for LIBRARY). So the configure script cannot find the Routine sgemm_ in the MKL libs.&lt;BR /&gt;My LD_LIBRARY_PATH variable contains the directory in which the MKL libs reside, so ld should find them.&lt;BR /&gt;&lt;BR /&gt;You see my problem is not the compilation. I do not even get that far. I can't tell the configure script to use MKL instead of BLAS.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 16:09:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-mkl-ia32/m-p/913039#M12312</guid>
      <dc:creator>hubertfarnsworth</dc:creator>
      <dc:date>2008-03-13T16:09:24Z</dc:date>
    </item>
  </channel>
</rss>

