| 309 | #- discard unsafe test: | #- discard unsafe test: | 
| 310 | dd=`echo $optf | grep -c 'gfortran.*mth'` | dd=`echo $optf | grep -c 'gfortran.*mth'` | 
| 311 | if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi | if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi | 
| 312 |  | if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi | 
| 313 | 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 | 
| 314 | if test $mname = 'aces' -a $optf = 'linux_ia32_g95' ; then num=-1 ; fi | if test $mname = 'aces' -a $optf = 'linux_ia32_g95' ; then num=-1 ; fi | 
| 315 | if test $num -gt 0 ; then | if test $num -gt 0 ; then |