/[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.48 by jmc, Mon Feb 16 18:07:20 2009 UTC revision 1.49 by jmc, Thu Apr 16 14:44:16 2009 UTC
# Line 278  for mname in $MACHINES ; do Line 278  for mname in $MACHINES ; do
278          ADJOINT=          ADJOINT=
279          RESTART=0          RESTART=0
280          NOI3E=0          NOI3E=0
281            MTH=0
282          if test -r $dir/summary.txt ; then          if test -r $dir/summary.txt ; then
283              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`
284              eval $comm              eval $comm
285              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`
286              NOI3E=`grep -c "^run: .*testreport .* '*-noieee'* " $dir/summary.txt`              NOI3E=`grep -c "^run: .*testreport.* '*-noieee'* " $dir/summary.txt`
287                MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`
288          fi          fi
289          if test "x$RESTART" = x0 ; then          if test "x$RESTART" = x0 ; then
290              kind="forward"              kind="forward"
# Line 293  for mname in $MACHINES ; do Line 295  for mname in $MACHINES ; do
295          if test "x$NOI3E" = x1 ; then          if test "x$NOI3E" = x1 ; then
296              OPTFILE="${OPTFILE}.noieee"              OPTFILE="${OPTFILE}.noieee"
297          fi          fi
298            if test "x$MTH" = x1 ; then
299                yy=`echo $OPTFILE | grep -c 'mth$'`
300                if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi
301            fi
302    
303          t_pass="--"          t_pass="--"
304          t_tot="--"          t_tot="--"

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

  ViewVC Help
Powered by ViewVC 1.1.22