| 137 |
|
|
| 138 |
ADJOINT= |
ADJOINT= |
| 139 |
RESTART=0 |
RESTART=0 |
| 140 |
NOI3E=0 |
FAST=0 |
| 141 |
|
DVLP=0 |
| 142 |
MTH=0 |
MTH=0 |
| 143 |
UR4=0 |
UR4=0 |
| 144 |
if test -r $dir/summary.txt ; then |
if test -r $dir/summary.txt ; then |
| 145 |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
| 146 |
eval $comm |
eval $comm |
| 147 |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
| 148 |
NOI3E=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt` |
FAST=`grep -c "^run: .*testreport.* '*-fast'*" $dir/summary.txt` |
| 149 |
|
if test "x$FAST" = x0 ; then |
| 150 |
|
FAST=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt` |
| 151 |
|
fi |
| 152 |
|
DVLP=`grep -c "^run: .*testreport.* '*-devel'*" $dir/summary.txt` |
| 153 |
MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` |
MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` |
| 154 |
UR4=`grep -c "^run: .*testreport.* -use_r4 " $dir/summary.txt` |
UR4=`grep -c "^run: .*testreport.* -use_r4 " $dir/summary.txt` |
| 155 |
if test "x$UR4" = x0 ; then |
if test "x$UR4" = x0 ; then |
| 169 |
yy=`echo $OPTFILE | grep -c '+mth$'` |
yy=`echo $OPTFILE | grep -c '+mth$'` |
| 170 |
if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi |
if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi |
| 171 |
fi |
fi |
| 172 |
if test "x$NOI3E" = x1 ; then |
if test "x$FAST" = x1 ; then |
| 173 |
OPTFILE="${OPTFILE}.noieee" |
OPTFILE="${OPTFILE}.fast" |
| 174 |
|
fi |
| 175 |
|
if test "x$DVLP" = x1 ; then |
| 176 |
|
OPTFILE="${OPTFILE}.dvlp" |
| 177 |
fi |
fi |
| 178 |
|
|
| 179 |
t_pass="--" |
t_pass="--" |