AMBER Archive (2006)

Subject: Re: AMBER: problem installing amber9 with g95 gcc on a fc5 m/c

From: Sayandeep Purkayasth (deepcyan_at_gmail.com)
Date: Mon Oct 09 2006 - 03:59:18 CDT


output of make -n and make -v
[deepcyan_at_localhost src]$ make -n
(if [ ! -f config.h ] ; then \
    echo "Error: ./configure must be executed before make !" ;\
    exit 2 ;\ # ./configure ;\
fi ;\
)
(if grep DMPI config.h > /dev/null ; then \
    echo "Error: config.h is of type parallel, not serial !" ;\
    echo " Rerun ./configure and specify -nopar." ;\
    exit 2 ;\
fi ;\
)
echo "Starting installation of Amber9 (serial) at `date`".
cd lib; make install
cd addles; make install
cd sander; make serial
cd ptraj; make install
cd nmr_aux; make install
cd nmode; make install
cd resp; make install
cd protonate; make install
cd anal; make install
cd mm_pbsa; make install
cd pbsa; make install
cd etc; make install
cd dcqtp; make install
cd antechamber; make install
cd build_amoeba; make install
cp README_EXE ../exe/README
cd leap; make install
echo ""
echo "Installation of Amber9 (serial) is complete at `date`."
echo ""
[deepcyan_at_localhost src]$ make -v
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu