--- mitgcm.org/front_content/make_summary 2003/12/06 21:10:18 1.2 +++ 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.2 2003/12/06 21:10:18 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,10 +163,10 @@ -

To enhance and maintain portability, the MITgcm model is tested +

The MITgcm model is tested (compiled and run) in an automated fashion on a varirety of different machines. The following is a summary of the MITgcm - testing/verification suite for the time period: $PERIOD.

+ verification suite for the time period: $PERIOD.

The machine naming scheme is:

@@ -211,7 +211,7 @@


- The complete output for the testing/verification runs can be found in + The complete output for the verification runs can be found in the summary pages. The latest reports are:

@@ -226,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 @@ -252,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