#PBS -N trntp_ntpthinning_Base_Data #PBS -q long #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.4 setup root v5_14_00g -q GCC_3_4_3 -f Linux+2.4-2.3.2 cd /home/stdenis/hww_1fb/hwwcdf6.1.4v4_41 srt_setup -a # # setup neurobayes export NEUROBAYES_EXPERT_DIR=/home/cdfsoft/products/neurobayes_expert/v2_1GCC_3_4_3ROOTv5_14_00g/Linux+2.4-2.3.2 export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NEUROBAYES_EXPERT_DIR}/lib # ################################### # # Run from the job directory to avoid stepping on other jobs # cd /data/cdf04/stdenis/batch/Thinning/thin_v18_r1-main-var1-3 if [ ! -e logs ]; then mkdir logs fi date > logs/trntp_ntpthinning_Base_Data.log time runFlatFilterRandom steertestFlatFilterRandomV17Base.txt ntp_Data.root >> logs/trntp_ntpthinning_Base_Data.log 2>&1 date >> logs/trntp_ntpthinning_Base_Data.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 #