#!/bin/tcsh 
## TK 14.9.2007
#BSUB -o jobfile.out
#BSUB -e jobfile.err
#BSUB -J GOLD40_RUN

#BSUB -L /bin/tcsh
#BSUB -N 
#BSUB -u email@address
#BSUB -W 02:30

echo "Date is `date`"
echo "Submission directory is `pwd`"
echo "Running host is $HOSTNAME"
echo "JOB_ID is $LSB_JOBID"

# setup for GOLD
module load gold/4.0

# INSERT GOLD RUN COMMANDS HERE

gold_auto gold.conf

# GOLD RUN ENDED

