AMBER Archive (2007)

Subject: RE: AMBER: amber 9

From: Ross Walker (ross_at_rosswalker.co.uk)
Date: Tue Jan 09 2007 - 10:31:36 CST


Dear Sophie,

> I have a problem with xleap in amber 9.
> To compile amber 9 under fedora, I made :
> ./configure ifort_ia32
> make -i serial

Why use the -i? Who advised you to do this? This simply means ignore errors
but the errors are there for a reason, if you just ignore them you end up
wasting yours and everyone elses time trying to wade through log files to
find out where the original error occured.

Do the following. Download http://amber.scripps.edu/bugfixes/9.0/bugfix.all
and save it in your home directory.

Then

cd $AMBERHOME
patch -p0 -N -r patch_rejects < ~/bugfix.all
cd src
./configure -static ifort_ia32 (assuming this is a 32 bit machine)
make clean
make >& make.log

You can then watch the progress with

tail -f make.log

If it ends with an error take a look at the error and see if you can work
out what it means. Cutting and pasting the error into the search box on
http://amber.ch.ic.ac.uk/archive/ can help.

Then if you still can't work it out please post back to the amber list but
this time attach the make.log file so people can see what the error is and
then they might be able to help.

It is also useful to know the version of fedora core. Show the results of:

uname -a
cat /proc/cpuinfo
ifort -V
gcc -v

This can really help with troubleshooting.
 
All the best
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 | 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