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.1 by buchmann, Wed Oct 19 15:13:08 2011 UTC vs.
Revision 1.2 by buchmann, Fri Nov 18 14:38:10 2011 UTC

# Line 26 | Line 26 | function submit {
26          is_it_real "$line" $line
27      fi
28      done < Modules/Setup.C
29 <    currloc=`pwd`
29 >    currloc=`pwd`/
30 >    mkdir -p `pwd`/Plots/$savedir/
31      errloc=`pwd`/Plots/$savedir/Official_Log_errors.txt
32      logloc=`pwd`/Plots/$savedir/Official_Log.txt
33      thisscript=`basename $0`
34      cmd="qsub -e $errloc -o $logloc -N aCBAF $thisscript $currloc"
35      eval $cmd
36 <    echo "Job has been sent in"
36 >    echo -e "Job has been sent in using the following command: \n  $cmd"
37   }
38   function runjob {
39   source /swshare/ROOT/thisroot.sh
# Line 41 | Line 42 | cd $location
42   }
43  
44   compname=`hostname`
45 < echo "You are calilng this script from: $compname"
45 > echo "You are calling this script from: $compname"
46  
47   if [[ $compname == *t3ui* ]]; then
48      echo "We're on a user interface - going to submit jobs"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines