Searched refs:nbatches (Results 1 – 2 of 2) sorted by relevance
227 if test "$curbatch" -gt "$nbatches"250 nbatches="`wc -l "$rundir"/scenarios | awk '{ print $1 }'`"252 while test "$curbatch" -le "$nbatches"254 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr260 if test "$curbatch" -le "$nbatches"
642 nbatches="`grep 'Start batch' $T/script | grep -v ">>" | wc -l`"643 echo Total number of batches: $nbatches