|
|||||||||||||||||||||||||||||||||
AMBER Archive (2008)Subject: RE: AMBER: Installation problem of AMBER on cluster
From: Ross Walker (ross_at_rosswalker.co.uk)
Hi Sudipta,
You should do the following if I remember correctly (assuming you are using
cd /usr/local
tar -xvzf mpich2-1.0.7.tar.gz
cd mpich2-1.0.7
export FC=g95
export F90=g95
export LDFLAGS=-all-static
export FFLAGS=-static
export CFLAGS=-static
export CXXFLAGS=-static
export CXXLDFLAGS=-static
(note: you may not need the last 5 options, or they may not work, but it is
./configure -prefix=/usr/local/mpich2-1.0.7-g95
make
make install
(Then you can build the parallel version of AMBER - for amber 9)
export MPI_HOME=/usr/local/mpich2-1.0.7-g95/
export PATH=/usr/local/mpich2-1.0.7-g95/bin/
(note: the two commands above should probably be put in the default bashrc
cd $AMBERHOME/src/
./configure -static -mpich2 g95
make clean
make parallel
Then you can run the parallel tests etc.
Good luck,
Ross
From: owner-amber_at_scripps.edu [mailto:owner-amber_at_scripps.edu] On Behalf Of
Dear sir,
sudipta
On Fri, May 2, 2008 at 12:25 AM, David A. Case <case_at_scripps.edu> wrote:
On Thu, May 01, 2008, sudipta sinha wrote:
So, "make clean" did not work, because there is no config.h file.
This step creates the config.h file. So, you need to do "make clean" now,
>
This implies that the mpich2 libraries (like libmpichf90.*) are in
> evb_init.o(.data+0x460): undefined reference to `mpi_conversion_fn_null_'
It seems to have found the libraries. The most common problem here is that
...good luck...dac
-----------------------------------------------------------------------
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|