/[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.65 by jmc, Fri Nov 19 04:41:18 2010 UTC revision 1.66 by jmc, Tue Jun 28 18:31:20 2011 UTC
# Line 137  for mname in $MACHINES ; do Line 137  for mname in $MACHINES ; do
137    
138          ADJOINT=          ADJOINT=
139          RESTART=0          RESTART=0
140          NOI3E=0          FAST=0
141            DVLP=0
142          MTH=0          MTH=0
143          UR4=0          UR4=0
144          if test -r $dir/summary.txt ; then          if test -r $dir/summary.txt ; then
145              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`
146              eval $comm              eval $comm
147              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`
148              NOI3E=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt`              FAST=`grep -c "^run: .*testreport.* '*-fast'*" $dir/summary.txt`
149                if test "x$FAST" = x0 ; then
150                  FAST=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt`
151                fi
152                DVLP=`grep -c "^run: .*testreport.* '*-devel'*" $dir/summary.txt`
153              MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`              MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`
154              UR4=`grep -c "^run: .*testreport.* -use_r4 " $dir/summary.txt`              UR4=`grep -c "^run: .*testreport.* -use_r4 " $dir/summary.txt`
155              if test "x$UR4" = x0 ; then              if test "x$UR4" = x0 ; then
# Line 164  for mname in $MACHINES ; do Line 169  for mname in $MACHINES ; do
169              yy=`echo $OPTFILE | grep -c '+mth$'`              yy=`echo $OPTFILE | grep -c '+mth$'`
170              if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi              if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi
171          fi          fi
172          if test "x$NOI3E" = x1 ; then          if test "x$FAST" = x1 ; then
173              OPTFILE="${OPTFILE}.noieee"              OPTFILE="${OPTFILE}.fast"
174            fi
175            if test "x$DVLP" = x1 ; then
176                OPTFILE="${OPTFILE}.dvlp"
177          fi          fi
178    
179          t_pass="--"          t_pass="--"

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

  ViewVC Help
Powered by ViewVC 1.1.22