/[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.17 by jmc, Fri Aug 9 18:28:36 2013 UTC revision 1.18 by jmc, Fri Jan 3 17:11:56 2014 UTC
# Line 22  AD_TAF_FLAGS="-f95 -reverse -i4 -r4 -int Line 22  AD_TAF_FLAGS="-f95 -reverse -i4 -r4 -int
22  FTL_TAF_FLAGS="-f95 -forward -i4 -r4 -intrinsic system,flush -l taf_ftl.log $FTL_TAF_FLAGS"  FTL_TAF_FLAGS="-f95 -forward -i4 -r4 -intrinsic system,flush -l taf_ftl.log $FTL_TAF_FLAGS"
23  SVD_TAF_FLAGS="-f95 -reverse -forward -pure -i4 -r4 -intrinsic system,flush -l taf_svd.log $SVD_TAF_FLAGS"  SVD_TAF_FLAGS="-f95 -reverse -forward -pure -i4 -r4 -intrinsic system,flush -l taf_svd.log $SVD_TAF_FLAGS"
24    
25    #- switch to fastopt.net TAF server (instead of default fastopt.de):
26    AD_TAF_FLAGS="-server fastopt.net $AD_TAF_FLAGS"
27    FTL_TAF_FLAGS="-server fastopt.net $FTL_TAF_FLAGS"
28    SVD_TAF_FLAGS="-server fastopt.net $SVD_TAF_FLAGS"
29    
30  #- in case we need to show some MPI code to TAF:  #- in case we need to show some MPI code to TAF:
31  #if test "x$MPI" != x ; then  #if test "x$MPI" != x ; then
32  #  AD_TAF_FLAGS="$AD_TAF_FLAGS"' -mpi -include $(LOCAL_MPI_HEADERS) -I./mpi_headers/'  #  AD_TAF_FLAGS="$AD_TAF_FLAGS"' -mpi -include $(LOCAL_MPI_HEADERS) -I./mpi_headers/'

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22