/[MITgcm]/MITgcm/tools/adjoint_options/adjoint_f95
ViewVC logotype

Diff of /MITgcm/tools/adjoint_options/adjoint_f95

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

revision 1.11 by heimbach, Fri Jul 27 18:25:39 2012 UTC revision 1.16 by jmc, Fri Aug 9 01:04:50 2013 UTC
# Line 4  Line 4 
4  #  $Name$  #  $Name$
5  #  #
6    
7  #  This file contains the default settings for the adjoint and  #  This file contains the default settings for the adjoint and
8  #  tangent-linear compilers.  If you need to change these settings,  #  tangent-linear compilers.  If you need to change these settings,
9  #  please make a separate (local) copy of this file.  #  please make a separate (local) copy of this file.
10    
# Line 15  Line 15 
15  TAF=staf  TAF=staf
16  TAMC=tamc  TAMC=tamc
17    
18  AD_TAMC_FLAGS='-f95 -reverse -admark ad -i4 -r4 -l tamc_ad.log'  AD_TAMC_FLAGS="-f95 -reverse -admark ad -i4 -r4 -l tamc_ad.log $AD_TAMC_FLAGS"
19  AD_TAF_FLAGS='-v1 -f95 -reverse -admark ad -i4 -r4 -l taf_ad.log'  FTL_TAMC_FLAGS="-f95 -forward -ftlmark g_ -i4 -r4 -l tamc_ftl.log $FTL_TAMC_FLAGS"
20  FTL_TAMC_FLAGS='-f95 -forward -ftlmark g_ -i4 -r4 -l tamc_ftl.log'  SVD_TAMC_FLAGS="-f95 -reverse -forward -pure -i4 -r4 -l tamc_svd.log $SVD_TAMC_FLAGS"
21  FTL_TAF_FLAGS='-v1 -f95 -forward -ftlmark g_ -i4 -r4 -l taf_ftl.log'  
22  SVD_TAMC_FLAGS='-f95 -reverse -forward -pure -i4 -r4 -l tamc_svd.log'  AD_TAF_FLAGS="-f95 -reverse -i4 -r4 -intrinsic system,flush -l taf_ad.log $AD_TAF_FLAGS"
23  SVD_TAF_FLAGS='-v1 -f95 -reverse -forward -pure -i4 -r4 -l taf_svd.log'  FTL_TAF_FLAGS="-f95 -forward -i4 -r4 -intrinsic system,flush -l taf_ftl.log $FTL_TAF_FLAGS"
24    SVD_TAF_FLAGS="-f95 -reverse -forward -pure -i4 -r4 -intrinsic system,flush -l taf_svd.log $SVD_TAF_FLAGS"
25    
26    #- in case we need to show some MPI code to TAF:
27    #if test "x$MPI" != x ; then
28    #  AD_TAF_FLAGS="$AD_TAF_FLAGS"' -include $(LOCAL_MPI_HEADERS) -I./mpi_headers/'
29    #  FLT_TAF_FLAGS="$FLT_TAF_FLAGS"' -include $(LOCAL_MPI_HEADERS) -I./mpi_headers/'
30    #  SVD_TAF_FLAGS="$SVD_TAF_FLAGS"' -include $(LOCAL_MPI_HEADERS) -I./mpi_headers/'
31    #fi
32    
33  DIFF_FLAGS="-toplevel 'the_main_loop'    \  DIFF_FLAGS="-toplevel 'the_main_loop'    \
34              -input 'xx_theta_dummy       \              -input 'xx_theta_dummy       \
# Line 64  DIFF_FLAGS="-toplevel 'the_main_loop' Line 72  DIFF_FLAGS="-toplevel 'the_main_loop'
72                      xx_gen3d_dummy        \                      xx_gen3d_dummy        \
73                      xx_genarr2d_dummy    \                      xx_genarr2d_dummy    \
74                      xx_genarr3d_dummy    \                      xx_genarr3d_dummy    \
75                        xx_gentim2d_dummy    \
76                      xx_siarea_dummy        \                      xx_siarea_dummy        \
77                      xx_siheff_dummy        \                      xx_siheff_dummy        \
78                      xx_sihsnow_dummy        \                      xx_sihsnow_dummy        \

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22