/[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.53 by jmc, Mon Jun 22 23:09:05 2009 UTC revision 1.55 by jmc, Tue Jul 7 18:39:03 2009 UTC
# Line 269  for mname in $MACHINES ; do Line 269  for mname in $MACHINES ; do
269              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`
270              eval $comm              eval $comm
271              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`
272              NOI3E=`grep -c "^run: .*testreport.* '*-noieee'* " $dir/summary.txt`              NOI3E=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt`
273              MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`              MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`
274          fi          fi
275          if test "x$RESTART" = x0 ; then          if test "x$RESTART" = x0 ; then
# Line 278  for mname in $MACHINES ; do Line 278  for mname in $MACHINES ; do
278          else          else
279              kind="restart"              kind="restart"
280          fi          fi
         if test "x$NOI3E" = x1 ; then  
             OPTFILE="${OPTFILE}.noieee"  
         fi  
281          if test "x$MTH" = x1 ; then          if test "x$MTH" = x1 ; then
282              yy=`echo $OPTFILE | grep -c 'mth$'`              yy=`echo $OPTFILE | grep -c '+mth$'`
283              if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi              if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi
284          fi          fi
285            if test "x$NOI3E" = x1 ; then
286                OPTFILE="${OPTFILE}.noieee"
287            fi
288    
289          t_pass="--"          t_pass="--"
290          t_tot="--"          t_tot="--"

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.55

  ViewVC Help
Powered by ViewVC 1.1.22