--- mitgcm.org/front_content/make_summary 2008/08/07 23:23:17 1.44 +++ mitgcm.org/front_content/make_summary 2008/09/09 15:29:44 1.46 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.44 2008/08/07 23:23:17 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.46 2008/09/09 15:29:44 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -226,7 +226,7 @@ ncolor="#bbddff" MACHINES="faulks aces eddy bay meander lagoon hugo" -MACHINES="$MACHINES columbia edvir rays sx8 xd1" +MACHINES="$MACHINES columbia edvir rays solasrv sx8 xd1" MACHINES="$MACHINES beagle batsi starp" ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all @@ -282,7 +282,7 @@ 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` + NOI3E=`grep -c "^run: .*testreport .* '*-noieee'* " $dir/summary.txt` fi if test "x$RESTART" = x0 ; then kind="forward"