--- mitgcm.org/front_content/make_summary 2009/06/20 15:57:32 1.51 +++ mitgcm.org/front_content/make_summary 2009/07/25 00:52:12 1.56 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.51 2009/06/20 15:57:32 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.56 2009/07/25 00:52:12 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -99,15 +99,19 @@ Intel P4 "faulks" Fedora Core 6 - Intel P4 "meander" Fedora Core 7 + Intel P4 "meander" Ubuntu 8.10 Intel P4 "lagoon" Fedora 8 + Intel Celeron (P4) "mdvia32" Mandriva 2009.1 + + Intel Celeron (P4) "jauntyia32" Ubuntu 9.04 + Opteron Barcelona "harbor" Ubuntu 8.04 LTS (x86_64) Intel Xeon (Woodcrest) "dickens" Fedora 10 (x86_64) - Intel Core 2 duo "danton" Fedora 8 (x86_64) + Intel Core 2 duo "danton" Fedora 11 (x86_64) ACESgrid Dell Xeon @@ -152,17 +156,19 @@ AMD Opteron "starp" SuSE SLES 10 (AMD64) - Sun UltraSparc IV "solssrv" Solaris 10 - - - NEC SX-8 "sx8" Super-UX + NEC SX-8 "sx8" Super-UX + Cray XD1 (AMD Opteron) "xd1" Cray HPC enhanced Linux 2.6.5 - + PowerPC970MP cluster "bigred" SuSE SLES 9 (PPC) @@ -267,7 +273,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` MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` fi if test "x$RESTART" = x0 ; then @@ -276,13 +282,13 @@ else kind="restart" fi - if test "x$NOI3E" = x1 ; then - OPTFILE="${OPTFILE}.noieee" - fi if test "x$MTH" = x1 ; then - yy=`echo $OPTFILE | grep -c 'mth$'` + yy=`echo $OPTFILE | grep -c '+mth$'` if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi fi + if test "x$NOI3E" = x1 ; then + OPTFILE="${OPTFILE}.noieee" + fi t_pass="--" t_tot="--"