<?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 how to link with intel mkl blas in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772329#M729</link>
    <description>it's not possible to link only BLAS libraries for your application. Please check the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;linker adviser&lt;/A&gt; to see the list of mkl's libraries required for your particular case.</description>
    <pubDate>Sun, 15 Apr 2012 18:08:49 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2012-04-15T18:08:49Z</dc:date>
    <item>
      <title>how to link with intel mkl blas</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772328#M728</link>
      <description>Dear all,&lt;BR /&gt;I used MUMPS, sparse direct solver, with GotoBlas2 up to now. &lt;BR /&gt;&lt;BR /&gt;I wanted to compile it with Intel MKL Blas also to see if there is a gain in performance or not. However, I am puzzling with the libraries to be linked at the moment. Is that possible to link only Intel MKL Blas for my specific application? If yes, which libraries should be linked?&lt;BR /&gt;Best wishes,&lt;BR /&gt;Umut</description>
      <pubDate>Sun, 15 Apr 2012 07:53:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772328#M728</guid>
      <dc:creator>utab</dc:creator>
      <dc:date>2012-04-15T07:53:38Z</dc:date>
    </item>
    <item>
      <title>how to link with intel mkl blas</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772329#M729</link>
      <description>it's not possible to link only BLAS libraries for your application. Please check the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;linker adviser&lt;/A&gt; to see the list of mkl's libraries required for your particular case.</description>
      <pubDate>Sun, 15 Apr 2012 18:08:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772329#M729</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-04-15T18:08:49Z</dc:date>
    </item>
    <item>
      <title>how to link with intel mkl blas</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772330#M730</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Using MKL custom builder tool you can create one dynamic library with specified set of functions from MKL needed for your application. Please look at MKL doc.</description>
      <pubDate>Mon, 16 Apr 2012 07:42:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772330#M730</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2012-04-16T07:42:39Z</dc:date>
    </item>
    <item>
      <title>how to link with intel mkl blas</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772331#M731</link>
      <description>If you refer only to BLAS and not LAPACK functions, the linker will use only the BLAS functions from MKL, plus the functions required to support them. For those MKL are functions which are parallelized, the required support includes OpenMP or OpenMP stubs functions. You could avoid linking those only by compiling the BLAS functions yourself, or, possibly, by linking against a blas library distributed with your OS.&lt;BR /&gt;If you have customized LAPACK functions, linking them first would avoid using corresponding functions from MKL. Maybe I don't understand what you are asking.&lt;BR /&gt;As another response indicated, you could make a custom library with just the MKL functions you want, but that may be an unnecessary complication.</description>
      <pubDate>Mon, 16 Apr 2012 10:36:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/how-to-link-with-intel-mkl-blas/m-p/772331#M731</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-04-16T10:36:57Z</dc:date>
    </item>
  </channel>
</rss>

