| 211 | 
         else | 
         else | 
| 212 | 
             kind="restart" ; order=5 | 
             kind="restart" ; order=5 | 
| 213 | 
         fi | 
         fi | 
 | 
         order=`expr $order + 10 \* $EXTRA` | 
  | 
 | 
         order=`printf '%3.3i' $order` | 
  | 
| 214 | 
         if test "x$UR4" = x1 ; then | 
         if test "x$UR4" = x1 ; then | 
| 215 | 
             OPTFILE="${OPTFILE}.use_r4" | 
             OPTFILE="${OPTFILE}.use_r4" | 
| 216 | 
         fi | 
         fi | 
| 217 | 
         if test "x$MPI" = x1 ; then | 
         if test "x$MPI" = x1 ; then | 
| 218 | 
             yy=`echo $OPTFILE | grep -c '+mpi'` | 
             yy=`echo $OPTFILE | grep -c '+mpi'` | 
| 219 | 
             if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi" ; fi | 
             if test $yy = 0 ; then yy=`echo $OPTFILE | grep -c '+impi'` ; fi | 
| 220 | 
  | 
             if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi" | 
| 221 | 
  | 
                               else order=`expr $order + 200` ; fi | 
| 222 | 
         fi | 
         fi | 
| 223 | 
         if test "x$MTH" = x1 ; then | 
         if test "x$MTH" = x1 ; then | 
| 224 | 
             yy=`echo $OPTFILE | grep -c '+mth$'` | 
             yy=`echo $OPTFILE | grep -c '+mth$'` | 
| 230 | 
         if test "x$DVLP" = x1 ; then | 
         if test "x$DVLP" = x1 ; then | 
| 231 | 
             OPTFILE="${OPTFILE}.dvlp" | 
             OPTFILE="${OPTFILE}.dvlp" | 
| 232 | 
         fi | 
         fi | 
| 233 | 
  | 
         order=`expr $order + 10 \* $EXTRA` | 
| 234 | 
  | 
         order=`printf '%3.3i' $order` | 
| 235 | 
  | 
  | 
| 236 | 
         t_pass="--" | 
         t_pass="--" | 
| 237 | 
         t_tot="--" | 
         t_tot="--" |