<?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 librairies: libimf.so : cannot open  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750831#M7316</link>
    <description>I do not know anything about current Crays, but there is a glaring inconsistency in what you reported. IA64 stands for Intel Itanium architecture, and Intel64 is Intel's version of a 64-bit extension of X86 architecture. &lt;BR /&gt;&lt;BR /&gt;IA64 and Intel64 have similar names, but are completely different. If &lt;I&gt;uname&lt;/I&gt; says x86_64, then it is certain that your Cray &lt;B&gt;does not use IA64&lt;/B&gt; architecture. Therefore, you should expect the Intel compiler and utilities to behave similarly to your Ubuntu workstation. You should not attempt to run any IA64/Itanium binaries.&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Nov 2010 18:51:21 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2010-11-15T18:51:21Z</dc:date>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open shared libraries</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750826#M7311</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to compile a fortran code on a Cray (running on Linux Suse, ifort &lt;STYLE type="text/css"&gt;&amp;lt;!--
p { margin-bottom: 0.21cm; }
--&amp;gt;&lt;/STYLE&gt;EM64T, version 9.0)&lt;BR /&gt;The code compiles and run well on my workstation (Ubuntu 64bits, 10.04, ifort 11.1) But has several problems on the Cray.&lt;BR /&gt;&lt;BR /&gt;As I use large arrays, my compilation and linking options are:&lt;BR /&gt;&lt;STYLE type="text/css"&gt;&amp;lt;!--
p { margin-bottom: 0.21cm; }
--&amp;gt;&lt;/STYLE&gt;

&lt;P&gt;-O2 -ip -axW -mcmodel=medium -i-dynamic
-g&lt;/P&gt;&lt;P&gt;(here -i-dynamic replaces -shared-intel that I used on my workstation ; this option does not seem to be available on ifort 9.0)&lt;/P&gt;The code compiles well, but at running I get : "error while loading shared librairies: libimf.so : cannot open shared libraries". Spending some time on google I figured out this is related to dynamic linking. Then I have tried the following:&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/fc/9.0/bin/ifortvars.sh ia64 : the compilation does not work, "Command line warning: ignoring unknown option mcmodel=medium"&lt;BR /&gt;&lt;BR /&gt;source /opt/intel/fce/9.0/bin/ifortvars.sh ia64 : the compilation works all right, but "error while loading shared librairies: libimf.so : cannot open shared libraries". Basically it does not change anything&lt;BR /&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/intel/fce/9.0/lib : the same, compilation is ok, but same error when running.&lt;BR /&gt;&lt;BR /&gt;I have even try to include the library adress in the makefile, but without any success.&lt;BR /&gt;&lt;BR /&gt;Is there anything else that I should have tried ?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2010 13:48:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750826#M7311</guid>
      <dc:creator>Bruno_Borgarino</dc:creator>
      <dc:date>2010-11-15T13:48:33Z</dc:date>
    </item>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750827#M7312</link>
      <description>On the Cray, is the file &lt;I&gt;libimf.so&lt;/I&gt; in the expected place ( &lt;IFORT-DIR&gt;/lib/ia64, for example, /opt/intel/Compiler/11.1/072/lib/ia64/ ) and does it have the correct permissions? Which process is it that depends on &lt;I&gt;libimf.so&lt;/I&gt;? You may use &lt;I&gt;ldd&lt;/I&gt; on the executable image to see what shared libraries are needed to run it.&lt;BR /&gt;&lt;/IFORT-DIR&gt;</description>
      <pubDate>Mon, 15 Nov 2010 15:38:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750827#M7312</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-11-15T15:38:23Z</dc:date>
    </item>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750828#M7313</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick answer.&lt;BR /&gt;&lt;BR /&gt;About the location:&lt;BR /&gt;&lt;BR /&gt;~&amp;gt; locate libimf.so&lt;BR /&gt;/opt/intel/fc/9.0/lib/libimf.so&lt;BR /&gt;/opt/intel/fce/9.0/lib/libimf.so&lt;BR /&gt;&lt;BR /&gt;The permissions are:&lt;BR /&gt;&lt;BR /&gt;~&amp;gt; ls -l /opt/intel/fce/9.0/lib/libimf.so &lt;BR /&gt;-rwxr-xr-x 1 root root 1939789 2005-12-02 10:36 /opt/intel/fce/9.0/lib/libimf.so&lt;BR /&gt;&lt;BR /&gt;And "~&amp;gt;ldd NameExecutable" gives:&lt;BR /&gt;&lt;BR /&gt;libimf.so =&amp;gt; /opt/intel/fce/9.0/lib/libimf.so (0x0000002a9566d000)&lt;BR /&gt; libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x0000002a95905000)&lt;BR /&gt; libsvml.so =&amp;gt; /opt/intel/fce/9.0/lib/libsvml.so (0x0000002a95a5d000)&lt;BR /&gt; libifport.so.5 =&amp;gt; /opt/intel/fce/9.0/lib/libifport.so.5 (0x0000002a95ba1000)&lt;BR /&gt; libifcore.so.5 =&amp;gt; /opt/intel/fce/9.0/lib/libifcore.so.5 (0x0000002a95cda000)&lt;BR /&gt; libirc.so =&amp;gt; /opt/intel/fce/9.0/lib/libirc.so (0x0000002a95eb7000)&lt;BR /&gt; libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x0000002a95fed000)&lt;BR /&gt; libgcc_s.so.1 =&amp;gt; /lib64/libgcc_s.so.1 (0x0000002a96213000)&lt;BR /&gt; libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x0000002a9631e000)&lt;BR /&gt; /lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)&lt;BR /&gt;&lt;BR /&gt;Taking -lm off the librairies used at compilation brings the same problem further down (libsvml.so).&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2010 16:08:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750828#M7313</guid>
      <dc:creator>Bruno_Borgarino</dc:creator>
      <dc:date>2010-11-15T16:08:00Z</dc:date>
    </item>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750829#M7314</link>
      <description>Paths to intel64/em64t libraries are irrelevant if you are running on ia64 (Itanium). As I remember it, ifort 9.1 versions depending on running the ifortvars script in the specific installation for the architecture (there was no ia64 argument for ifortvars). So, there are differences between setup for intel64 on a recent version and ia64 on that older version.</description>
      <pubDate>Mon, 15 Nov 2010 16:18:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750829#M7314</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-11-15T16:18:59Z</dc:date>
    </item>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750830#M7315</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;I did not understand in details what you mean but your are right: there is no argument needed for ifortvars.&lt;BR /&gt;However, running : /opt/intel/fce/9.0/bin/ifortvars.sh, then recompiling and executing leads to the same errors.&lt;BR /&gt;&lt;BR /&gt;I am running intel64 ("uname -a" gives x86_64, just like on my worksation).&lt;BR /&gt;&lt;BR /&gt;When you mention irrelevant path, is that about the answer of "ldd NameExecutable", or about the way I was calling ifortvars.sh ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bruno</description>
      <pubDate>Mon, 15 Nov 2010 16:41:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750830#M7315</guid>
      <dc:creator>Bruno_Borgarino</dc:creator>
      <dc:date>2010-11-15T16:41:21Z</dc:date>
    </item>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750831#M7316</link>
      <description>I do not know anything about current Crays, but there is a glaring inconsistency in what you reported. IA64 stands for Intel Itanium architecture, and Intel64 is Intel's version of a 64-bit extension of X86 architecture. &lt;BR /&gt;&lt;BR /&gt;IA64 and Intel64 have similar names, but are completely different. If &lt;I&gt;uname&lt;/I&gt; says x86_64, then it is certain that your Cray &lt;B&gt;does not use IA64&lt;/B&gt; architecture. Therefore, you should expect the Intel compiler and utilities to behave similarly to your Ubuntu workstation. You should not attempt to run any IA64/Itanium binaries.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2010 18:51:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750831#M7316</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-11-15T18:51:21Z</dc:date>
    </item>
    <item>
      <title>error while loading shared librairies: libimf.so : cannot open</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750832#M7317</link>
      <description>If you are actually running on IA64, the em64t/intel64 libraries should be ignored, even if found, accounting for the ineffectiveness of setting paths to them.</description>
      <pubDate>Mon, 15 Nov 2010 22:07:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/error-while-loading-shared-librairies-libimf-so-cannot-open/m-p/750832#M7317</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-11-15T22:07:38Z</dc:date>
    </item>
  </channel>
</rss>

