Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/check_outp 2014/10/12 17:40:26 1.42
+++ mitgcm.org/scripts/check_outp 2015/03/24 18:22:10 1.43
@@ -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.43 2015/03/24 18:22:10 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
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |