Ignore:
Timestamp:
04/27/07 17:35:24 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/jobmanager

    r8177 r8461  
    8282      if echo $q | egrep \(Error\|failed\)
    8383      then
    84          echo "WARN condor_q failed" >> $jmscriptlog 2>&1
     84         echo `date`" WARN condor_q failed" >> $jmscriptlog 2>&1
    8585         printprocesslog "WARN condor_q failed"
    86          echo `date`"ERROR condor_q failed" >> $jmerrorlog
     86         echo `date`" WARN condor_q failed" >> $jmerrorlog
    8787         cont >> $jmscriptlog 2>&1
    8888      fi
     
    139139      if ! /usr/local/bin/condor_submit -a path=$scriptspath -a prog=${scripts[$i]} -a date=$date -a dir=$runlogpath $scriptspath/run.condor 2>> $jmerrorlog
    140140      then
    141          echo `date`"ERROR condor_submit failed" >> $jmerrorlog
     141         echo `date`" WARN condor_submit failed" >> $jmerrorlog
    142142         echo "condor is not working -> sleeping $errorsleeptime" >> $jmscriptlog 2>&1
    143143         printprocesslog "WARN submitting ${scripts[$i]} to condor failed"
Note: See TracChangeset for help on using the changeset viewer.