/[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.41 by jmc, Wed Jul 30 16:14:47 2008 UTC revision 1.42 by jmc, Wed Aug 6 21:24:25 2008 UTC
# Line 259  for mname in $MACHINES ; do Line 259  for mname in $MACHINES ; do
259    
260          ADJOINT=          ADJOINT=
261          RESTART=0          RESTART=0
262            NOI3E=0
263          if test -r $dir/summary.txt ; then          if test -r $dir/summary.txt ; then
264              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`              comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`
265              eval $comm              eval $comm
266              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`              RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`
267                NOI3E=`grep -c "^run: .*testreport .* '-noieee' " $dir/summary.txt`
268          fi          fi
269          if test "x$RESTART" = x0 ; then          if test "x$RESTART" = x0 ; then
270              kind="forward"              kind="forward"
# Line 270  for mname in $MACHINES ; do Line 272  for mname in $MACHINES ; do
272          else          else
273              kind="restart"              kind="restart"
274          fi          fi
275            if test "x$NOI3E" = x1 ; then
276                OPTFILE="${OPTFILE}.noieee"
277            fi
278    
279          t_pass="--"          t_pass="--"
280          t_tot="--"          t_tot="--"

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

  ViewVC Help
Powered by ViewVC 1.1.22