/[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.16 by jmc, Thu Jul 9 19:12:56 2009 UTC revision 1.17 by jmc, Sun Jul 12 16:29:42 2009 UTC
# Line 308  for mname in $MACHINES ; do Line 308  for mname in $MACHINES ; do
308            ctot=`expr $ctot + 1`            ctot=`expr $ctot + 1`
309            sline=`grep "^$key " ./slist | head -1`            sline=`grep "^$key " ./slist | head -1`
310            sdir=`echo $sline | cut -d " " -f 5`            sdir=`echo $sline | cut -d " " -f 5`
311            kind=`echo $sline | cut -d " " -f 4`            type=`echo $sline | cut -d " " -f 4`
312            optf=`echo $sline | cut -d " " -f 3`            optf=`echo $sline | cut -d " " -f 3`
313            num=`grep -c "^$key" ./plist`            num=`grep -c "^$key" ./plist`
314            if test $num = 0 -a $monthDir = 1 ; then            if test $num = 0 -a $monthDir = 1 ; then
# Line 318  for mname in $MACHINES ; do Line 318  for mname in $MACHINES ; do
318              num=`grep -c "^$key" ./plist`              num=`grep -c "^$key" ./plist`
319            fi            fi
320            #- discard unsafe test:            #- discard unsafe test:
321            dd=`echo $optf | grep -c 'gfortran.*mth'`            dd=`echo $optf | grep -c 'gfortran.*+mth'`
322            #if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi            #if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi
323            #if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi            #if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi
324            #if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi            #if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi
# Line 361  for mname in $MACHINES ; do Line 361  for mname in $MACHINES ; do
361              diff tmpfs tmpfp > tmpdf              diff tmpfs tmpfp > tmpdf
362              yy=$?              yy=$?
363              if test $yy != '0' ; then              if test $yy != '0' ; then
364                  echo " $kind , of='$optf'" | tee -a $OUTPFIL                  echo " $type , of='$optf'" | tee -a $OUTPFIL
365                  #grep '^run: ' $outp                  #grep '^run: ' $outp
366                  #grep '^run: ' $outs                  #grep '^run: ' $outs
367                  #-- score for each test:                  #-- score for each test:

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

  ViewVC Help
Powered by ViewVC 1.1.22