Ignore:
Timestamp:
08/25/06 22:51:50 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7944 r7946  
    107107      fi
    108108
    109       date=`date +%Y/%m/%d`
    110       date2=`date +%Y-%m-%d`
    111       condordir=$logpath/condor/$date
    112       makedir $condordir >> $jmscriptlog 2>&1
    113      
     109      date=`date +%Y-%m-%d`
    114110      echo " committing 1 ${scripts[$i]} to condor" >> $jmscriptlog 2>&1
    115       if ! /usr/local/bin/condor_submit -a path=$scriptspath -a prog=${scripts[$i]} -a date=$date2 -a dir=$condordir $scriptspath/run.condor 2>> $jmerrorlog
     111      if ! /usr/local/bin/condor_submit -a path=$scriptspath -a prog=${scripts[$i]} -a date=$date -a dir=$runlogpath $scriptspath/run.condor 2>> $jmerrorlog
    116112      then
    117113         date >> $jmerrorlog
Note: See TracChangeset for help on using the changeset viewer.