Hi All,
I have the latest version of MKL installed with IFC 7.1
I compiled my program by the following command:
ifc try.f -o try -L /opt/intel/mkl60/lib/32 -lmkl_lapack -lmkl_ia32 -lguide -lpthread
it works fine but when i run it on some other node of the cluster: it gives me error
./try: error while loading shared libraries: libguide.so: cannot open shared object file: no such file or directory
I was under the impression that it is linking all the libraries statically because libguide.a exists in the mentioned directory. What is the problem here? I want to link all the
libraries statically so that i can run them on a different node/computer.
please help.
-Amit.
MKL static linking
For more complete information about compiler optimizations, see our Optimization Notice.


