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.3 by buchmann, Wed Nov 30 10:48:40 2011 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 all.q -N aCBAF $thisscript $currloc"
36      eval $cmd
37      echo -e "Job has been sent in using the following command: \n  $cmd"
38   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines