<?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 Okay, so I reinstalled the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157776#M27693</link>
    <description>&lt;P&gt;Okay, so I reinstalled the MKL package and I found some issues. When trying to set up the env variables using the mklvars.sh, when running "printenv" none of those are showing up (INCLUDE, MKLROOT, etc.). Any ideas why? Also, is there a difference between the /opt/intel/mkl path and the&amp;nbsp;/opt/intel/compilers_and_libraries_2019.2.184/mac/mkl ? Do they both point to the mkl root or there is a difference between these two?&lt;/P&gt;&lt;P&gt;And again, when trying to build the application it fails for -liomp5. I used finder to search for "libiomp5" and this is the only perfect match result that I got:&amp;nbsp;/opt/intel/compilers_and_libraries_2019.2.184/mac/compiler/lib/libiomp5.dylib . Hope it helps with something. Am I doing something wrong? I mean, surely I am, but I can't figure out what.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 07:15:37 GMT</pubDate>
    <dc:creator>Banu__Alexandru</dc:creator>
    <dc:date>2019-02-26T07:15:37Z</dc:date>
    <item>
      <title>Error building application with mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157770#M27687</link>
      <description>&lt;P&gt;I am having issues with build an application. When running make, it runs successfully until linking the executable. There I encounter the following error: "ld: library not found for -liomp5". I tried building the examples in mkl library and there were no problems. The MKLROOT has been set to the intel's default install location. Any idea how could I solve this issue?&lt;/P&gt;&lt;P&gt;I am using MacOS 10.13.6.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 08:15:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157770#M27687</guid>
      <dc:creator>Banu__Alexandru</dc:creator>
      <dc:date>2019-02-22T08:15:38Z</dc:date>
    </item>
    <item>
      <title>libiomp5 is compiler's run</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157771#M27688</link>
      <description>&lt;P&gt;libiomp5 is compiler's run time libs, therefore to link with this RTL you need to set systems path to this lib. The easiest way to do that to source&amp;nbsp;compilervars.sh intel64 command.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Feb 2019 03:55:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157771#M27688</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-02-23T03:55:19Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady F. (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157772#M27689</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libiomp5 is compiler's run time libs, therefore to link with this RTL you need to set systems path to this lib. The easiest way to do that to source&amp;nbsp;compilervars.sh intel64 command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay, so I ran "source compilervars.sh intel64" in the /opt/intel/compilers_and_libraries_2019.2.184/mac/bin directory and I also tried the same thing for "/mac/mkl/bin" mklvars.sh, but I'm still getting the same error. Any ideas why&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 10:27:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157772#M27689</guid>
      <dc:creator>Banu__Alexandru</dc:creator>
      <dc:date>2019-02-25T10:27:41Z</dc:date>
    </item>
    <item>
      <title>Then you need to check the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157773#M27690</link>
      <description>&lt;P&gt;Then you need to check the installation and your system paths.&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.x : ls /opt/intel/compilers_and_libraries_2019.2.187/linux/bin/intel64/ | grep libiomp5&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 10:45:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157773#M27690</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-02-25T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Okay, so I ran "ls /opt/intel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157774#M27691</link>
      <description>&lt;P&gt;Okay, so I ran "ls /opt/intel/compilers_and_libraries_2019.2.184/mac/bin/ | grep libiomp5", but no result has been shown. Is there any chance that it wouldn't install if there was no result shown?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 11:10:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157774#M27691</guid>
      <dc:creator>Banu__Alexandru</dc:creator>
      <dc:date>2019-02-25T11:10:40Z</dc:date>
    </item>
    <item>
      <title>actually here is the first</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157775#M27692</link>
      <description>&lt;P&gt;actually here is the first time we hear about such problem. Yes, you certainly You may try to reinstall this package ( reinstall or update).&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 04:08:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157775#M27692</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-02-26T04:08:59Z</dc:date>
    </item>
    <item>
      <title>Okay, so I reinstalled the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157776#M27693</link>
      <description>&lt;P&gt;Okay, so I reinstalled the MKL package and I found some issues. When trying to set up the env variables using the mklvars.sh, when running "printenv" none of those are showing up (INCLUDE, MKLROOT, etc.). Any ideas why? Also, is there a difference between the /opt/intel/mkl path and the&amp;nbsp;/opt/intel/compilers_and_libraries_2019.2.184/mac/mkl ? Do they both point to the mkl root or there is a difference between these two?&lt;/P&gt;&lt;P&gt;And again, when trying to build the application it fails for -liomp5. I used finder to search for "libiomp5" and this is the only perfect match result that I got:&amp;nbsp;/opt/intel/compilers_and_libraries_2019.2.184/mac/compiler/lib/libiomp5.dylib . Hope it helps with something. Am I doing something wrong? I mean, surely I am, but I can't figure out what.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 07:15:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-building-application-with-mkl/m-p/1157776#M27693</guid>
      <dc:creator>Banu__Alexandru</dc:creator>
      <dc:date>2019-02-26T07:15:37Z</dc:date>
    </item>
  </channel>
</rss>

