<?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 Please use the MKL Link Line in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112486#M24448</link>
    <description>&lt;P&gt;Please use the MKL Link Line Advisor tool at&amp;nbsp;https://software.intel.com/sites/products/mkl/mkl_link_line_advisor.htm to determine the command line to use for linking your program with MKL. Note that the flags that you thought that you should use may not be appropriate. In particular, unless you are passing 8-byte integer arguments to MKL routines, you should be using LP64 libraries rather than ILP64 libraries.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 15:35:40 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2017-05-22T15:35:40Z</dc:date>
    <item>
      <title>MKL library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112485#M24447</link>
      <description>Sir

I have to install a code. it requiyes linking of lapack n blas file.
the code was written in 2009 using mkl 8 version. according to it for linking paths are

LROOT = /opt/intel/mkl/lib/intel64/
LAPACK = -lmkl_lapack -lmkl
BLAS = -L$(LROOT) -lmkl_intel64 -lguide -lpthread

LFLAGS = $(LIBSCE) $(BLAS) $(LAPACK)

now i am having 2016 version of mkl. it does not have guide, mkl, pthread etc.
i know
-lmkl_lapack is replaced by lmkl_lapack95_ilp64

how to modify the commands as per 2016 version to link n compile

thanks

ab</description>
      <pubDate>Mon, 22 May 2017 14:13:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112485#M24447</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2017-05-22T14:13:17Z</dc:date>
    </item>
    <item>
      <title>Please use the MKL Link Line</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112486#M24448</link>
      <description>&lt;P&gt;Please use the MKL Link Line Advisor tool at&amp;nbsp;https://software.intel.com/sites/products/mkl/mkl_link_line_advisor.htm to determine the command line to use for linking your program with MKL. Note that the flags that you thought that you should use may not be appropriate. In particular, unless you are passing 8-byte integer arguments to MKL routines, you should be using LP64 libraries rather than ILP64 libraries.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:35:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112486#M24448</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-05-22T15:35:40Z</dc:date>
    </item>
    <item>
      <title>Hi Ab,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112487#M24449</link>
      <description>&lt;P&gt;Hi Ab,&lt;/P&gt;

&lt;P&gt;Yes, MKL reconstruct &amp;nbsp;the library structure.&amp;nbsp; The old library like mkl_lapack, guide etc is not existing.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Please refer to&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://software.intel.com/sites/products/mkl/mkl_link_line_advisor.htm"&gt;https://software.intel.com/sites/products/mkl/mkl_link_line_advisor.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In general, both BLAS and LAPACK use the same libraries,&lt;/P&gt;

&lt;P&gt;LAPACK = -L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl&lt;BR /&gt;
	BLAS = -L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread -lm -ldl&lt;/P&gt;

&lt;P&gt;lmkl_lapack95_ilp64 is for Fortran 95 interface.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 02:17:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-library/m-p/1112487#M24449</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2017-05-23T02:17:01Z</dc:date>
    </item>
  </channel>
</rss>

