/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.2 by edhill, Mon Sep 1 16:50:27 2003 UTC revision 1.3 by edhill, Tue Sep 2 21:06:21 2003 UTC
# Line 315  EOFA Line 315  EOFA
315          return 0          return 0
316      else      else
317          echo          echo
318          echo "createcodelet: failed to compile codelet" | tee          echo "createcodelet: failed to compile codelet"
319          exit 1          exit 1
320      fi      fi
321  }  }
# Line 505  for OPTFILE in $OPTFILES ; do Line 505  for OPTFILE in $OPTFILES ; do
505            
506      #  ...and each test directory...      #  ...and each test directory...
507      for dir in $TESTDIRS ; do      for dir in $TESTDIRS ; do
508    
509            #  Verify that the testdir exists and contains previous
510            #  results in the correct location--or skip this directory!
511            if test ! -r $dir"/results/output.txt" ; then
512                echo | tee -a $SUMMARY
513                echo "can't read \"$dir/results/output.txt\" -- skipping $dir" \
514                    | tee -a $SUMMARY
515                continue
516            fi
517                    
518          #  Create an output dir for each OPTFILE/tdir combination          #  Create an output dir for each OPTFILE/tdir combination
519          CDIR=$DRESULTS"/"$DRESULTS"_"$NDIR          CDIR=$DRESULTS"/"$DRESULTS"_"$NDIR
# Line 530  for OPTFILE in $OPTFILES ; do Line 539  for OPTFILE in $OPTFILES ; do
539              rundir=input              rundir=input
540          fi          fi
541    
         #  Verify that the testdir exists and contains previous  
         #  results in the correct location--or skip this directory!  
         if test ! -r $dir"/results/output.txt" ; then  
             echo | tee $SUMMARY  
             echo "can't read \"$dir/results/output.txt\" -- skipping $dir" \  
                 | tee $SUMMARY  
             continue  
         fi  
   
542          genmakemodel $dir/$builddir && genmake=Y \          genmakemodel $dir/$builddir && genmake=Y \
543              && makeclean $dir/$builddir \              && makeclean $dir/$builddir \
544              && makedependmodel $dir/$builddir && makedepend=Y \              && makedependmodel $dir/$builddir && makedepend=Y \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22