Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

shared library problem

ksasidhar
Beginner
236 Views
Hi tim. Thanks for the reply. I dont have LD_LIBRARY_PATH in my intel fortran lib folder. Do I have to copy the file to that folder. If so can you tell me where I can get that file from. thanks.
Sasidhar Kondaraju
0 Kudos
1 Reply
TimP
Honored Contributor III
236 Views
If you don't want to install the compiler, you can copy the library. When you run the library environment script (ifortvars.sh or equivalent) it sets LD_LIBRARY_PATH, so you can see where the library is.

'ldd yourexecutable' will show which dynamic libraries are needed. Copy the /lib folder with the required .so files to your execute computer, and set LD_LIBRARY_PATH.
0 Kudos
Reply