/[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.8 by jmc, Thu Apr 16 14:45:53 2009 UTC revision 1.9 by jmc, Sat May 2 14:37:05 2009 UTC
# Line 286  for mname in $MACHINES ; do Line 286  for mname in $MACHINES ; do
286                  cat ./slist | tee -a $OUTPFIL                  cat ./slist | tee -a $OUTPFIL
287            fi            fi
288            echo   ".... previous list (n=$n):" | tee -a $OUTPFIL            echo   ".... previous list (n=$n):" | tee -a $OUTPFIL
289                  cat ./plist | tee -a $OUTPFIL                  cat ./plist | tee -a $OUTPFIL | head -20
290          fi          fi
291    
292        fi        fi
# Line 308  for mname in $MACHINES ; do Line 308  for mname in $MACHINES ; do
308            num=`grep -c "^$key" ./plist`            num=`grep -c "^$key" ./plist`
309            #- discard unsafe test:            #- discard unsafe test:
310            dd=`echo $optf | grep -c 'gfortran.*mth'`            dd=`echo $optf | grep -c 'gfortran.*mth'`
311            if test $dd = 1 -a $mname = lagoon ; then num=-1 ; fi            if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi
312              if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi
313              if test $mname = 'aces' -a $optf = 'linux_ia32_g95' ; then num=-1 ; fi
314            if test $num -gt 0 ; then            if test $num -gt 0 ; then
315              pline=`grep "^$key " ./plist | head -1`              pline=`grep "^$key " ./plist | head -1`
316              if test $dBug = 't' ; then              if test $dBug = 't' ; then

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22