--- mitgcm.org/front_content/make_summary 2008/01/02 19:40:47 1.35 +++ mitgcm.org/front_content/make_summary 2008/03/17 21:35:15 1.37 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.35 2008/01/02 19:40:47 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.37 2008/03/17 21:35:15 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -19,8 +19,9 @@ exit 1 } +CURR_PER=`date +%Y`"_"`date +%m` # defaults -PERIOD=`date +%Y`"_"`date +%m` +PERIOD=$CURR_PER # Parse options ac_prev= @@ -58,14 +59,13 @@ INDIR="/u/u0/httpd/html/testing/results/$PERIOD" OUTDIR="/u/u0/httpd/html/testing/summary" -OUTFILE=$OUTDIR"/summary_"$PERIOD".html" +OUTFILE=$OUTDIR"/output_"$PERIOD".html" res_url="http://mitgcm.org/testing/" -# Create the "latest" links +# Create the links in $OUTFILE : echo "Creating the \"latest\" file for each machine: " -LATEST=$OUTDIR"/latest_"$PERIOD".html" the_date=`date` -cat > $LATEST << EOF +cat > $OUTFILE << EOF @@ -152,8 +152,12 @@ Sun UltraSparc IV "rays1" Solaris 9 + + NEC SX-8 "sx8" + Super-UX Cray XD1 (AMD Opteron) "xd1" Cray HPC enhanced Linux 2.6.5 PowerPC970MP cluster "bigred" @@ -200,8 +204,8 @@ ncolor="#bbddff" MACHINES="faulks aces eddy bay meander" -MACHINES="$MACHINES edvir rays1 model columbia" -MACHINES="$MACHINES xd1 batsi starp" +MACHINES="$MACHINES columbia edvir rays1 sx8 xd1" +MACHINES="$MACHINES batsi starp" ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all @@ -307,7 +311,7 @@ optf=`echo $tline | cut -d " " -f 3` DAY=`echo $tline | cut -d " " -f 2` URL="results/$PERIOD/$ldir" - cat <>$LATEST + cat <>$OUTFILE $mname $optf @@ -322,7 +326,7 @@ done -cat >> $LATEST << EOF +cat >> $OUTFILE << EOF This table generated on: $the_date @@ -341,7 +345,12 @@ rm -f ./dir_all ./mlist -CURR_PER=`date +%Y`"_"`date +%m` +#- put the file in place +chgrp gcmpack $OUTFILE +chmod 664 $OUTFILE +LATEST=$OUTDIR"/latest_"$PERIOD".html" +mv -f $OUTFILE $LATEST + if test "x$PERIOD" = "x$CURR_PER" ; then cp $LATEST ./testing.xml (