#!/bin/csh #PBS -l ncpus=8 #PBS -l walltime=30:00 #PBS -j oe #PBS -q batch set echo # start accounting ja #move to directory where input files are cd $HOME/amber # set up the module command source /usr/share/modules/init/csh source /etc/csh.cshrc.psc # load the amber module module load amber/10 #run my executable mpirun -np 8 pmemd -p prmtop -c inpcrd -i mdin -O # get accounting report ja -cshlt