Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • glaksmonoNovember 10, 2008 12:52 AM PST   
    libiomp5.soerror while loading shared libraries: libiomp5.so

    ./fim_all: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory

    I got that error when I'm trying to run compiled fim_all

    I've looked over the web about the libiomp5, but I have no luck.. I'm running on Ubuntu 8.10 and Intel Core 2 Duo

    Any ideas..? Any help would be very much appreciate it!

    Thanks



    TimP (Intel)November 10, 2008 5:22 AM PST
    Rate
     
    Re: libiomp5.soerror while loading shared libraries: libiomp5.so

    Quoting - glaksmono

    ./fim_all: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory

    This is the gcc-compatible OpenMP run time library.  LD_LIBRARY_PATH must include the icc 10.1 or 11.0 runtime library.  The normal way is to run the iccvars script in the compiler /bin/ directory, same as when compiling.  You have also the options of linking with -static-intel, or copying the .so to the directory your application uses for run-time libraries.  The latter carries the risk, common to all version-dependent setups, of making more work for you the next time you upgrade the compiler.



Forum jump:  

Intel Software Network Forums Statistics

16,371 users have contributed to 46,346 threads and 163,988 posts to date.

In the past 24 hours, we have 15 new thread(s) 83 new posts(s), and 61 new user(s).

In the past 3 days, the most popular thread for everyone has been Formula for the intersection of straight lines The most posts were made to Take a look at John Burkhard&# The post with the most views is \"-check none\" generates error

Please welcome our newest member claudepi


For more complete information about compiler optimizations, see our Optimization Notice.