Searched refs:nbatches (Results 1 – 2 of 2) sorted by relevance
233 if test "$curbatch" -gt "$nbatches"256 nbatches="`wc -l "$rundir"/scenarios | awk '{ print $1 }'`"258 while test "$curbatch" -le "$nbatches"260 startbatches $curbatch $nbatches > $T/curbatch 2> $T/startbatches.stderr266 if test "$curbatch" -le "$nbatches"
677 nbatches="`grep 'Start batch' $T/script | grep -v ">>" | wc -l`"678 echo Total number of batches: $nbatches