<?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 Thanks for your help. Soon in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076691#M22589</link>
    <description>&lt;P&gt;Thanks for your help. Soon after I posted this I realized my error. I am still not sure why the compilervars.sh​ and mklvar.sh doesn't load this path. Either way It works now. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2016 17:57:26 GMT</pubDate>
    <dc:creator>fixitben</dc:creator>
    <dc:date>2016-09-15T17:57:26Z</dc:date>
    <item>
      <title>Error trying to run compiled Fortran code</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076689#M22587</link>
      <description>&lt;P&gt;HI&lt;/P&gt;

&lt;P&gt;I am running on fortran on a Linux box. When I compile it seems to compile fine. Using this command.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;&amp;nbsp;ifort -mkl -o sesame1 *.f90&lt;/PRE&gt;

&lt;P&gt;Then I try and run sesame1 using ./sesame1. I get the error below.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;./sesame1: error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&amp;nbsp;I am not sure why. I have manually exported the library to the LD_LIBRARY_PATH.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;export LD_LIBRARY_PATH=/opt/intel/composerxe/mkl/lib/ia64/:$LD_LIBRARY_PATH&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I have ran the command compilervars.sh. Still the same. I am not sure why it won't see the library.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 22:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076689#M22587</guid>
      <dc:creator>fixitben</dc:creator>
      <dc:date>2016-09-14T22:18:06Z</dc:date>
    </item>
    <item>
      <title>The command</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076690#M22588</link>
      <description>&lt;P&gt;The command&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;export LD_LIBRARY_PATH=/opt/intel/composerxe/mkl/lib/ia64/:$LD_LIBRARY_PATH&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;is incorrect unless you really have a Linux box with an Itanium CPU. Check the directory where the shared libraries are actually installed. The path will probably contain &lt;STRONG&gt;intel64&lt;/STRONG&gt;, not &lt;STRONG&gt;ia64&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 17:15:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076690#M22588</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-09-15T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Thanks for your help. Soon</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076691#M22589</link>
      <description>&lt;P&gt;Thanks for your help. Soon after I posted this I realized my error. I am still not sure why the compilervars.sh​ and mklvar.sh doesn't load this path. Either way It works now. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 17:57:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076691#M22589</guid>
      <dc:creator>fixitben</dc:creator>
      <dc:date>2016-09-15T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076692#M22590</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Right, you may set it manually, or run the script &amp;nbsp;with the CPU type option&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;gt;source mklvars.sh [intel64|ia32]&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;as MKL user guide &lt;A href="https://software.intel.com/en-us/node/528500" target="_blank"&gt;https://software.intel.com/en-us/node/528500&lt;/A&gt; mentioned:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;It can set the &lt;CODE id="GUID-42BA9751-C3AD-4B76-BB94-A766C4132A1E"&gt;&lt;A name="GUID-42BA9751-C3AD-4B76-BB94-A766C4132A1E"&gt;&lt;!-- --&gt;&lt;/A&gt;&lt;/CODE&gt;&lt;CODE id="GUID-F98E01C7-93D5-437D-80D0-557594637441"&gt;&lt;A name="GUID-F98E01C7-93D5-437D-80D0-557594637441"&gt;&lt;!-- --&gt;&lt;/A&gt;INCLUDE, MKLROOT, LD_LIBRARY_PATH, MIC_LD_LIBRARY_PATH, MANPATH, LIBRARY_PATH, CPATH&lt;/CODE&gt;, and &lt;CODE id="GUID-E8D142C2-2280-437C-9B44-F63C3FFB87DC"&gt;&lt;A name="GUID-E8D142C2-2280-437C-9B44-F63C3FFB87DC"&gt;&lt;!-- --&gt;&lt;/A&gt;NLSPATH&lt;/CODE&gt; environment variables in the command shell using one of the script files in the &lt;SPAN class="filepath" id="GUID-87A0F2CC-7BD0-4D7E-8891-EF2C74CEFB8D"&gt;&lt;A name="GUID-87A0F2CC-7BD0-4D7E-8891-EF2C74CEFB8D"&gt;&lt;!-- --&gt;&lt;/A&gt;bin&lt;/SPAN&gt; subdirectory of the Intel MKL installation directory. The environment variable &lt;CODE id="GUID-01181C80-9FD2-48F0-8536-EB1AB480F310"&gt;&lt;A name="GUID-01181C80-9FD2-48F0-8536-EB1AB480F310"&gt;&lt;!-- --&gt;&lt;/A&gt;MIC_LD_LIBRARY_PATH&lt;/CODE&gt; specifies locations of shared objects for Intel® Many Integrated Core (Intel® MIC) Architecture&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2016 06:03:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-trying-to-run-compiled-Fortran-code/m-p/1076692#M22590</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-09-18T06:03:06Z</dc:date>
    </item>
  </channel>
</rss>

