Changeset 9539 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 01/15/10 09:27:25 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r9149 r9539 187 187 # remove name from list in case there is nothing left to do 188 188 getstatus >> $scriptlog 2>&1 189 if [ "$numproc" = " " ]189 if [ "$numproc" = "0" ] 190 190 then 191 191 unset all[$a] -
trunk/MagicSoft/Mars/datacenter/scripts/jobmanager
r9493 r9539 127 127 # check number of processes to be done 128 128 echo `date +%F\ %T`" Database: $numproc ${scripts[$i]} still to be done (incl. idle jobs) [DB/table/column $db/$table/$column]" >> $jmscriptlog 2>&1 129 if [ "$numproc" = " " ]129 if [ "$numproc" = "0" ] 130 130 then 131 131 prev=0 -
trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
r9130 r9539 75 75 fi 76 76 echo " launching $1..." >> $scriptlog 2>&1 77 echo "/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args=\"$arguments\" -a date=$date -a dir=$runlogpath $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2" >> $scriptlog 2>&178 pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args="$arguments" -a date=$date -a dir=$runlogpath $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2`77 echo "/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args=\"$arguments\" -a date=$date -a dir=$runlogpath -a automationsetup=$AUTOMATIONSETUP $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2" >> $scriptlog 2>&1 78 pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$prog -a args="$arguments" -a date=$date -a dir=$runlogpath -a automationsetup=$AUTOMATIONSETUP $path/run.condor 2>> $errorlog | grep 'submitted to cluster' | cut -dr -f2` 79 79 if [ "$pid" = "" ] 80 80 then
Note:
See TracChangeset
for help on using the changeset viewer.