(1) Link statically.
(2) Add the path to the intel libs to /etc/ld.so.conf and run ldconfig as
root on every node.
(3) Set LD_LIBRARY_PATH to include the intel lib directory, and include
as an environment variable in your submit file.
On Apr 12, 2005, at 6:00 AM, Dennis Hsu wrote:
Hi,
I write a helloworld program compiled with intel c++ and It can be run
at every machines independently.
But, if I run helloworld via condor, a message will appear:
condor_exec.exe: error while loading shared libraries:
libcxaguard.so.5:
cannot open shared object file: No such file or directory
The file libcxaguard.so.5 is intel runtime library and the path has
been set correctly in every machines.
I try to copy the library file to the working directory but it still
cannot be found.
How do I solve this problem.