r2 - 07 Nov 2006 - 13:48:58 - JimWilgenbuschYou are here: TWiki >  TechHelp Web > CompServers > AnfinsenCluster > AnfinsenClusterAmber8

Amber 8

Amber 8 is installed on the Anfinsen Cluster. Amber was built with the intel c compiler 8.1 and intel fortran compiler 8.1 (/usr/local/intel/). It also takes advantage of the Intel Math Kernel Library 7.2 (/usr/local/intel/mkl72/). Amber has been configured for parallel work with mpich-1.2.4 (/usr/local/mpich-1.2.4.intel_condor). Mpich-1.2.4 was chosen, because it is compatible with Condor.

Environment Setup

You will need to make sure that your environment is setup as follows:
  • PATH contains /usr/local/amber8.ifort_mpich-1.2.4_condor/exe and /usr/local/condor/bin
  • remove references to amber 7
  • AMBERHOME is set to /usr/local/amber8.ifort_mpich-1.2.4_condor

Running Parallel Sander jobs

Sander jobs need to be submitted through Condor rather than directly through mpich.

The following is an example of a condor submit file for one sander job. This is just one job, a condor submit file can actually contain entries for multiple jobs.

# MPI AMBER8 to CONDOR test
universe = MPI
initialdir = /home/tsg/users/loughlin/amber8_test
executable = /usr/local/amber8.ifort_mpich-1.2.4_condor/exe/sander
arguments =-O -i /home/tsg/users/loughlin/amber8_test/min0.in -p /home/tsg/users/loughlin/amber8_test/1ucs.top -c 
/home/tsg/users/loughlin/amber8_test/1ucs.crd -r /home/tsg/users/loughlin/amber8_test/rst1.rst -o 
/home/tsg/users/loughlin/amber8_test/min0.out
log = /home/tsg/users/loughlin/amber8_test/logfile
output = /home/tsg/users/loughlin/amber8_test/outfile.$(NODE)
error = /home/tsg/users/loughlin/amber8_test/errfile.$(NODE)
machine_count = 4
queue  

Once you have constructed a submit file, use the condor_submit command on the Anfinsen master node to submit your job.

-- DanielLoughlin? - 09 Mar 2005

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
SCS TWiki

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback