<?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 linking MKL in command line makefile on Mac Osx in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909878#M12054</link>
    <description>I am trying to link the mkl lapack library from the command line using the following option&lt;BR /&gt;-L/opt/intel/Compiler/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t&lt;BR /&gt;&lt;BR /&gt;however when I do this, I get the following error&lt;BR /&gt;&lt;BR /&gt;library not found for -lmkl_lapack&lt;BR /&gt;&lt;BR /&gt;Do you have an suggestion ?&lt;BR /&gt;&lt;BR /&gt;I was able to do this in version 10.0.016, so I was surprize it didn't work&lt;BR /&gt;</description>
    <pubDate>Fri, 16 Oct 2009 13:31:18 GMT</pubDate>
    <dc:creator>Marvin_Doyley</dc:creator>
    <dc:date>2009-10-16T13:31:18Z</dc:date>
    <item>
      <title>linking MKL in command line makefile on Mac Osx</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909878#M12054</link>
      <description>I am trying to link the mkl lapack library from the command line using the following option&lt;BR /&gt;-L/opt/intel/Compiler/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t&lt;BR /&gt;&lt;BR /&gt;however when I do this, I get the following error&lt;BR /&gt;&lt;BR /&gt;library not found for -lmkl_lapack&lt;BR /&gt;&lt;BR /&gt;Do you have an suggestion ?&lt;BR /&gt;&lt;BR /&gt;I was able to do this in version 10.0.016, so I was surprize it didn't work&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 13:31:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909878#M12054</guid>
      <dc:creator>Marvin_Doyley</dc:creator>
      <dc:date>2009-10-16T13:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: linking MKL in command line makefile on Mac Osx</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909879#M12055</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/447833"&gt;Marvin Doyley&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I am trying to link the mkl lapack library from the command line using the following option&lt;BR /&gt;-L/opt/intel/Complier/11.1/067/Frameworks/mkl/Libraries/em64t -lguide -lmkl_lapack -lmkl_em64t&lt;BR /&gt;&lt;BR /&gt;however when I do this, I get the following error&lt;BR /&gt;&lt;BR /&gt;library not found for -lmkl_lapack&lt;BR /&gt;&lt;BR /&gt;Do you have an suggestion ?&lt;BR /&gt;&lt;BR /&gt;I was able to do this in version 10.0.016, so I was surprize it didn't work&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;This forum is for getting started type issues related to installations and licensing.&lt;BR /&gt;&lt;BR /&gt;I will transfer this to the MKL forum.&lt;BR /&gt;&lt;BR /&gt;Chuck</description>
      <pubDate>Fri, 16 Oct 2009 15:23:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909879#M12055</guid>
      <dc:creator>Chuck</dc:creator>
      <dc:date>2009-10-16T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: linking MKL in command line makefile on Mac Osx</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909880#M12056</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
MKL 10.0 had some backwards compatibility scripts to help avoid changes in link lines from previous versions. Apparently, you were fortunate enough that it worked for you. On the header page for this (MKL) forum, there is a link advisor tool which should help you find a suitable specification among the current libraries.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 15:52:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909880#M12056</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-10-16T15:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: linking MKL in command line makefile on Mac Osx</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909881#M12057</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; MKL 10.0 had some backwards compatibility scripts to help avoid changes in link lines from previous versions. Apparently, you were fortunate enough that it worked for you. On the header page for this (MKL) forum, there is a link advisor tool which should help you find a suitable specification among the current libraries.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Hi Tim,&lt;BR /&gt;&lt;BR /&gt;I finally got my code to compile, but I know have an issue at run time. It would appear that lib_mkl_intel_ilp64.dylib expects a flat namespace. Do you have any idea how to resolve this issue&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;M&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 13:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-command-line-makefile-on-Mac-Osx/m-p/909881#M12057</guid>
      <dc:creator>Marvin_Doyley</dc:creator>
      <dc:date>2009-10-22T13:25:52Z</dc:date>
    </item>
  </channel>
</rss>

