<?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 error while loading shared libraries: libiomp5.so in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759879#M15366</link>
    <description>&lt;P&gt;Thanks a
lot Tim and Mecej for your patience. I managed to export the LD_LIBRARY_PATH as
followed this steps:&lt;/P&gt;



&lt;P&gt;me:~$
/home/tph201/intel/Compiler/11.0/081/lib/intel64&lt;/P&gt;

&lt;P&gt;bash:
/home/tph201/intel/Compiler/11.0/081/lib/intel64: is a directory&lt;/P&gt;

&lt;P&gt;me:~$
export LD_LIBRARY_PATH=/home/tph201/intel/Compiler/11.0/081/lib/intel64&lt;/P&gt;

&lt;P&gt;me:~$ echo
$LD_LIBRARY_PATH&lt;/P&gt;

&lt;P&gt;bash: /home/tph201/intel/Compiler/11.0/081/lib/intel64&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;But the
shared library is still missing when I run the code afterwards. I will try to reinstall
ifort.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2011 12:43:16 GMT</pubDate>
    <dc:creator>pierre96321478</dc:creator>
    <dc:date>2011-11-29T12:43:16Z</dc:date>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759871#M15358</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I want to
run a subroutine written in FORTRAN within an engineering software package. The
compilation went well but apparently a shared library is missing as I have this
error message:&lt;/P&gt;&lt;P&gt;&lt;B&gt;error
while loading shared libraries: libiomp5.so: cannot open shared object file: No
such file or directory&lt;/B&gt;&lt;/P&gt;&lt;P&gt;I am using
a Linux OS.&lt;/P&gt;&lt;P&gt;Any help
would be appreciated.&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2011 15:24:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759871#M15358</guid>
      <dc:creator>pierre96321478</dc:creator>
      <dc:date>2011-11-25T15:24:02Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759872#M15359</link>
      <description>If you are running on the platform where the compiler and libraries are installed, the usual compile environment variable setting script, e.g.&lt;BR /&gt;source /opt/intel/bin/compilervars.sh intel64&lt;BR /&gt;will add the library path to LD_LIBRARY_PATH.&lt;BR /&gt;If running where the shared library isn't present, you may install the redistributable library package, or take other remedies such as copying the library over and adding it yourself to LD_LIBRARY_PATH, or linking libiomp5.a (in your final link, preferably not when making a .so).</description>
      <pubDate>Fri, 25 Nov 2011 15:55:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759872#M15359</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-11-25T15:55:53Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759873#M15360</link>
      <description>&lt;P&gt;Thanks a
lot for your answer. Actually, I can locate the shared library libiomp5.so under
the Intel directory but the compiler cannot find it on its own. Do you know how
to add the library to LD_LIBRARY_PATH?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2011 12:25:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759873#M15360</guid>
      <dc:creator>pierre96321478</dc:creator>
      <dc:date>2011-11-28T12:25:48Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759874#M15361</link>
      <description>I suppose you mean that you are running without sourceing compilervars, and the run-time loader doesn't have the LIBRARY_PATH; you must repeat the LIBRARY_PATH setting in the compilervars script e.g.&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/composer_xe_2011_sp1.7.256/compiler/lib/intel64:$LD_LIBRARY_PATH&lt;BR /&gt;(use the path where you found it)</description>
      <pubDate>Mon, 28 Nov 2011 12:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759874#M15361</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-11-28T12:51:12Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759875#M15362</link>
      <description>One way is to issue the following command to the shell:&lt;BR /&gt;&lt;BR /&gt; $ export LD_LIBRARY_PATH=&lt;I&gt;&lt;PATH of=""&gt;&lt;SPAN style="text-decoration: underline;"&gt;directory&lt;/SPAN&gt; containing shared library&amp;gt;&lt;/PATH&gt;&lt;/I&gt;&lt;B&gt;:&lt;/B&gt;$LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;Note the colon separating the components of LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2011 13:36:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759875#M15362</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-11-28T13:36:04Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759876#M15363</link>
      <description>&lt;P&gt;I issued
exactly this command in the terminal:&lt;/P&gt;



&lt;P&gt;$export LD_LIBRARY_PATH=home/tph201/intel/Compiler/11.0/081/lib/intel64:$LD_LIBRARY_PATH&lt;/P&gt;



&lt;P&gt;and the
Bash replied:&lt;/P&gt;



&lt;P&gt;LD_LIBRARY_PATH=home/tph201/intel/Compiler/11.0/081/lib/intel64::
No such file or directory&lt;/P&gt;



&lt;P&gt;I have
double-checked that the path is correct. Should I try to re-install Intel
compiler?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2011 16:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759876#M15363</guid>
      <dc:creator>pierre96321478</dc:creator>
      <dc:date>2011-11-28T16:32:46Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759877#M15364</link>
      <description>The correct entry should have been visible in LD_LIBRARY_PATH after you sourced the ifortvars script to set up for compiling. If the libraries aren't actually present there, then uninstall and re-install would be advisable. But you said you were able to find the library, so it should be found if your LD_LIBRARY_PATH has a match.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2011 16:39:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759877#M15364</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-11-28T16:39:08Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759878#M15365</link>
      <description>&lt;I&gt;&amp;gt;$export LD_LIBRARY_PATH=home/tph201/intel/Compiler/11.0/081/lib/intel64:$LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;There should be a slash character ('/') preceding &lt;I&gt;home.&lt;/I&gt;</description>
      <pubDate>Mon, 28 Nov 2011 16:45:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759878#M15365</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-11-28T16:45:52Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759879#M15366</link>
      <description>&lt;P&gt;Thanks a
lot Tim and Mecej for your patience. I managed to export the LD_LIBRARY_PATH as
followed this steps:&lt;/P&gt;



&lt;P&gt;me:~$
/home/tph201/intel/Compiler/11.0/081/lib/intel64&lt;/P&gt;

&lt;P&gt;bash:
/home/tph201/intel/Compiler/11.0/081/lib/intel64: is a directory&lt;/P&gt;

&lt;P&gt;me:~$
export LD_LIBRARY_PATH=/home/tph201/intel/Compiler/11.0/081/lib/intel64&lt;/P&gt;

&lt;P&gt;me:~$ echo
$LD_LIBRARY_PATH&lt;/P&gt;

&lt;P&gt;bash: /home/tph201/intel/Compiler/11.0/081/lib/intel64&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;But the
shared library is still missing when I run the code afterwards. I will try to reinstall
ifort.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2011 12:43:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759879#M15366</guid>
      <dc:creator>pierre96321478</dc:creator>
      <dc:date>2011-11-29T12:43:16Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759880#M15367</link>
      <description>The same thing happened to me and I tried reinstallation but it still doesn't work</description>
      <pubDate>Sun, 19 Feb 2012 18:57:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759880#M15367</guid>
      <dc:creator>apiano</dc:creator>
      <dc:date>2012-02-19T18:57:00Z</dc:date>
    </item>
    <item>
      <title>error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759881#M15368</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;assuming you have installed the latest Intel Composer XE 2011 Update 8. Could you please verify that &lt;I&gt;libiomp5.so&lt;/I&gt; is present in&lt;BR /&gt;&lt;I&gt; &lt;INSTALLDIR&gt;/composer_xe_2011_sp1.8.273/compiler/lib/[intel64|ia32]&lt;/INSTALLDIR&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Also, after sourcing the environment like this (as described in an earlier post)&lt;BR /&gt; &lt;I&gt;source &lt;INSTALLDIR&gt;/composer_xe_2011_sp1.8.273/bin/compilervars.sh [intel64|ia32]&lt;BR /&gt;&lt;BR /&gt;$LD_LIBRARY_PATH&lt;/INSTALLDIR&gt;&lt;/I&gt; should point to the same directory containing &lt;I&gt;libiomp5.so&lt;/I&gt;.&lt;BR /&gt;&lt;BR /&gt;This has to be set every time you're executing your application (or you install the library to a system wide library directory).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Georg Zitzlsberger</description>
      <pubDate>Mon, 20 Feb 2012 10:03:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759881#M15368</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2012-02-20T10:03:46Z</dc:date>
    </item>
    <item>
      <title>same kind of error while</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759882#M15369</link>
      <description>&lt;P&gt;same kind of error while running the matrix multiplication for mic ...sample code from vtune amplifier.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and my bashrc&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export PATH=/opt/intel/composer_xe_2013.0.079/bin/intel64_mic/:$PATH&lt;BR /&gt;export INCLUDE=/opt/intel/composer_xe_2013.0.079/compiler/include/mic/:$INCLUDE&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/composer_xe_2013.0.079/compiler/lib/mic/:$LD_LIBRARY_PATH&lt;/P&gt;
&lt;P&gt;export PATH=/opt/intel/impi/4.1.0.018/mic/bin/:$PATH&lt;BR /&gt;export INCLUDE=/opt/intel/impi/4.1.0.018/mic/include/:$INCLUDE&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/impi/4.1.0.018/mic/lib/:$LD_LIBRARY_PATH&lt;/P&gt;
&lt;P&gt;./matrix.mic: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2013 05:50:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759882#M15369</guid>
      <dc:creator>kiran_s_</dc:creator>
      <dc:date>2013-11-09T05:50:57Z</dc:date>
    </item>
    <item>
      <title>just copy that  libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759883#M15370</link>
      <description>&lt;P&gt;just copy that&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;libiomp5.so file to mic card&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;scp&amp;nbsp;&amp;nbsp;libiomp5.so username@mic0:/tmp&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;and then run that executable.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;kiran sonavane.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 03:44:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-libraries-libiomp5-so/m-p/759883#M15370</guid>
      <dc:creator>kiran_s_</dc:creator>
      <dc:date>2014-07-11T03:44:33Z</dc:date>
    </item>
  </channel>
</rss>

