RE: AMBER: Optimal compiling of amber on XT3

From: Ross Walker <ross.rosswalker.co.uk>
Date: Wed, 29 Oct 2008 22:33:35 -0700

Hi Patrick,

> I'm trying to compile AMBER on a Cray XT3 at the ERDC MSRC
> (sapphire). What are the optimal settings for libraries, mpi/mpich/
> mpich2, compiler, etc. for AMBER? Am I right that the test programs
> in the configure script will not run on the login node?

Most Cray's have their own custom MPI library and compiler script (ftn) that
acts as a wrapper to the Portland Group compilers. See
http://ambermd.org/amber10.bench1.html for benchmarks on NICS Kraken (an
XT4) along with the config.h file I used for PMEMD. Note this should work on
an XT3 if you are using compute node linux. If it is using Catamount then
you may need to tweak the configure script a bit depending on whether the
compiler wrapping script is different / the paths are different etc.

To run the test cases you just submit a job to the main queue. E.g.

---------------------------------
#!/bin/csh
#PBS -A YOUR_ACCOUNT_NUMBER
#PBS -N run_pmemd_tests
#PBS -j oe
#PBS -l walltime=01:00:00,size=4
#PBS -M your.email.com

cd /lustre/scratch/username/amber10/test/
date

setenv AMBERHOME '/lustre/scratch/username/amber10/
setenv DO_PARALLEL 'aprun -n 4 -N4'

make test.pmemd </dev/null

----------------------------------

Then just qsub this and when it is done you should get the test output in
the log file corresponding to the job. Any possible failures you can check
by going into the test directories and looking for the .dif files.

Good luck,
Ross


/\
\/
|\oss Walker

| Assistant Research Professor |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross.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.scripps.edu
To unsubscribe, send "unsubscribe amber" (in the *body* of the email)
      to majordomo.scripps.edu
Received on Fri Oct 31 2008 - 05:09:28 PDT
Custom Search