/[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.192 by jmc, Wed Apr 22 21:03:52 2009 UTC revision 1.193 by utke, Tue Apr 28 18:46:06 2009 UTC
# Line 2638  clean: Line 2638  clean:
2638          -rm -rf *.p *.$FS90 *.mod ${RMFILES} work.{pc,pcl} *.template          -rm -rf *.p *.$FS90 *.mod ${RMFILES} work.{pc,pcl} *.template
2639          -rm -rf *.o          -rm -rf *.o
2640          -rm -rf *.$FS *.flowdir          -rm -rf *.$FS *.flowdir
2641          -rm -rf *.f$FS90 *_mod.h *_mod.F90 *.FF90 *.mod-whirl ad_input*          -rm -rf *.f$FS90 \$(AD_CLEAN) ad_input*
         -rm -rf temp.sed  
2642  Clean:  Clean:
2643          @make clean          @make clean
2644          @make cleanlinks          @make cleanlinks
# Line 2968  f95_test.out: f95_test_mods.f90 f95_test Line 2967  f95_test.out: f95_test_mods.f90 f95_test
2967          f95 -fixed -w=unused -maxcontin=132 -c f95_test_mods.f90 > \$@ 2>&1          f95 -fixed -w=unused -maxcontin=132 -c f95_test_mods.f90 > \$@ 2>&1
2968          f95 -fixed -w=unused -maxcontin=132 -c -fixed f95_test.f90 >> \$@ 2>&1          f95 -fixed -w=unused -maxcontin=132 -c -fixed f95_test.f90 >> \$@ 2>&1
2969    
2970  AD_OBJ_FILES=\$(OPENAD_SUPPORT_F90_SRC_FILES:.F90=.o) \$(OPENAD_SUPPORT_C_SRC_FILES:.c=.o) all_mods.xb.x2w.w2f.pp.o  ad_input_code.w2f.pre.xb.x2w.w2f.td.pp.o \$(NON_AD_F77_SRC_FILES:.F=_cb2m.o) \$(C_SRC_FILES:.c=.o) \$(F90_SRC_FILES:.F90=.o)  # the file included below is created by the
2971    # postProcessor and its inclusion sets the
2972    # variable POSTPROCESSEDFILES
2973    # used below. Because the file is made during
2974    # make it won't be read until the second (recursive)
2975    # invocation in the rule below
2976    -include postProcess.make
2977    
2978    AD_OBJ_FILES_S1=\$(OPENAD_SUPPORT_F90_SRC_FILES:.F90=.o) \$(OPENAD_SUPPORT_C_SRC_FILES:.c=.o) \$(POSTPROCESSEDFILES:.f$FS90=.o)
2979    
2980    AD_OBJ_FILES_S2=\$(AD_OBJ_FILES_S1) \$(NON_AD_F77_SRC_FILES:.F=_cb2m.o) \$(C_SRC_FILES:.c=.o) \$(F90_SRC_FILES:.F90=.o)
2981    
2982    postProcess.comp: \$(ALL_LINKED_FILES) \$(addsuffix _mod.h, \$(CB2M_F90_SRC_NAMES)) postProcess.tag \$(AD_OBJ_FILES_S1)
2983    ifeq (\$(MAKELEVEL),0)
2984            \$(MAKE) adAll
2985    else
2986            touch \$@
2987    endif
2988    
2989  \$(EXE_AD): \$(ALL_LINKED_FILES) \$(addsuffix _mod.h, \$(CB2M_F90_SRC_NAMES)) \$(AD_OBJ_FILES)  \$(EXE_AD): \$(ALL_LINKED_FILES) \$(addsuffix _mod.h, \$(CB2M_F90_SRC_NAMES)) postProcess.comp \$(AD_OBJ_FILES_S2)
2990          @echo Creating \$@ ...  ifeq (\$(MAKELEVEL),1)
2991          \$(LINK) -o \$@ \$(FFLAGS) \$(FOPTIM) \$(AD_OBJ_FILES) \$(LIBS)          \$(LINK) -o \$@ \$(FFLAGS) \$(FOPTIM) \$(AD_OBJ_FILES_S2) \$(LIBS)
2992    else
2993            touch \$@
2994    endif
2995    
2996  # makefile debug rule  # makefile debug rule
2997  openad: ad_input_code.w2f.pre.xb.x2w.w2f.td.pp.f$FS90  openad: ad_input_code.w2f.pre.xb.x2w.w2f.td.pp.f$FS90
# Line 3002  ad_output.txt: \$(EXE_AD) Line 3021  ad_output.txt: \$(EXE_AD)
3021          @./\$(EXE_AD) > \$@          @./\$(EXE_AD) > \$@
3022    
3023  CB2M_AD_FILES=\$(AD_FILES:.f=_cb2m.f$FS90)  CB2M_AD_FILES=\$(AD_FILES:.f=_cb2m.f$FS90)
3024  ad_input_code.f$FS90: ../OAD_support/maxMinDefs.f \$(CB2M_AD_FILES)  ad_input_code.f$FS90:  \$(CB2M_AD_FILES) ../OAD_support/maxMinDefs.f
3025          cat \$^ > \$@          cat \$^ > \$@
3026    
3027  # strip all comments and blanks to reduce  # strip all comments and blanks to reduce
# Line 3056  ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.f Line 3075  ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.f
3075    
3076  PPEXTRAS=\$(wildcard ../OAD_support/ad_template.*.F) ../OAD_support/ad_inline.F  PPEXTRAS=\$(wildcard ../OAD_support/ad_template.*.F) ../OAD_support/ad_inline.F
3077  # postprocess F'  # postprocess F'
3078  ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.pp.f$FS90: ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.f$FS90 postProcess.py \$(PPEXTRAS:.F=.f)  postProcess.tag: ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.f$FS90 postProcess.py \$(PPEXTRAS:.F=.f)
3079          ./postProcess.py -m r -i ../OAD_support/ad_inline.f -o \$@ \$<          # the target is a placeholder to signal execution of the rule
3080            touch \$@
3081  # extract all transformed modules          # this step also creates the file postProcess.make but we cannot
3082  all_mods.xb.x2w.w2f.pp.f$FS90: ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.pp.f$FS90          # name it as the target or else make will try to remake it for
3083          cat \$< | sed -n '/MODULE /,/END MODULE/p' > \$@          # the include directive above for any rule, e.g. make clean
3084            ./postProcess.py -m r -i ../OAD_support/ad_inline.f --width 4 \$<
 # remove the transformed globals module from the  
 # transformed ad_input_code file  
 # and remove for now the duplicate variables  
 # and fix 2 data statements  
 ad_input_code.w2f.pre.xb.x2w.w2f.td.pp.f$FS90: ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.pp.f$FS90  
         cat \$< | sed '/MODULE /,/END MODULE/d' | sed '/^      INTEGER(w2f__i4) DOLOOP_UB/d' > \$@  
3085    
3086  # setup some links  # setup some links
3087  %.xsd:  %.xsd:
# Line 3093  whirl2f whirl2f_be: Line 3106  whirl2f whirl2f_be:
3106  oadDriver:  oadDriver:
3107          \$(LN) \${XAIFBOOSTERROOT}/xaifBooster/algorithms/BasicBlockPreaccumulationReverse/driver/oadDriver \$@          \$(LN) \${XAIFBOOSTERROOT}/xaifBooster/algorithms/BasicBlockPreaccumulationReverse/driver/oadDriver \$@
3108    
3109    AD_CLEAN += *_mod.h *_mod.F90 *.FF90 *.mod-whirl temp.sed oad_cp.* postProcess.make postProcess.tag postProcess.comp
3110    
3111  # ============ end OpenAD specific section ==============  # ============ end OpenAD specific section ==============
3112    
3113  EOF  EOF

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

  ViewVC Help
Powered by ViewVC 1.1.22