Warning, /tools/adjoint_options/adjoint_tap is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 0ecb64d3 on 2026-02-09 20:10:41 UTC
b4daa24319 Shre*0001 #!/bin/bash
0002
0003 # This file contains settings for TAPENADE
0004
0005 DEFINES="$DEFINES -DDEFAULT_R8"
0006
0ecb64d391 Jean*0007 # Note: in Makefile, we want TAPENADE_FLAGS to use Makefile variable $(TOOLSDIR)
0008 # so we use backslash here to prevent parameter expansion of $(TOOLSDIR)
0009 DIFF_FLAGS="-ext \$(TOOLSDIR)/TAP_support/flow_tap -head 'the_main_loop(fc)/(xx_genarr3d_dummy, xx_genarr2d_dummy, xx_gentim2d_dummy)'"
6a9e386e2e dngo*0010
0011 TAPENADE_FLAGS="$DIFF_FLAGS $TAPENADE_FLAGS"