/[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

revision 1.13 by jmc, Sun Jun 28 16:59:59 2009 UTC revision 1.14 by jmc, Sun Jul 5 17:23:44 2009 UTC
# Line 178  echo "     name     checked   comp    Di Line 178  echo "     name     checked   comp    Di
178  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all
179    
180  if test "x$MACHINES" = "x_All_" ; then  if test "x$MACHINES" = "x_All_" ; then
181    MACHINES="faulks aces eddy bay meander lagoon hugo"    MACHINES="faulks meander lagoon harbor dickens danton aces"
182    MACHINES="$MACHINES columbia edvir rays solasrv sx8 xd1"    MACHINES="$MACHINES beagle columbia edvir rays solasrv sx8 xd1"
183    MACHINES="$MACHINES beagle batsi starp"    MACHINES="$MACHINES bigred starp"
184    
185    MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq`    MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq`
186    for madd in $MALL ; do    for madd in $MALL ; do
# Line 251  for mname in $MACHINES ; do Line 251  for mname in $MACHINES ; do
251                  comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`                  comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null`
252                  eval $comm                  eval $comm
253                  RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`                  RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt`
254                  NOI3E=`grep -c "^run: .*testreport.* '*-noieee'* " $dir/summary.txt`                  NOI3E=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt`
255                  MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`                  MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt`
256              fi              fi
257              if test "x$RESTART" = x0 ; then              if test "x$RESTART" = x0 ; then

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22