--- mitgcm.org/front_content/make_summary 2008/06/27 16:01:03 1.39
+++ mitgcm.org/front_content/make_summary 2008/08/06 21:24:25 1.42
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.39 2008/06/27 16:01:03 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.42 2008/08/06 21:24:25 jmc Exp $
#
# The purpose of this script is to create HTML summaries of the
# directories produced by the "parse_emails" script.
@@ -103,6 +103,10 @@
Fedora Core 5 |
Intel P4 | "meander" |
Fedora Core 7 |
+ Intel P4 | "lagoon" |
+ Fedora Core 8 |
+ Intel P4 | "hugo" |
+ Fedora Core 9 |
ACESgrid Dell
Xeon | "aces" | Fedora Core 2 |
@@ -171,7 +175,7 @@
(Itanium II) "td187" | SuSE SLES 10 |
HP test-drive
- (PA-RISC 8700) | "td192" | HP-UX 11i 11.11 |
+ (PA-RISC 8900) "td191" | HP-UX 11i 11.11 |
HP test-drive
(Itanium II) | "td194" | HP-UX 11i v3 |
@@ -203,7 +207,7 @@
color="#bbffdd"
ncolor="#bbddff"
-MACHINES="faulks aces eddy bay meander"
+MACHINES="faulks aces eddy bay meander lagoon hugo"
MACHINES="$MACHINES columbia edvir rays sx8 xd1"
MACHINES="$MACHINES batsi starp"
@@ -255,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"
@@ -266,6 +272,9 @@
else
kind="restart"
fi
+ if test "x$NOI3E" = x1 ; then
+ OPTFILE="${OPTFILE}.noieee"
+ fi
t_pass="--"
t_tot="--"