Ignore:
Timestamp:
07/30/08 16:31:01 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9018 r9054  
    4848
    4949# get todo list
    50 getdolist  >> $scriptlog 2>&1
    51 
    52 datasets=(`cat $todofile`)
    53 if [ "$datasets" = "" ]
    54 then
    55    echo "nothing to do -> exit"  >> $scriptlog 2>&1
    56    finish >> $scriptlog 2>&1
    57 fi
    58 echo "datasets: "${datasets[@]} >> $scriptlog 2>&1
    59 rm -v $todofile >> $scriptlog 2>&1
     50gettodo  >> $scriptlog 2>&1
    6051
    6152cd $mars
    6253
    63 for dataset in ${datasets[@]}
    64 do
     54for (( s=0 ; s < $num ; s++ ))
     55do
     56   dataset=${primaries[$s+$s]}
     57   telnum=${primaries[$s+$s+1]}
    6558   echo "checking star done for sequences of dataset $dataset..." >> $scriptlog 2>&1
    6659   printprocesslog "INFO checking star done for sequences of dataset $dataset"
     
    7568   makedir $outpath  >> $scriptlog 2>&1
    7669
    77    primvar=$dataset
    7870   setstatus "start" >> $scriptlog 2>&1
    7971
     
    9587           printprocesslog "ERROR checkstardone.C failed"
    9688           com=$Fstardone
    97            comadd=$sequence
    9889           check=$check1
    9990           break
Note: See TracChangeset for help on using the changeset viewer.