ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/BatchSubmitCMS2/writeConfig.sh
(Generate patch)

Comparing UserCode/FGolf/BatchSubmitCMS2/writeConfig.sh (file contents):
Revision 1.1 by fgolf, Thu Apr 19 00:46:06 2012 UTC vs.
Revision 1.2 by fgolf, Fri Apr 20 16:22:27 2012 UTC

# Line 4 | Line 4 | UNIVERSE="grid"
4   EXE="wrapper.sh"
5   INPUT="wrapper.sh, job_input/input.tgz"
6   SITE="UCSD"
7 < PROXY="/tmp/x509up_u31055"
7 > PROXY="/tmp/x509up_u31032"
8  
9   DIR=$PWD
10 < SUBMITLOGDIR="${DIR}/BatchSubmitCMS2/submit_logs"
11 < JOBLOGDIR="${DIR}/BatchSubmitCMS2/job_logs"
12 < LOGDIR="${DIR}/BatchSubmitCMS2/"
10 > SUBMITLOGDIR="${DIR}/submit_logs"
11 > JOBLOGDIR="${DIR}/job_logs"
12 > LOGDIR="${DIR}/"
13   LOG="${LOGDIR}/submit_logs/condor_`date "+%m_%d_%Y"`.log"
14   OUT="${LOGDIR}/job_logs/1e.\$(Cluster).\$(Process).out"
15   ERR="${LOGDIR}/job_logs/1e.\$(Cluster).\$(Process).err"
# Line 18 | Line 18 | ERR="${LOGDIR}/job_logs/1e.\$(Cluster).\
18   #
19   # prepare input sandbox
20   #
21 <
22 < cd ../
23 < rm ${DIR}/job_input/input.*
24 < tar -czf ${DIR}/job_input/input.tar condor_files/*
21 > cd ${DIR}/job_input
22 > rm input.*
23 > tar -czf input.tgz --exclude='*CVS*' *
24   cd ${DIR}
25  
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines