I am having problems with compiling/loading amber9 in parallel mode on linux machine.
When using default setup for linking in config.h:
LOADLIB= -L/usr/local/bin/lib -lmpichf90 -lmpich -lpthread -lrt -lsvml
and then trying to run sander.MPI I am getting information that
libsvml.so library cannot be loaded:
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)
Amber8 loads fine, although setup in config.h was different.
Anyone has any suggestion what could be wrong?
Thanks
Piotr
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Jul 16 2006 - 06:07:08 PDT