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