> ./configure_amber -openmpi -nobintray ifort
Surely you must have meant "nobintraj"? But it's a non-issue, really,
as far as this is concerned.
> /usr/local/amber10/exe/sander.MPI: error while loading shared
> libraries: libmkl_lapack.so: cannot open shared object file: no such
> file or directory
The link loader cannot find the shared library that the program depends
on. It's not in the standard path for searching shared libraries, your
executables have been compiled without -rpath, and your LD_LIBRARY_PATH
does not include the directory that contains the libraries either. You
need to fix either of the two latter ones.
--
Atro Tossavainen (Mr.) / The Institute of Biotechnology at
Systems Analyst, Techno-Amish & / the University of Helsinki, Finland,
+358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own.
< URL : http : / / www . helsinki . fi / %7E atossava / > NO FILE ATTACHMENTS
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Apr 10 2009 - 01:07:47 PDT