#PBS -N trntp_ntpthinning_Base_Ztt #PBS -q long5 #PBS -S /bin/bash #PBS -l cput=24:00:00,walltime=24:00:00 #PBS -j oe -m e -M r.stdenis@physics.gla.ac.uk # # ################################### # 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.mv4_79 srt_setup -a # # setup neurobayes expert setup neurobayes_expert # ################################### # # Run from the job directory to avoid stepping on other jobs # cd /data/cdf04/stdenis/batch/Thinning/thin_v19_r12-main-var1-3 if [ ! -e logs ]; then mkdir logs fi date > logs/trntp_ntpthinning_Base_Ztt.log time runFlatFilterRandom steertestFlatFilterRandomV17Base.txt ntp_Ztt.root >> logs/trntp_ntpthinning_Base_Ztt.log 2>&1 date >> logs/trntp_ntpthinning_Base_Ztt.log # # let everyone read the log files if [ -e *.o9??? ]; then chmod a+r *.o9??? fi if [ -e *.o1???? ]; then chmod a+r *.o1???? fi #