--- mitgcm.org/scripts/check_outp 2014/10/12 17:40:26 1.42 +++ mitgcm.org/scripts/check_outp 2015/12/16 23:29:11 1.45 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.42 2014/10/12 17:40:26 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.45 2015/12/16 23:29:11 jmc Exp $ # # The purpose of this script is to compare # the latest output with the previous one (from the same platform with @@ -386,8 +386,8 @@ ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all if test "x$MACHINES" = "x_All_" ; then - MACHINES="aces- acesgrid baudelaire dickens danton pleiades" - MACHINES="$MACHINES iblade sx8 uv100 stomp octopus svante saramago" + MACHINES="aces- acesgrid baudelaire danton iblade sx8 uv100 pleiades" + MACHINES="$MACHINES stomp octopus engaging saramago svante glacier" MALL=`cat $TMP.dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` for madd in $MALL ; do @@ -457,7 +457,8 @@ echo " discard $sdir : $type , of='$optf'" | tee -a $OUTPFIL cmis=`expr $cmis + 1` elif test $num = '0' ; then - echo "no previous test for:" $key | tee -a $OUTPFIL + echo " dir='$sdir', type='$type', of='$optf':" | tee -a $OUTPFIL + echo " --> no previous test matching key='$key'" | tee -a $OUTPFIL cmis=`expr $cmis + 1` else pline=`grep "^$key " $TMP.plist | head -1` @@ -561,7 +562,7 @@ if test $OUTPFIL = "TTT.$$" ; then rm -f $OUTPFIL ; fi if test "x$ADDRESS" != 'xnone' ; then echo ".. send $OUTPSUM to $ADDRESS" - mail -s $OUTPSUM $ADDRESS < $OUTPSUM + mail -s 'check_outp summary' $ADDRESS < $OUTPSUM fi echo ".. cat $OUTPSUM" cat $OUTPSUM