| 226 |
ncolor="#bbddff" |
ncolor="#bbddff" |
| 227 |
|
|
| 228 |
MACHINES="faulks aces eddy bay meander lagoon hugo" |
MACHINES="faulks aces eddy bay meander lagoon hugo" |
| 229 |
MACHINES="$MACHINES columbia edvir rays sx8 xd1" |
MACHINES="$MACHINES columbia edvir rays solasrv sx8 xd1" |
| 230 |
MACHINES="$MACHINES beagle batsi starp" |
MACHINES="$MACHINES beagle batsi starp" |
| 231 |
|
|
| 232 |
( 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 |
| 282 |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
| 283 |
eval $comm |
eval $comm |
| 284 |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
| 285 |
NOI3E=`grep -c "^run: .*testreport .* '-noieee' " $dir/summary.txt` |
NOI3E=`grep -c "^run: .*testreport .* '*-noieee'* " $dir/summary.txt` |
| 286 |
fi |
fi |
| 287 |
if test "x$RESTART" = x0 ; then |
if test "x$RESTART" = x0 ; then |
| 288 |
kind="forward" |
kind="forward" |