#PBS -N trntp_ntpthinning_REGION_PROCNAME #PBS -q long #PBS -S /bin/bash #PBS -l cput=24:00:00,walltime=24:00:00 #PBS -j oe -m e -M WHOAMI@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 RELEASE srt_setup -a # # setup neurobayes expert setup neurobayes_expert # ################################### # # Run from the job directory to avoid stepping on other jobs # cd RUNDIR if [ ! -e logs ]; then mkdir logs fi date > logs/trntp_ntpthinning_REGION_PROCNAME.log time runFlatFilterRandom steertestFlatFilterRandomV17REGION.txt PROCFILES >> logs/trntp_ntpthinning_REGION_PROCNAME.log 2>&1 date >> logs/trntp_ntpthinning_REGION_PROCNAME.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 #