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

Legend:

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

    r7913 r7914  
    3333scriptslog=$logpath/scriptlauncher/`date +%Y/%m`/jobmanager`date +%F`.log
    3434
    35 date  #>> $scriptlog 2>&1
     35date  >> $scriptlog 2>&1
    3636
    3737path=`dirname $0`
     
    4747      continue
    4848   fi
    49    echo "launching $i..." #>> $scriptlog 2>&1
     49   echo "launching $i..." >> $scriptlog 2>&1
    5050   /usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date2 -a dir=$condordir $path/run.condor >/dev/null  2>$errorlog
    5151   if ! echo $@ | grep "allatthesametime" >/dev/null 2>$errorlog
    5252   then
    53       echo " waiting for $i to be done..." #>> $scriptlog 2>&1
     53      echo " waiting for $i to be done..." >> $scriptlog 2>&1
    5454      /usr/local/bin/condor_wait $condordir/condor-$date2.log >/dev/null 2>$errorlog
    5555   fi
Note: See TracChangeset for help on using the changeset viewer.