--- mitgcm.org/front_content/make_summary 2008/07/30 16:14:47 1.41 +++ mitgcm.org/front_content/make_summary 2008/08/07 15:40:02 1.43 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.41 2008/07/30 16:14:47 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.43 2008/08/07 15:40:02 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -209,7 +209,7 @@ MACHINES="faulks aces eddy bay meander lagoon hugo" MACHINES="$MACHINES columbia edvir rays sx8 xd1" -MACHINES="$MACHINES batsi starp" +MACHINES="$MACHINES beagle batsi starp" ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all @@ -259,10 +259,12 @@ ADJOINT= RESTART=0 + NOI3E=0 if test -r $dir/summary.txt ; then comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` eval $comm RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` + NOI3E=`grep -c "^run: .*testreport .* '-noieee' " $dir/summary.txt` fi if test "x$RESTART" = x0 ; then kind="forward" @@ -270,6 +272,9 @@ else kind="restart" fi + if test "x$NOI3E" = x1 ; then + OPTFILE="${OPTFILE}.noieee" + fi t_pass="--" t_tot="--"