/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

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

revision 1.199 by utke, Wed Nov 4 16:58:57 2009 UTC revision 1.202 by jmc, Wed Mar 3 19:19:39 2010 UTC
# Line 635  Usage: "$0" [OPTIONS] Line 635  Usage: "$0" [OPTIONS]
635    
636    For more detailed genmake documentation, please see:    For more detailed genmake documentation, please see:
637    
638      http://mitgcm.org/devel_HOWTO/      http://mitgcm.org/public/devel_HOWTO/
639    
640  EOF  EOF
641    
# Line 1405  fi Line 1405  fi
1405  #  Find the MITgcm ${THISVER}  #  Find the MITgcm ${THISVER}
1406  version_file="${ROOTDIR}/doc/tag-index"  version_file="${ROOTDIR}/doc/tag-index"
1407  if test -f $version_file ; then  if test -f $version_file ; then
1408      THISVER=`grep '^checkpoint' $version_file | head -1`      THISVER=`$AWK '/^checkpoint/{print $1; exit}' $version_file`
1409  #-  remove ./BUILD_INFO.h file if older than version_file  #-  remove ./BUILD_INFO.h file if older than version_file
1410      if test -f ./BUILD_INFO.h -a ./BUILD_INFO.h -ot $version_file ; then      if test -f ./BUILD_INFO.h -a ./BUILD_INFO.h -ot $version_file ; then
1411          echo "  remove ./BUILD_INFO.h (older than ${version_file})"          echo "  remove ./BUILD_INFO.h (older than ${version_file})"
# Line 3041  ad_input_code_sf.w2f.f$FS90: ad_input_co Line 3041  ad_input_code_sf.w2f.f$FS90: ad_input_co
3041    
3042  # canonicalizer  # canonicalizer
3043  ad_input_code_sf.w2f.pre.f$FS90: ad_input_code_sf.w2f.f$FS90 preProcess.py  ad_input_code_sf.w2f.pre.f$FS90: ad_input_code_sf.w2f.f$FS90 preProcess.py
3044          ./preProcess.py --timing -H -S \$< -o \$@          ./preProcess.py --timing --r8 -H -S \$< -o \$@
3045    
3046  # F -> WHIRL  # F -> WHIRL
3047  # note that the canonicalized version cuts off at col 72  # note that the canonicalized version cuts off at col 72

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.202

  ViewVC Help
Powered by ViewVC 1.1.22