278 |
ADJOINT= |
ADJOINT= |
279 |
RESTART=0 |
RESTART=0 |
280 |
NOI3E=0 |
NOI3E=0 |
281 |
|
MTH=0 |
282 |
if test -r $dir/summary.txt ; then |
if test -r $dir/summary.txt ; then |
283 |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
284 |
eval $comm |
eval $comm |
285 |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
286 |
NOI3E=`grep -c "^run: .*testreport .* '*-noieee'* " $dir/summary.txt` |
NOI3E=`grep -c "^run: .*testreport.* '*-noieee'* " $dir/summary.txt` |
287 |
|
MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` |
288 |
fi |
fi |
289 |
if test "x$RESTART" = x0 ; then |
if test "x$RESTART" = x0 ; then |
290 |
kind="forward" |
kind="forward" |
295 |
if test "x$NOI3E" = x1 ; then |
if test "x$NOI3E" = x1 ; then |
296 |
OPTFILE="${OPTFILE}.noieee" |
OPTFILE="${OPTFILE}.noieee" |
297 |
fi |
fi |
298 |
|
if test "x$MTH" = x1 ; then |
299 |
|
yy=`echo $OPTFILE | grep -c 'mth$'` |
300 |
|
if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi |
301 |
|
fi |
302 |
|
|
303 |
t_pass="--" |
t_pass="--" |
304 |
t_tot="--" |
t_tot="--" |