AMBER Archive (2007)

Subject: RE: AMBER: installation of amber9 on suse linux 10.3

From: Ross Walker (ross_at_rosswalker.co.uk)
Date: Thu Dec 27 2007 - 00:18:51 CST


I have given the following commands and the result are:
ahmad_at_uop:~/amber9> #tar xvzf amber9.tgz
ahmad_at_uop:~/amber9> #cd amber9
ahmad_at_uop:~/amber9> #make
ahmad_at_uop:~/amber9> #make install
ahmad_at_uop:~/amber9> export AMBERHOME="/usr/local/amber9_mpich"
ahmad_at_uop:~/amber9> export MPICH_HOME="/usr/local/mpich-1.2.5.2_icc"
ahmad_at_uop:~/amber9> cd $AMBERHOME/src
bash: cd: /usr/local/amber9_mpich/src: No such file or directory
 
Why on earth would you carry on after seeing this error? It should be pretty
clear to you from here that the directory amber9_mpich/src does not exist
under /usr/local.
 
The directory is amber9 and AMBERHOME should point to /usr/local/amber9 not
amber9_mpich.
 
 ahmad_at_uop:~/amber9> ./configure ifort
bash: ./configure: No such file or directory
 
This is because you are not in $AMBERHOME/src since your AMBERHOME variable
points to a non existant directory.
 
ahmad_at_uop:~/amber9> make serial
bash: make: command not found
 
This is worrying since it implies that in addition to the problems above you
do not have make installed on your machine. You need to go and install the
development libraries for Linux. In particular the compilers (gcc etc) +
compiler tools such as make. In addition you'll need the bycc parser, cpp
preprocessor (should be part of the compiler suite I assume). and the
X11/xorg development libraries.
 
Once you have done this you can then set AMBERHOME to point to
/usr/local/amber9 and repeat the above to build it.
 
Note if you don't understand how to install the development libraries etc it
is probably best if you locate someone local who has experience setting up
Linux systems.
 
Good luck,
 
Ross
 
/\
\/
|\oss Walker

| HPC Consultant and Staff Scientist |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross_at_rosswalker.co.uk |
| http://www.rosswalker.co.uk <http://www.rosswalker.co.uk/> | PGP Key
available on request |

Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.

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