/[MITgcm]/mitgcm.org/front_content/make_summary
ViewVC logotype

Diff of /mitgcm.org/front_content/make_summary

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

revision 1.16 by edhill, Wed Jun 2 19:08:03 2004 UTC revision 1.17 by edhill, Fri Jun 25 17:27:25 2004 UTC
# Line 252  res_url="http://mitgcm.org/testing/" Line 252  res_url="http://mitgcm.org/testing/"
252  MACHINES="faulks shelley myrinet eaps halem hopper lomax orion bf bs slough sea"  MACHINES="faulks shelley myrinet eaps halem hopper lomax orion bf bs slough sea"
253  MACHINES="$MACHINES  eddy adams dolphin hemmingway"  MACHINES="$MACHINES  eddy adams dolphin hemmingway"
254    
255  ( cd $INDIR ; ls -1 ) > ./dir_all  ( cd $INDIR ; ls -1 -t ) > ./dir_all
256    
257  for mname in $MACHINES ; do  for mname in $MACHINES ; do
258    
# Line 349  for mname in $MACHINES ; do Line 349  for mname in $MACHINES ; do
349          keys=`cat ./mlist | cut -d " " -f 1 | sort | uniq`          keys=`cat ./mlist | cut -d " " -f 1 | sort | uniq`
350    
351          for key in $keys ; do          for key in $keys ; do
352              tline=`grep "^$key " ./mlist | sort -r | head -1`              tline=`grep "^$key " ./mlist | head -1`
353              ratio=`echo $tline | cut -d " " -f 6`              ratio=`echo $tline | cut -d " " -f 6`
354              ldir=`echo $tline | cut -d " " -f 5`              ldir=`echo $tline | cut -d " " -f 5`
355              kind=`echo $tline | cut -d " " -f 4`              kind=`echo $tline | cut -d " " -f 4`

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22