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

Fortran compiler 8.1 on Fedora Core 4

Eran_A_
Beginner
710 Views
Compiling and linking rather large code
goes smoothly.
However, trying to run it invokes the following error message:
Error loadaing libimf.so: file or directory not found.

Well, this libimf.so and libimf.a reside in
the intel compiler lib directory. How do you
tell the compiler where to find the .so file?
Thanks, Eran
0 Kudos
2 Replies
TimP
Honored Contributor III
710 Views
The compiler environment variable script adds the compiler libraries to LD_LIBRARY_PATH. If you don't want to use that script, you must do it yourself.
0 Kudos
Eran_A_
Beginner
710 Views
You just hit the point.
Apperently, due to previous installation
of ifc7.1, the LD_LIBRARY_PATH was not defined correctly.

Thanks a lot for the quick and accurate response

Eran
0 Kudos
Reply