/[MITgcm]/mitgcm.org/front_content/make_summary
ViewVC logotype

Diff of /mitgcm.org/front_content/make_summary

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.82 by jmc, Fri Jul 1 16:59:47 2016 UTC revision 1.83 by jmc, Sun Feb 26 22:17:05 2017 UTC
# Line 211  for mname in $MACHINES ; do Line 211  for mname in $MACHINES ; do
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$'`
# Line 230  for mname in $MACHINES ; do Line 230  for mname in $MACHINES ; do
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="--"

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

  ViewVC Help
Powered by ViewVC 1.1.22