<?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: MKL matchup in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-matchup/m-p/883600#M9821</link>
    <description>&lt;BR /&gt;
&lt;P&gt;Since version 10.0 of MKL we have re-architected Intel MKL and physically separated the interface, threading and computational components of the product. As a result new names of mkl's libraries were indtroduce the new names for the libs.&lt;BR /&gt;I guess that COLUMBUS's makefile is obsolete and makefile have to be updated.&lt;BR /&gt;Please see the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;linker adviser&lt;/A&gt; to detect the list of mkl's libraries required to be linked with the latest version of mkl.&lt;/P&gt;
&lt;P&gt;Fuy - Intel Fortran and C compilers, 11.1(059) contains version 10.2 Update 2 of MKL, see the KB &lt;STRONG&gt;&lt;A href="http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/"&gt;Which version of Intel IPP, Intel MKL and Intel TBB is installed by the Intel Compiler Professional Edition?&lt;/A&gt; &lt;/STRONG&gt;for the reference )&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2009 16:59:50 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-11-16T16:59:50Z</dc:date>
    <item>
      <title>MKL matchup</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-matchup/m-p/883599#M9820</link>
      <description>I am running under Ubuntu 9.10, 32 bit. I have installed the Intel Fortran and C compilers, 11.1(059). I am trying to make a program called COLUMBUS, a quantum chemistry suite. The makefile is trying to link to the following libraries: &lt;BR /&gt;&lt;BR /&gt;LIBS=-L$(MKL_HOME)/lib/32 -lmkl -lmkl_lapack32 -lmkl_lapack64 -lguide&lt;BR /&gt;&lt;BR /&gt;However, my /opt/intel/Compiler/11.1/059/mkl/lib/32/ folder contains the following libraries:&lt;BR /&gt;&lt;BR /&gt;libmkl_blacs.a&lt;BR /&gt;libmkl_blacs_intelmpi.a&lt;BR /&gt;libmkl_blacs_intelmpi.so&lt;BR /&gt;libmkl_blacs_openmpi.a&lt;BR /&gt;libmkl_blas95.a&lt;BR /&gt;libmkl_cdft_core.a&lt;BR /&gt;libmkl_core.a&lt;BR /&gt;libmkl_core.so&lt;BR /&gt;libmkl_def.so&lt;BR /&gt;libmkl_gf.a&lt;BR /&gt;libmkl_gf.so&lt;BR /&gt;libmkl_gnu_thread.a&lt;BR /&gt;libmkl_gnu_thread.so&lt;BR /&gt;libmkl_intel.a&lt;BR /&gt;libmkl_intel.so&lt;BR /&gt;libmkl_intel_thread.a&lt;BR /&gt;libmkl_intel_thread.so&lt;BR /&gt;libmkl_lapack95.a&lt;BR /&gt;libmkl_lapack.so&lt;BR /&gt;libmkl_p4m3.so&lt;BR /&gt;libmkl_p4m.so&lt;BR /&gt;libmkl_p4p.so&lt;BR /&gt;libmkl_p4.so&lt;BR /&gt;libmkl_pgi_thread.a&lt;BR /&gt;libmkl_pgi_thread.so&lt;BR /&gt;libmkl_scalapack_core.a&lt;BR /&gt;libmkl_scalapack_core.so&lt;BR /&gt;libmkl_sequential.a&lt;BR /&gt;libmkl_sequential.so&lt;BR /&gt;libmkl_solver.a&lt;BR /&gt;libmkl_solver_sequential.a&lt;BR /&gt;libmkl_vml_def.so&lt;BR /&gt;libmkl_vml_ia.so&lt;BR /&gt;libmkl_vml_p4m2.so&lt;BR /&gt;libmkl_vml_p4m3.so&lt;BR /&gt;libmkl_vml_p4m.so&lt;BR /&gt;libmkl_vml_p4p.so&lt;BR /&gt;libmkl_vml_p4.so&lt;BR /&gt;locale&lt;BR /&gt;&lt;BR /&gt;Is it possible that the names have changed recently, and the makefile should be looking for these libraries under a different name? Or do I need to look elsewhere for them?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lachlan&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 15:32:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-matchup/m-p/883599#M9820</guid>
      <dc:creator>lachlanus</dc:creator>
      <dc:date>2009-11-16T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: MKL matchup</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-matchup/m-p/883600#M9821</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Since version 10.0 of MKL we have re-architected Intel MKL and physically separated the interface, threading and computational components of the product. As a result new names of mkl's libraries were indtroduce the new names for the libs.&lt;BR /&gt;I guess that COLUMBUS's makefile is obsolete and makefile have to be updated.&lt;BR /&gt;Please see the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;linker adviser&lt;/A&gt; to detect the list of mkl's libraries required to be linked with the latest version of mkl.&lt;/P&gt;
&lt;P&gt;Fuy - Intel Fortran and C compilers, 11.1(059) contains version 10.2 Update 2 of MKL, see the KB &lt;STRONG&gt;&lt;A href="http://software.intel.com/en-us/articles/which-version-of-ipp--mkl--tbb-is-installed-with-intel-compiler-professional-edition/"&gt;Which version of Intel IPP, Intel MKL and Intel TBB is installed by the Intel Compiler Professional Edition?&lt;/A&gt; &lt;/STRONG&gt;for the reference )&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2009 16:59:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-matchup/m-p/883600#M9821</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-16T16:59:50Z</dc:date>
    </item>
  </channel>
</rss>

