Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/check_outp 2009/04/16 14:45:53 1.8
+++ mitgcm.org/scripts/check_outp 2009/05/02 14:37:05 1.9
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.8 2009/04/16 14:45:53 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.9 2009/05/02 14:37:05 jmc Exp $
#
# The purpose of this script is to compare
# the latest output with the previous one (from the same platform with
@@ -286,7 +286,7 @@
cat ./slist | tee -a $OUTPFIL
fi
echo ".... previous list (n=$n):" | tee -a $OUTPFIL
- cat ./plist | tee -a $OUTPFIL
+ cat ./plist | tee -a $OUTPFIL | head -20
fi
fi
@@ -308,7 +308,9 @@
num=`grep -c "^$key" ./plist`
#- discard unsafe test:
dd=`echo $optf | grep -c 'gfortran.*mth'`
- if test $dd = 1 -a $mname = lagoon ; then num=-1 ; fi
+ if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi
+ if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi
+ if test $mname = 'aces' -a $optf = 'linux_ia32_g95' ; then num=-1 ; fi
if test $num -gt 0 ; then
pline=`grep "^$key " ./plist | head -1`
if test $dBug = 't' ; then
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |