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.3 by buchmann, Wed Nov 30 10:48:40 2011 UTC vs.
Revision 1.4 by buchmann, Fri Mar 9 17:08:54 2012 UTC

# Line 32 | Line 32 | function submit {
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 -q all.q -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