AMBER Archive (2006)

Subject: RE: AMBER: amber9

From: Ross Walker (ross_at_rosswalker.co.uk)
Date: Fri Jul 14 2006 - 17:37:19 CDT


Hi Piotr,

> sander.MPI: error while loading shared libraries: libsvml.so:
> cannot open shared object file: No such file or directory
>
> This fortran library is located in my case in /opt/intel_fc_80/lib
> and my environment is properly setup for recognizing the path
> to this directory.
> (maybe the program tries to load it from /usr/local/bin/lib?)
>
> (this is excerpt from env:
> LD_LIBRARY_PATH=/usr/local/lib:/opt/intel_fc_80/lib)

Are you certain every node has the libraries installed in the same place and
all are correctly setting up LD_LIBRARY_PATH? When running shared library
executables in parallel all of the nodes need to have access to the library
and all need to have the path setup correctly.

I typically get around this on large clusters by copying the whole of
intel_fc_80/lib to ~/lib and then edit my .cshrc files to add ~/lib to my
LD_LIBRARY_PATH and my PATH (just to be sure). Then I make sure that the job
submission system is setup so that it correctly sources my cshrc file on
every node before doing the mpirun command.

You might also want to try and see if you can compile statically (may or may
not work depending on your mpi installation.)

Note, also check to see if mpirun -np 1 works - I.e. 1 thread run on the
node you are physically logged into.

All the best
Ross

/\
\/
|\oss Walker

| HPC Consultant and Staff Scientist |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross_at_rosswalker.co.uk |
| http://www.rosswalker.co.uk | PGP Key available on request |

Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu