Dear All,
I have posted my question a few days agao, but nobody gave me a suggestion,
that why I have to post again. My problem is as followed.
I have successed compilation of Amber 8 on Linux cluster with "make serial"
and (almost) passed all tests.
then I have compiled as parallel by:
1. install mpich-1.2.5.2
% cd /usr/local/mpich-1.2.5.2
% setenv CC gcc
% setenv FC ifort
% ./configure --prefix=/usr/local/mpich-1.2.5.2_gcc -cc=$CC -fc=$FC
% make
% make install
Everything was fine for mpich compilation
2. install Amber 8
% setenv MPICH_HOME /usr/local/mpich-1.2.5.2_gcc
% setenv AMBERHOME /usr/local/amber8
% make clean
% ./configure -mpich ifort
% make parallel
this process took some minutes and then I got error as
..
..
../lmod/lmod.a -L/usr/local/mpich-1.2.5.2_g77/lib -lmpich -lU77 \
../lapack/lapack.a ../blas/blas.a ../lib/nxtsec.o ../lib/sys.a
/usr/bin/ld: cannot find -lU77
make[1]: *** [sander] Error 1
make[1]: Leaving directory `/usr/local/amber8/src/sander'
make: *** [parallel] Error 2
What is "-lU77"? Could you please help me to solve such problem?
Thank you very much in advance.
Hungie
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Thu May 27 2004 - 10:53:01 PDT