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" |