Dear all I made a cluster with 2 nodes.
I installed openmpi with intel compilers and shared it via nfs and also the intel compilers are shared via nfs on each nodes.
when I try to run some applications on each nodes i found:
/opt/openmpi-1.6.5/bin/orted: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
--------------------------------------------------------------------------
A daemon (pid 18804) died unexpectedly with status 127 while attempting
to launch so we are aborting.
There may be more information reported by the environment (see above).
This may be because the daemon was unable to find all the needed shared
libraries on the remote node. You may set your LD_LIBRARY_PATH to have the
location of the shared libraries on the remote nodes and this will
automatically be forwarded to the remote nodes.
So I export in the .bash_profile of each nodes
export LD_LIBRARY_PATH=/opt/intel/lib/intel64:$LD_LIBRARY_PATH
source /opt/intel/bin/compilervars.sh intel64
export PATH=/opt/openmpi-1.6.5/bin:$PATH
export LD_LIBRARY_PATH=/opt/openmpi-1.6.5/lib:$LD_LIBRARY_PATH
But the problem is still the same I am not able to loading shared libraries : liibmf.so
Please can you help me to fix the problem?
Many thanks
lorenzo