Changeset 8461 for trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
- Timestamp:
- 04/27/07 17:35:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/scriptlauncher
r7946 r8461 49 49 fi 50 50 echo " launching $i..." >> $scriptlog 2>&1 51 if ! pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date -a dir=$runlogpath $path/run.condor | grep cluster | cut -dr -f2` 2>$errorlog 51 pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date -a dir=$runlogpath $path/run.condor >> $errorlog | grep 'submitted to cluster' | cut -dr -f2` 52 if [ "$pid" = "" ] 52 53 then 53 echo "condor is not working " >> $errorlog 2>&154 printprocesslog " ERRORsubmitting $i to condor failed"54 echo `date`" WARN condor is not working " >> $errorlog 2>&1 55 printprocesslog "WARN submitting $i to condor failed" 55 56 fi 56 57 if ! echo $@ | grep "allatthesametime" >/dev/null 2>$errorlog
Note:
See TracChangeset
for help on using the changeset viewer.