#PBS -N trntp_24403_Fakes #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=24403 # ################################### # 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_21v1_16 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_Fakes.log ]; then rm -f /data/cdf04/stdenis/batch/run${run}/trntp_Fakes.log fi # date > trntp_Fakes.log time ./run36nolr-onefileCDFFlatNTPRewrite.sh ntp_Fakes.root>> trntp_Fakes.log 2>&1 date >> trntp_Fakes.log #