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

Comparing UserCode/cbrown/Development/Plotting/RunAnalysisOnWN.sh (file contents):
Revision 1.1 by buchmann, Thu Jun 7 13:15:17 2012 UTC vs.
Revision 1.2 by fronga, Fri Jul 20 16:51:34 2012 UTC

# Line 7 | Line 7
7  
8   savedir="standard"
9   location=`pwd`
10 + executable="./Selective_Plot_Generator_"$$".exec"
11  
12   function set_savedir {
13   procstring=${1/\"/+}
# Line 39 | Line 40 | function submit {
40   function runjob {
41   source /swshare/ROOT/thisroot.sh
42   cd $location
43 < ./Selective_Plot_Generator.exec --all --paper
43 > cp -v ./Selective_Plot_Generator.exec $executable
44 > # $executable --region --kin
45 > $executable --all --paper
46 > rm -v $executable
47   }
48  
49   compname=`hostname`
# Line 56 | Line 60 | else
60      else
61          echo "We're neither on a user interface nor on a workernode. Confused. Leaving."
62      fi
63 < fi
63 > fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines