/[MITgcm]/mitgcm.org/scripts/check_outp
ViewVC logotype

Diff of /mitgcm.org/scripts/check_outp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- mitgcm.org/scripts/check_outp	2015/12/17 23:51:18	1.46
+++ mitgcm.org/scripts/check_outp	2016/07/01 17:00:10	1.47
@@ -1,6 +1,6 @@
 #! /usr/bin/env bash
 
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.46 2015/12/17 23:51:18 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.47 2016/07/01 17:00:10 jmc Exp $
 #
 #  The purpose of this script is to compare
 #  the latest output with the previous one (from the same platform with
@@ -387,8 +387,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 danton iblade sx8 uv100 pleiades"
-  MACHINES="$MACHINES stomp octopus engaging saramago svante glacier"
+  MACHINES="aces- acesgrid baudelaire engaging svante glacier uv100 ollie stan1"
+  MACHINES="$MACHINES pleiades archer stomp octopus saramago"
 
   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