/[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.149 by jmc, Tue Nov 16 17:09:15 2010 UTC revision 1.150 by jmc, Tue Dec 14 18:45:52 2010 UTC
# Line 1393  for dir in $TESTDIRS ; do Line 1393  for dir in $TESTDIRS ; do
1393              echo "from '$dir/$builddir/Makefile', extract:" > $DRESULTS/genmake_state              echo "from '$dir/$builddir/Makefile', extract:" > $DRESULTS/genmake_state
1394              sed -n '/^# executed by:/,+1 p' $dir/$builddir/Makefile >> $DRESULTS/genmake_state              sed -n '/^# executed by:/,+1 p' $dir/$builddir/Makefile >> $DRESULTS/genmake_state
1395              echo $mkOpt >> $DRESULTS/genmake_state              echo $mkOpt >> $DRESULTS/genmake_state
1396                gmkLog=$dir/$builddir/genmake.log
1397                grep '^Get compiler version using:' $gmkLog > /dev/null 2>&1
1398                RETVAL=$?
1399                if test "x$RETVAL" = x0 ; then
1400                    echo "from '$gmkLog', extract compiler version:" >> $DRESULTS/genmake_state
1401                    sed -n '/Get compiler version/,/--- compiler version/p' $gmkLog | \
1402                           grep -v '^... compiler version ' > tr_vers.tmp_log
1403                    grep -i 'version ' tr_vers.tmp_log >> $DRESULTS/genmake_state
1404                    RETVAL=$?
1405                    if test "x$RETVAL" != x0 ; then
1406                       cat tr_vers.tmp_log >> $DRESULTS/genmake_state
1407                    fi
1408                    rm -f tr_vers.tmp_log
1409                fi
1410          fi          fi
1411      fi      fi
1412      #postclean $dir/$builddir      #postclean $dir/$builddir

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

  ViewVC Help
Powered by ViewVC 1.1.22