<?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 Complete newbie — How tu use the link line? — Where to paste? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171314#M28587</link>
    <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I'm an absolute newbie concerning the MKL. I aspire like to accelerate some of my Fortran routines using the MKL.&lt;/P&gt;&lt;P&gt;I'm using the ifort compiler under macOS 10.13.6 High Sierra&lt;/P&gt;&lt;P&gt;I have already used the Link Line Advisor. There I have found at lot of usefull information such as what compiler options I have to use and the web application emits the so called „link line˝ that I need to use. But, I just don't know how tu use it.&lt;/P&gt;&lt;P&gt;If I only paste the compiler options in the command line when executing ifort the compiler builds the script without complaining but the binary doesn't work and reports that it hasn't found the Library. This doesn't make me wonder because I might need the so called „Link Line˝.&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark; wrap-lines:false;"&gt;dyld: Library not loaded: @rpath/libmkl_intel_ilp64.dylib
  Referenced from: /Users/pascal/Documenten/Fortran/./matmul.out
  Reason: image not found
Abort trap: 6&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;What is&lt;/STRONG&gt; this „Link Line˝ ? &lt;STRONG&gt;How&lt;/STRONG&gt; shall I use it?&lt;STRONG&gt;&amp;nbsp; Where&lt;/STRONG&gt; do I have to &lt;STRONG&gt;paste&lt;/STRONG&gt; it?&lt;/P&gt;
&lt;P&gt;Sorry for this question and perhaps, it's ridiculous and I have to apologise for it, but I really can't find related information elsewhere.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2020 12:22:27 GMT</pubDate>
    <dc:creator>Conrad__Pascal</dc:creator>
    <dc:date>2020-01-14T12:22:27Z</dc:date>
    <item>
      <title>Complete newbie — How tu use the link line? — Where to paste?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171314#M28587</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I'm an absolute newbie concerning the MKL. I aspire like to accelerate some of my Fortran routines using the MKL.&lt;/P&gt;&lt;P&gt;I'm using the ifort compiler under macOS 10.13.6 High Sierra&lt;/P&gt;&lt;P&gt;I have already used the Link Line Advisor. There I have found at lot of usefull information such as what compiler options I have to use and the web application emits the so called „link line˝ that I need to use. But, I just don't know how tu use it.&lt;/P&gt;&lt;P&gt;If I only paste the compiler options in the command line when executing ifort the compiler builds the script without complaining but the binary doesn't work and reports that it hasn't found the Library. This doesn't make me wonder because I might need the so called „Link Line˝.&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark; wrap-lines:false;"&gt;dyld: Library not loaded: @rpath/libmkl_intel_ilp64.dylib
  Referenced from: /Users/pascal/Documenten/Fortran/./matmul.out
  Reason: image not found
Abort trap: 6&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;What is&lt;/STRONG&gt; this „Link Line˝ ? &lt;STRONG&gt;How&lt;/STRONG&gt; shall I use it?&lt;STRONG&gt;&amp;nbsp; Where&lt;/STRONG&gt; do I have to &lt;STRONG&gt;paste&lt;/STRONG&gt; it?&lt;/P&gt;
&lt;P&gt;Sorry for this question and perhaps, it's ridiculous and I have to apologise for it, but I really can't find related information elsewhere.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 12:22:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171314#M28587</guid>
      <dc:creator>Conrad__Pascal</dc:creator>
      <dc:date>2020-01-14T12:22:27Z</dc:date>
    </item>
    <item>
      <title>it seems you need to start</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171315#M28588</link>
      <description>&lt;P&gt;it seems you need to start with developer guide following this link:&amp;nbsp;https://software.intel.com/en-us/mkl-macos-developer-guide&lt;/P&gt;&lt;P&gt;please check first -&amp;nbsp;https://software.intel.com/en-us/mkl-macos-developer-guide-setting-environment-variables&amp;nbsp; and&amp;nbsp;https://software.intel.com/en-us/mkl-macos-developer-guide-linking-quick-start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 06:01:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171315#M28588</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-01-20T06:01:12Z</dc:date>
    </item>
    <item>
      <title>It is possible that you do</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171316#M28589</link>
      <description>&lt;P&gt;It is possible that you do not have the environment variable LD_LIBRARY_PATH set properly before running your generated binary. Type the command&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;echo $LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;and examine the output to see if it contains the directory within which the DYLIB file is located. If not, you need to set that&amp;nbsp;variable. See the MKL documentation for details.&lt;/P&gt;&lt;P&gt;Normally, if you use the Intel Fortran or C compilers to build your MKL application, the start-up script compilervars.sh will have set LD_LIBRARY_PATH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:35:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Complete-newbie-How-tu-use-the-link-line-Where-to-paste/m-p/1171316#M28589</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-01-20T14:35:32Z</dc:date>
    </item>
  </channel>
</rss>

