/[MITgcm]/MITgcm/verification/OpenAD/README
ViewVC logotype

Diff of /MITgcm/verification/OpenAD/README

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

revision 1.5 by utke, Wed Sep 7 13:57:07 2005 UTC revision 1.6 by utke, Fri Oct 7 22:36:02 2005 UTC
# Line 63  ln -s ../../global_ocean.90x40x15/input/ Line 63  ln -s ../../global_ocean.90x40x15/input/
63  STEP 2:  STEP 2:
64  ######  ######
65  Generate code for AD-related routines.  Generate code for AD-related routines.
66    
67  Similar to step 1, but look in code_ad/ instead of code/  Similar to step 1, but look in code_ad/ instead of code/
68    
69  To build:  To build:
70  --------  --------
71  o short version:  o short version:
72  ---------------  ---------------
73    
74  ../code_ad/genmake2  -of ../../../tools/build_options/linux_ia32_ifort -adof ../../../tools/adjoint_options/adjoint_f95 -mods ../code_ad  ../code_ad/genmake2  -of ../../../tools/build_options/linux_ia32_ifort -adof ../../../tools/adjoint_options/adjoint_f95 -mods ../code_ad
75  make depend ; make cb2m ; \rm adcost_mod.F90  
 make makefile ; make small_f  
 make ad_input_code.f  
 make adopen  
 make allmods  
76  make adall  make adall
77    
 TAF-generated adjoint code has one bug: line  
       adfc = 0.d0  
 needs to be replaced by  
       adfc = 1.d0  
 (corresponds to seeding of dependent variable).  
78    

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

  ViewVC Help
Powered by ViewVC 1.1.22