/[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.43 by jmc, Thu Aug 7 15:40:02 2008 UTC
# Line 209  ncolor="#bbddff" Line 209  ncolor="#bbddff"
209    
210  MACHINES="faulks aces eddy bay meander lagoon hugo"  MACHINES="faulks aces eddy bay meander lagoon hugo"
211  MACHINES="$MACHINES columbia edvir rays sx8 xd1"  MACHINES="$MACHINES columbia edvir rays sx8 xd1"
212  MACHINES="$MACHINES batsi starp"  MACHINES="$MACHINES beagle batsi starp"
213    
214  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all
215    
# 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.43

  ViewVC Help
Powered by ViewVC 1.1.22