| 209 | 
  | 
  | 
| 210 | 
 MACHINES="faulks aces eddy bay meander lagoon hugo" | 
 MACHINES="faulks aces eddy bay meander lagoon hugo" | 
| 211 | 
 MACHINES="$MACHINES columbia edvir rays sx8 xd1" | 
 MACHINES="$MACHINES columbia edvir rays sx8 xd1" | 
| 212 | 
 MACHINES="$MACHINES batsi starp" | 
 MACHINES="$MACHINES beagle batsi starp" | 
| 213 | 
  | 
  | 
| 214 | 
 ( 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 | 
| 215 | 
  | 
  | 
| 259 | 
  | 
  | 
| 260 | 
         ADJOINT= | 
         ADJOINT= | 
| 261 | 
         RESTART=0 | 
         RESTART=0 | 
| 262 | 
  | 
         NOI3E=0 | 
| 263 | 
         if test -r $dir/summary.txt ; then | 
         if test -r $dir/summary.txt ; then | 
| 264 | 
             comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` | 
             comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` | 
| 265 | 
             eval $comm | 
             eval $comm | 
| 266 | 
             RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` | 
             RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` | 
| 267 | 
  | 
             NOI3E=`grep -c "^run: .*testreport .* '-noieee' " $dir/summary.txt` | 
| 268 | 
         fi | 
         fi | 
| 269 | 
         if test "x$RESTART" = x0 ; then | 
         if test "x$RESTART" = x0 ; then | 
| 270 | 
             kind="forward" | 
             kind="forward" | 
| 272 | 
         else | 
         else | 
| 273 | 
             kind="restart" | 
             kind="restart" | 
| 274 | 
         fi | 
         fi | 
| 275 | 
  | 
         if test "x$NOI3E" = x1 ; then | 
| 276 | 
  | 
             OPTFILE="${OPTFILE}.noieee" | 
| 277 | 
  | 
         fi | 
| 278 | 
  | 
  | 
| 279 | 
         t_pass="--" | 
         t_pass="--" | 
| 280 | 
         t_tot="--" | 
         t_tot="--" |