--- mitgcm.org/front_content/make_summary 2003/12/07 00:23:45 1.3 +++ mitgcm.org/front_content/make_summary 2004/04/01 18:42:51 1.13 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.3 2003/12/07 00:23:45 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.13 2004/04/01 18:42:51 edhill Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -19,6 +19,89 @@ exit 1 } +old_summary() +{ + # Create the old-style summary file for $PERIOD + echo -n "Creating the summary file for the period \"$PERIOD\" ... " + cat > $OUTFILE << EOF + + + +
+$MACH | " >> $OUTFILE + echo "$DATE | " >> $OUTFILE + for i in $fresults ; do + if test "x$i" = xN ; then + echo -n "$i | " >> $OUTFILE + else + echo -n "$i | " >> $OUTFILE + fi + done + echo "$optfile | " >> $OUTFILE + echo "
$MACH | " >> $OUTFILE - echo "$DATE | " >> $OUTFILE - for i in $fresults ; do - if test "x$i" = xN ; then - echo -n "$i | " >> $OUTFILE - else - echo -n "$i | " >> $OUTFILE - fi - done - echo "$optfile | " >> $OUTFILE - echo "
The machine naming scheme is:
Machine Type | "Nickname" | +|||||||||||||||||||||||||||||||||||||||||
Machine Type | Nickname | Notes | ||||||||||||||||||||||||||||||||||||||||
Intel P4 | "faulks" | Red Hat 7.3 (the "original" testing machine) | ||||||||||||||||||||||||||||||||||||||||
Intel P4 | "shelley" | -Red Hat 9 | ||||||||||||||||||||||||||||||||||||||||
Intel P4 | "hemmingway" | +Fedora Core release 1 (gcc 3.3.2) | ||||||||||||||||||||||||||||||||||||||||
Intel P3/P4 Beowulf | "myrinet" | MITgcm cluster
@@ -202,8 +204,24 @@
IBM POWER4 SP | "bs" |
NCAR Bluesky
| AMD Opteron | "adams" |
+ SuSE Linux 9.0 (x86-64) | Sun UltraSparc | "slough" |
+ Solaris 8 | Intel P4 Mosix Cluster | "sea" |
+ Red Hat v7.2 | AMD Athlon XP 2500+ | "eddy" |
+ Fedora Core release 1.91 (FC2 Test 2) [gcc 3.3.3] | AMD Opteron cluster | "dolphin" |
+ SuSE SLES v8.1 |
Examples of the scripts used for these testing runs can be obtained +from +the "contrib" area of the MITgcm CVS archive. + + |