#!/bin/sh # ## Submit this job with the command "qsub job.in" where job.in is what you choose the name of this file to be. ## The line below is the information for the queueing system. mem=2000 is probably the maximum. ## Choose what you want in place of "jobname". #PBS -S /bin/sh #PBS -o jobname.log #PBS -N jobname #PBS -l nodes=1:ppn=1 #PBS -l mem=2000Mb #PBS -l walltime=HH:MM:SS #PBS -r n #Keep this line for Orcinus source /global/home/seth/ADF/profile_trunk.sh #Keep this line for Checkers source /home/seth/ADF/profile_trunk.sh export jobname=myjobname export SCM_TMPDIR=/global/scratch/$USER/$jobname # If $SCM_TMPDIR already exists you will have to delete it. mkdir $SCM_TMPDIR cd $SCM_TMPDIR export NSCM=1 $ADFBIN/adf -n 1 <