| 344 | 
 ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all | 
 ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all | 
| 345 | 
  | 
  | 
| 346 | 
 if test "x$MACHINES" = "x_All_" ; then | 
 if test "x$MACHINES" = "x_All_" ; then | 
| 347 | 
   MACHINES="faulks meander aces- acesgrid baudelaire dickens danton beagle harbor" | 
   MACHINES="aces- acesgrid baudelaire dickens danton beagle" | 
| 348 | 
   MACHINES="$MACHINES pleiades iblade rays solasrv sx8" | 
   MACHINES="$MACHINES pleiades iblade sx8 uv100 solasrv stomp weber" | 
 | 
   MACHINES="$MACHINES trane dodongo dokdo stomp bigred" | 
  | 
| 349 | 
  | 
  | 
| 350 | 
   MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` | 
   MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` | 
| 351 | 
   for madd in $MALL ; do | 
   for madd in $MALL ; do |