ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/RunAnalysisOnWN.sh
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/RunAnalysisOnWN.sh (file contents):
Revision 1.2 by buchmann, Fri Nov 18 14:38:10 2011 UTC vs.
Revision 1.4 by buchmann, Fri Mar 9 17:08:54 2012 UTC

# Line 27 | Line 27 | function submit {
27      fi
28      done < Modules/Setup.C
29      currloc=`pwd`/
30 +    echo "Going to create the following directory (if it doesn't exit): `pwd`/Plots/$savedir/"
31      mkdir -p `pwd`/Plots/$savedir/
32      errloc=`pwd`/Plots/$savedir/Official_Log_errors.txt
33      logloc=`pwd`/Plots/$savedir/Official_Log.txt
34      thisscript=`basename $0`
35 <    cmd="qsub -e $errloc -o $logloc -N aCBAF $thisscript $currloc"
35 >    cmd="qsub -e $errloc -o $logloc -q long.q -N aCBAF $thisscript $currloc"
36      eval $cmd
37      echo -e "Job has been sent in using the following command: \n  $cmd"
38   }
39   function runjob {
40   source /swshare/ROOT/thisroot.sh
41   cd $location
42 < ./Selective_Plot_Generator.exec --all
42 > ./Selective_Plot_Generator.exec --all --paper
43   }
44  
45   compname=`hostname`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines