Changeset 7914 for trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
- Timestamp:
- 08/22/06 16:50:52 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
r7913 r7914 33 33 scriptslog=$logpath/scriptlauncher/`date +%Y/%m`/jobmanager`date +%F`.log 34 34 35 date #>> $scriptlog 2>&135 date >> $scriptlog 2>&1 36 36 37 37 path=`dirname $0` … … 47 47 continue 48 48 fi 49 echo "launching $i..." #>> $scriptlog 2>&149 echo "launching $i..." >> $scriptlog 2>&1 50 50 /usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date2 -a dir=$condordir $path/run.condor >/dev/null 2>$errorlog 51 51 if ! echo $@ | grep "allatthesametime" >/dev/null 2>$errorlog 52 52 then 53 echo " waiting for $i to be done..." #>> $scriptlog 2>&153 echo " waiting for $i to be done..." >> $scriptlog 2>&1 54 54 /usr/local/bin/condor_wait $condordir/condor-$date2.log >/dev/null 2>$errorlog 55 55 fi
Note:
See TracChangeset
for help on using the changeset viewer.