/[MITgcm]/MITgcm/tools/do_tst_2+2
ViewVC logotype

Diff of /MITgcm/tools/do_tst_2+2

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

revision 1.6 by jmc, Thu Mar 25 23:09:29 2010 UTC revision 1.7 by jmc, Thu Dec 16 20:15:21 2010 UTC
# Line 153  do Line 153  do
153          comm=`grep '^# OPTFILE=' $xx/build/Makefile 2>/dev/null | head -1 | sed 's/^# //'`          comm=`grep '^# OPTFILE=' $xx/build/Makefile 2>/dev/null | head -1 | sed 's/^# //'`
154          echo "from '$xx/build/Makefile', extract:" > $DRESULTS/genmake_state          echo "from '$xx/build/Makefile', extract:" > $DRESULTS/genmake_state
155          sed -n '/^# executed by:/,+1 p' $xx/build/Makefile >> $DRESULTS/genmake_state          sed -n '/^# executed by:/,+1 p' $xx/build/Makefile >> $DRESULTS/genmake_state
156          echo $comm >> $DRESULTS/genmake_state          echo " $comm" >> $DRESULTS/genmake_state
157          eval $comm          eval $comm
158            gmkLog=$xx/build/genmake.log
159            grep '^Get compiler version using:' $gmkLog > /dev/null 2>&1
160            out=$?
161            if test "x$out" = x0 ; then
162                echo "from '$gmkLog', extract compiler version:" >> $DRESULTS/genmake_state
163                sed -n '/Get compiler version/,/<-- compiler version/p' $gmkLog \
164                           | grep -v '^... compiler version ' > tr_vers.tmp_log
165                sed -n '1,/^$/p' tr_vers.tmp_log | sed '/^$/d' | sed 's/^./ &/' \
166                          >> $DRESULTS/genmake_state
167                rm -f tr_vers.tmp_log
168            fi
169        fi        fi
170        if test $yy = 'run' ; then nam=$xx        if test $yy = 'run' ; then nam=$xx
171        else nam=$xx`echo $yy | sed 's/tr_run//'` ; fi        else nam=$xx`echo $yy | sed 's/tr_run//'` ; fi

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22