--- mitgcm.org/front_content/make_summary 2003/12/06 20:06:58 1.1 +++ mitgcm.org/front_content/make_summary 2003/12/07 00:23:45 1.3 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.1 2003/12/06 20:06:58 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.3 2003/12/07 00:23:45 edhill Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -163,21 +163,24 @@
-The following are the most recent MITgcm testing runs for the
- time period $PERIOD.
- The machine naming scheme is:
Machine | "Nickname" | +
Machine Type | "Nickname" | Notes |
faulks.lcs.mit.edu | "faulks" | -Red Hat 7.3 on an Intel P4 (the "original" testing machine) |
shelley.lcs.mit.edu | "shelley" | -Red Hat 9 on an Intel P4 |
cg01.lcs.mit.edu cluster | "myrinet" | -MITgcm cluster facility - |
Intel P4 | "faulks" | +Red Hat 7.3 (the "original" testing machine) |
Intel P4 | "shelley" | +Red Hat 9 |
Intel P3/P4 Beowulf | "myrinet" | +MITgcm cluster + facility |
Alpha cluster | "halem" | NASA NCCS Halem |
+ The complete output for the verification runs can be found in
+ the summary pages.
+ The latest reports are:
"Nickname" | @@ -219,7 +226,7 @@ color="#bbffdd" res_url="http://mitgcm.org/testing/" -MACHINES="faulks shelley myrinet halem hopper lomax orion bf bs" +MACHINES="faulks shelley myrinet eaps halem hopper lomax orion bf bs" ( cd $INDIR ; ls -1 ) > ./dir_all @@ -245,12 +252,13 @@ OPTFILE=${OPTFILE##*/} fi if test "x$OPTFILE" = x -a -r "$dir/genmake_state" ; then - comm=`grep 'OPTFILE=' $dir/genmake_state` + comm=`grep 'OPTFILE=' $dir/genmake_state 2>/dev/null` eval $comm OPTFILE=${OPTFILE##*/} fi if test "x$OPTFILE" = x ; then - comm=`grep '^# OPTFILE=' $dir/*/Makefile 2>/dev/null | head -1 | sed -e 's|^# ||'` + comm=`grep '^# OPTFILE=' $dir/*/Makefile 2>/dev/null | head -1` + comm=${comm##*#} eval $comm OPTFILE=${OPTFILE##*/} fi @@ -303,7 +311,7 @@ CURR_PER=`date +%Y`"_"`date +%m` if test "x$PERIOD" = "x$CURR_PER" ; then - cp $LATEST ./results.xml + cp $LATEST ./testing.xml ( cd $OUTDIR rm -f latest.html