AMBER Archive (2006)Subject: RE: AMBER: compiling parallel amber 9 in linux
From: Amber admin (amber-admin_at_scripps.edu)
Date: Thu Aug 24 2006 - 19:10:57 CDT
Hi,
Someone from our group just ran into this problem. It seems that there
are some old *.a, *.o files in lmod subdirectory. Not sure if there are
in the original distribution or not.
Try:
#cd $AMBERHOME/src
#make clean
#find . -name '*.[ao]'
You should remove any *.a, *.o files remaining manually.
It built fine after that.
Regards,
Wilfred
-----Original Message-----
From: owner-amber_at_scripps.edu [mailto:owner-amber_at_scripps.edu] On Behalf
Of Amber admin
Sent: Wednesday, August 23, 2006 12:00 PM
To: amber_at_scripps.edu
Subject: AMBER: compiling parallel amber 9 in linux
Hi, I ran into a problem with the parallel installation. I am using a
downloaded binary copy of g95. Here is part of my cshrc file:
### amber 9 ###
setenv AMBERHOME ~/amber9
set path = ( $path $AMBERHOME/exe )
setenv MPI_HOME /opt/lam/intel
set MY_LD_PATH = `echo $LD_LIBRARY_PATH`
setenv LD_LIBRARY_PATH ${MY_LD_PATH}:${MPI_HOME}/lib:${MPI_HOME}/include
I got the following error message after typing ./configure -lam
ifort_ia32:
......
../lmod/lmod.a ../lapack/lapack.a ../blas/blas.a \
../lib/nxtsec.o ../lib/sys.a -L/opt/lam/intel/lib
-L/opt/lam/intel/lib -llammpio -llamf77mpi -lmpi -llam -lutil -ldl
-lpthread
../lmod/lmod.a(xmin.o)(.text+0x7): In function `xmin_':
: undefined reference to `_g95_get_ioparm'
../lmod/lmod.a(xmin.o)(.text+0xc): In function `xmin_':
...
......
Do I need to recompile g95 with the intel compilers on this machine?
Thanks.
-Eric
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu
|