Ignore:
Timestamp:
08/23/06 11:31:35 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7921 r7922  
    5353   fi
    5454   echo "launching $i..." >> $scriptlog 2>&1
    55    /usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date2 -a dir=$condordir $path/run.condor >/dev/null  2>$errorlog
     55   pid=`/usr/local/bin/condor_submit -a path=$path -a prog=$i -a date=$date2 -a dir=$condordir $path/run.condor | grep cluster | cut -dr -f2`  2>$errorlog
    5656   if ! echo $@ | grep "allatthesametime" >/dev/null 2>$errorlog
    5757   then
    5858      echo " waiting for $i to be done..." >> $scriptlog 2>&1
    59       /usr/local/bin/condor_wait $condordir/condor-$date2.log >/dev/null 2>$errorlog
     59      /usr/local/bin/condor_wait $condordir/condor-$date2.log $pid >/dev/null 2>$errorlog
    6060   fi
    6161done
     62echo `date`": all done/submitted." >> $scriptlog 2>&1
    6263
Note: See TracChangeset for help on using the changeset viewer.