| 394 | ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all | ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all | 
| 395 |  |  | 
| 396 | if test "x$MACHINES" = "x_All_" ; then | if test "x$MACHINES" = "x_All_" ; then | 
| 397 | MACHINES="aces- acesgrid baudelaire engaging svante glacier uv100 ollie stan1" | MACHINES="aces- acesgrid baudelaire engaging1 engaging- svante glacier ollie stan1" | 
| 398 | MACHINES="$MACHINES pleiades archer stomp octopus saramago" | MACHINES="$MACHINES pleiades archer stomp octopus saramago" | 
| 399 |  |  | 
| 400 | MALL=`cat $TMP.dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` | MALL=`cat $TMP.dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |