/[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.103 by jmc, Fri Sep 21 19:23:33 2007 UTC revision 1.105 by jmc, Fri Oct 12 21:39:37 2007 UTC
# Line 1106  for dir in $TESTDIRS ; do Line 1106  for dir in $TESTDIRS ; do
1106    
1107      #  Verify that the testdir exists and contains previous      #  Verify that the testdir exists and contains previous
1108      #  results in the correct location--or skip this directory!      #  results in the correct location--or skip this directory!
1109      fout=      fout=$dir"/results/"$ref_outp
     if test "x$ADM" = x ; then  
         fout=$dir"/results/"$ref_outp  
     else  
         fout=$dir"/results_ad/"$ref_outp  
     fi  
1110      if test ! -r $fout ; then      if test ! -r $fout ; then
1111          echo "can't read \"$fout\" -- skipping $dir"          echo "can't read \"$fout\" -- skipping $dir"
1112          continue          continue
# Line 1233  for dir in $TESTDIRS ; do Line 1228  for dir in $TESTDIRS ; do
1228          done          done
1229  # <-- same processing for adjoint & forward test  # <-- same processing for adjoint & forward test
1230      if test "x$ADM" = xt ; then      if test "x$ADM" = xt ; then
1231            head -1 $dir/$builddir/taf_ad.log >> $CDIR"/summary.txt"
1232          grep -A3 'Seconds in section "ALL' $dir/$rundir/$OUTPUTFILE \          grep -A3 'Seconds in section "ALL' $dir/$rundir/$OUTPUTFILE \
1233                             >> $CDIR"/summary.txt"                             >> $CDIR"/summary.txt"
1234      fi      fi

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.105

  ViewVC Help
Powered by ViewVC 1.1.22