| 308 |
ctot=`expr $ctot + 1` |
ctot=`expr $ctot + 1` |
| 309 |
sline=`grep "^$key " ./slist | head -1` |
sline=`grep "^$key " ./slist | head -1` |
| 310 |
sdir=`echo $sline | cut -d " " -f 5` |
sdir=`echo $sline | cut -d " " -f 5` |
| 311 |
kind=`echo $sline | cut -d " " -f 4` |
type=`echo $sline | cut -d " " -f 4` |
| 312 |
optf=`echo $sline | cut -d " " -f 3` |
optf=`echo $sline | cut -d " " -f 3` |
| 313 |
num=`grep -c "^$key" ./plist` |
num=`grep -c "^$key" ./plist` |
| 314 |
if test $num = 0 -a $monthDir = 1 ; then |
if test $num = 0 -a $monthDir = 1 ; then |
| 318 |
num=`grep -c "^$key" ./plist` |
num=`grep -c "^$key" ./plist` |
| 319 |
fi |
fi |
| 320 |
#- discard unsafe test: |
#- discard unsafe test: |
| 321 |
dd=`echo $optf | grep -c 'gfortran.*mth'` |
dd=`echo $optf | grep -c 'gfortran.*+mth'` |
| 322 |
#if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi |
#if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi |
| 323 |
#if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi |
#if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi |
| 324 |
#if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi |
#if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi |
| 361 |
diff tmpfs tmpfp > tmpdf |
diff tmpfs tmpfp > tmpdf |
| 362 |
yy=$? |
yy=$? |
| 363 |
if test $yy != '0' ; then |
if test $yy != '0' ; then |
| 364 |
echo " $kind , of='$optf'" | tee -a $OUTPFIL |
echo " $type , of='$optf'" | tee -a $OUTPFIL |
| 365 |
#grep '^run: ' $outp |
#grep '^run: ' $outp |
| 366 |
#grep '^run: ' $outs |
#grep '^run: ' $outs |
| 367 |
#-- score for each test: |
#-- score for each test: |