#PBS -N trntp_20110_TEMPLATE #PBS -q medium5 #PBS -S /bin/bash #PBS -l cput=6:00:00,walltime=6:00:00 #PBS -j oe -m e -M r.stdenis@physics.gla.ac.uk # let run=20110 # ################################### # Setups # source ~cdfsoft/cdf2.shrc setup cdfsoft2 6.1.6.m setup root v5_26_00 -q GCC_3_4_6 -f Linux+2.6 cd /home/stdenis/hww_1fb/hwwcdf6.1.6.mv5_12v1_14 srt_setup -a # # setup neurobayes setup neurobayes_expert # ################################### # # Run from the job directory to avoid stepping on other jobs # cd /data/cdf04/stdenis/batch/run${run}/ if [ -e trntp_TEMPLATE.log ]; then rm -f /data/cdf04/stdenis/batch/run${run}/trntp_TEMPLATE.log fi # date > trntp_TEMPLATE.log time ./run36nolr-onefileCDFFlatNTPRewrite.sh ntp_TEMPLATE.root>> trntp_TEMPLATE.log 2>&1 date >> trntp_TEMPLATE.log #