<?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: lapack on Mac OSX: ld: can't locate file in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883624#M9833</link>
    <description>Yes, thanks! I also benefitted from your reply.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.inspectmaster.com" target="_blank"&gt;http://www.inspectmaster.com&lt;/A&gt; &lt;BR /&gt;</description>
    <pubDate>Mon, 12 Feb 2007 01:43:33 GMT</pubDate>
    <dc:creator>inspectmaster</dc:creator>
    <dc:date>2007-02-12T01:43:33Z</dc:date>
    <item>
      <title>lapack on Mac OSX: ld: can't locate file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883621#M9830</link>
      <description>I've just installed the MKL libraries on a Mac Pro. When I do&lt;BR /&gt;
&lt;BR /&gt;
ifort -o $1.o $1.f -L/Library/Frameworks/Intel_MKL.framework/Versions/9.0/lib/32 -libmkl_lapack -lmkl_ia32 -lguide -lpthread&lt;BR /&gt;
&lt;BR /&gt;
I get the error&lt;BR /&gt;
&lt;BR /&gt;
ld: can't locate file for: -libmkl_lapack&lt;BR /&gt;
&lt;BR /&gt;
I've played around with the path and tried the various examples in the
Intel "Getting Started Guide" and I always get the same thing. The
compiler itself is working fine.&lt;BR /&gt;
&lt;BR /&gt;
I'm sure it's something obvious but I'm pretty clueless on this type of stuff.&lt;BR /&gt;
&lt;BR /&gt;
Do I need to reinstall Xcode?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
David&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 19:41:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883621#M9830</guid>
      <dc:creator>david_farrelly</dc:creator>
      <dc:date>2007-02-11T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: lapack on Mac OSX: ld: can't locate file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883622#M9831</link>
      <description>&lt;P&gt;Normally, wesupply the full path for the mkl libraries, e.g. /opt/intel/mkl/9.0/....../libmkl_lapack.a. If you want the -l mechanism to work, you must set the MKL directory path with a preceding -L, or, possibly, make sure that you have run the mklvars path setting script. It's better, when using ifort or icc, to use the -openmp option to have the compiler take care implicitlyof libguide and libpthread. This would help avoid confusion about whether the libguide in MKL or ifort /lib directories will be in use.&lt;/P&gt;
&lt;P&gt;I wouldn't say all of this is obvious; IMHO the MKL release notes cover the gcc situation OK but fall a little short on Fortran compilers.&lt;/P&gt;
&lt;P&gt;I don't know anyone who uses Mac-32, but one would expect the -L/-l mechanism to work the same on all platforms. &lt;/P&gt;
&lt;P&gt;Most of the people I work with avoid the default placement of MKL library directories, and some have requested a change to make more uniformity between Intel compiler and library tools, so I won't try to guess where your MKL libraries are.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2007 20:50:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883622#M9831</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-02-11T20:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: lapack on Mac OSX: ld: can't locate file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883623#M9832</link>
      <description>Thanks - that was helpful - your post help clarify some stuff - much appreciated. Now it's up and running!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Feb 2007 21:08:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883623#M9832</guid>
      <dc:creator>david_farrelly</dc:creator>
      <dc:date>2007-02-11T21:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: lapack on Mac OSX: ld: can't locate file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883624#M9833</link>
      <description>Yes, thanks! I also benefitted from your reply.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.inspectmaster.com" target="_blank"&gt;http://www.inspectmaster.com&lt;/A&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 12 Feb 2007 01:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/lapack-on-Mac-OSX-ld-can-t-locate-file/m-p/883624#M9833</guid>
      <dc:creator>inspectmaster</dc:creator>
      <dc:date>2007-02-12T01:43:33Z</dc:date>
    </item>
  </channel>
</rss>

