/[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.232 by jahn, Fri Aug 10 17:59:13 2012 UTC revision 1.261 by jahn, Thu Aug 22 16:04:18 2013 UTC
# Line 17  Usage: "$0" [OPTIONS] Line 17  Usage: "$0" [OPTIONS]
17    where [OPTIONS] can be:    where [OPTIONS] can be:
18    
19      -help | --help | -h | --h      -help | --help | -h | --h
20            Print this help message and exit.            Print this help message and exit.
21    
22      -adoptfile NAME | --adoptfile NAME | -adof NAME | --adof NAME      -adoptfile NAME | --adoptfile NAME | -adof NAME | --adof NAME
23        -adoptfile=NAME | --adoptfile=NAME | -adof=NAME | --adof=NAME        -adoptfile=NAME | --adoptfile=NAME | -adof=NAME | --adof=NAME
24            Use "NAME" as the adoptfile.  By default, the file at            Use "NAME" as the adoptfile.  By default, the file at
25            "tools/adjoint_options/adjoint_default" will be used.            "tools/adjoint_options/adjoint_default" will be used.
26    
27      -nooptfile | --nooptfile      -nooptfile | --nooptfile
28        -optfile NAME | --optfile NAME | -of NAME | --of NAME        -optfile NAME | --optfile NAME | -of NAME | --of NAME
29        -optfile=NAME | --optfile=NAME | -of=NAME | --of=NAME        -optfile=NAME | --optfile=NAME | -of=NAME | --of=NAME
30            Use "NAME" as the optfile.  By default, an attempt will be            Use "NAME" as the optfile.  By default, an attempt will be
31            made to find an appropriate "standard" optfile in the            made to find an appropriate "standard" optfile in the
32            tools/build_options/ directory.            tools/build_options/ directory.
33    
34      -pdepend NAME | --pdepend NAME      -pdepend NAME | --pdepend NAME
35        -pdepend=NAME | --pdepend=NAME        -pdepend=NAME | --pdepend=NAME
36            Get package dependency information from "NAME".            Get package dependency information from "NAME".
37    
38      -pgroups NAME | --pgroups NAME      -pgroups NAME | --pgroups NAME
39        -pgroups=NAME | --pgroups=NAME        -pgroups=NAME | --pgroups=NAME
40            Get the package groups information from "NAME".            Get the package groups information from "NAME".
41    
42      -bash NAME      -bash NAME
43            Explicitly specify the Bourne or BASH shell to use            Explicitly specify the Bourne or BASH shell to use
44    
45      -make NAME | -m NAME      -make NAME | -m NAME
46        --make=NAME | -m=NAME        --make=NAME | -m=NAME
47            Use "NAME" for the MAKE program. The default is "make" but            Use "NAME" for the MAKE program. The default is "make" but
48            many platforms, "gmake" is the preferred choice.            many platforms, "gmake" is the preferred choice.
49    
50      -makefile NAME | -mf NAME      -makefile NAME | -mf NAME
51        --makefile=NAME | -mf=NAME        --makefile=NAME | -mf=NAME
52            Call the makefile "NAME".  The default is "Makefile".            Call the makefile "NAME".  The default is "Makefile".
53    
54      -makedepend NAME | -md NAME      -makedepend NAME | -md NAME
55        --makedepend=NAME | -md=NAME        --makedepend=NAME | -md=NAME
56            Use "NAME" for the MAKEDEPEND program.            Use "NAME" for the MAKEDEPEND program.
57    
58      -rootdir NAME | --rootdir NAME | -rd NAME | --rd NAME      -rootdir NAME | --rootdir NAME | -rd NAME | --rd NAME
59        -rootdir=NAME | --rootdir=NAME | -rd=NAME | --rd=NAME        -rootdir=NAME | --rootdir=NAME | -rd=NAME | --rd=NAME
60            Specify the location of the MITgcm ROOTDIR as "NAME".            Specify the location of the MITgcm ROOTDIR as "NAME".
61            By default, genamke will try to find the location by            By default, genamke will try to find the location by
62            looking in parent directories (up to the 5th parent).            looking in parent directories (up to the 5th parent).
63    
64      -mods NAME | --mods NAME | -mo NAME | --mo NAME      -mods NAME | --mods NAME | -mo NAME | --mo NAME
65        -mods=NAME | --mods=NAME | -mo=NAME | --mo=NAME        -mods=NAME | --mods=NAME | -mo=NAME | --mo=NAME
66            Here, "NAME" specifies a list of directories that are            Here, "NAME" specifies a list of directories that are
67            used for additional source code.  Files found in the            used for additional source code.  Files found in the
68            "mods list" are given preference over files of the same            "mods list" are given preference over files of the same
69            name found elsewhere.            name found elsewhere.
70    
71      -disable NAME | --disable NAME      -disable NAME | --disable NAME
72        -disable=NAME | --disable=NAME        -disable=NAME | --disable=NAME
73            Here "NAME" specifies a list of packages that we don't            Here "NAME" specifies a list of packages that we don't
74            want to use.  If this violates package dependencies,            want to use.  If this violates package dependencies,
75            genamke will exit with an error message.            genamke will exit with an error message.
76    
77      -enable NAME | --enable NAME      -enable NAME | --enable NAME
78        -enable=NAME | --enable=NAME        -enable=NAME | --enable=NAME
79            Here "NAME" specifies a list of packages that we wish            Here "NAME" specifies a list of packages that we wish
80            to specifically enable.  If this violates package            to specifically enable.  If this violates package
81            dependencies, genamke will exit with an error message.            dependencies, genamke will exit with an error message.
82    
83      -standarddirs NAME | --standarddirs NAME      -standarddirs NAME | --standarddirs NAME
84        -standarddirs=NAME | --standarddirs=NAME        -standarddirs=NAME | --standarddirs=NAME
85            Here, "NAME" specifies a list of directories to be            Here, "NAME" specifies a list of directories to be
86            used as the "standard" code.            used as the "standard" code.
87    
88      -fortran NAME | --fortran NAME | -fc NAME | --fc NAME      -fortran NAME | --fortran NAME | -fc NAME | --fc NAME
89        -fc=NAME | --fc=NAME        -fc=NAME | --fc=NAME
90            Use "NAME" as the fortran compiler.  By default, genmake            Use "NAME" as the fortran compiler.  By default, genmake
91            will search for a working compiler by trying a list of            will search for a working compiler by trying a list of
92            "usual suspects" such as g77, f77, etc.            "usual suspects" such as g77, f77, etc.
93    
94      -cc NAME | --cc NAME | -cc=NAME | --cc=NAME      -cc NAME | --cc NAME | -cc=NAME | --cc=NAME
95            Use "NAME" as the C compiler.  By default, genmake            Use "NAME" as the C compiler.  By default, genmake
96            will search for a working compiler by trying a list of            will search for a working compiler by trying a list of
97            "usual suspects" such as gcc, c89, cc, etc.            "usual suspects" such as gcc, c89, cc, etc.
98    
99      -use_real4 | -use_r4 | -ur4 | --use_real4 | --use_r4 | --ur4      -use_real4 | -use_r4 | -ur4 | --use_real4 | --use_r4 | --ur4
100            Use "real*4" type for _RS variable (#undef REAL4_IS_SLOW)            Use "real*4" type for _RS variable (#undef REAL4_IS_SLOW)
101            *only* works if CPP_EEOPTIONS.h allows this.            *only* works if CPP_EEOPTIONS.h allows this.
102    
103      -ignoretime | -ignore_time | --ignoretime | --ignore_time      -ignoretime | -ignore_time | --ignoretime | --ignore_time
104            Ignore all the "wall clock" routines entirely.  This will            Ignore all the "wall clock" routines entirely.  This will
105            not in any way hurt the model results -- it simply means            not in any way hurt the model results -- it simply means
106            that the code that checks how long the model spends in            that the code that checks how long the model spends in
107            various routines will give junk values.            various routines will give junk values.
108    
109      -ts | --ts      -ts | --ts
110            Produce timing information per timestep            Produce timing information per timestep
111      -papis | --papis      -papis | --papis
112            Produce summary MFlop/s (and IPC) with PAPI per timestep            Produce summary MFlop/s (and IPC) with PAPI per timestep
113      -pcls | --pcls      -pcls | --pcls
114            Produce summary MFlop/s etc. with PCL per timestep            Produce summary MFlop/s etc. with PCL per timestep
115      -foolad | --foolad      -foolad | --foolad
116            Fool the AD code generator            Fool the AD code generator
117      -papi | --papi      -papi | --papi
118            Performance analysis with PAPI            Performance analysis with PAPI
119      -pcl | --pcl      -pcl | --pcl
120            Performance analysis with PCL            Performance analysis with PCL
121      -hpmt | --hpmt      -hpmt | --hpmt
122            Performance analysis with the HPM Toolkit            Performance analysis with the HPM Toolkit
123    
124      -ieee | --ieee      -ieee | --ieee
125            use IEEE numerics.  Note that this option *only* works            use IEEE numerics.  Note that this option *only* works
126            if it is supported by the OPTFILE that is being used.            if it is supported by the OPTFILE that is being used.
127      -devel | --devel      -devel | --devel
128            Add additional warning and debugging flags for development            Add additional warning and debugging flags for development
129            (if supported by the OPTFILE); also switch to IEEE numerics.            (if supported by the OPTFILE); also switch to IEEE numerics.
130      -gsl | --gsl      -gsl | --gsl
131            Use GSL to control floating point rounding and precision            Use GSL to control floating point rounding and precision
132    
133      -mpi | --mpi      -mpi | --mpi
134            Include MPI header files and link to MPI libraries            Include MPI header files and link to MPI libraries
135      -mpi=PATH | --mpi=PATH      -mpi=PATH | --mpi=PATH
136            Include MPI header files and link to MPI libraries using MPI_ROOT            Include MPI header files and link to MPI libraries using MPI_ROOT
137            set to PATH. i.e. Include files from \$PATH/include, link to libraries            set to PATH. i.e. Include files from \$PATH/include, link to libraries
138            from \$PATH/lib and use binaries from \$PATH/bin.            from \$PATH/lib and use binaries from \$PATH/bin.
139    
140      -omp | --omp      -omp | --omp
141            Activate OpenMP code + use Compiler option OMPFLAG            Activate OpenMP code + use Compiler option OMPFLAG
142      -omp=OMPFLAG | --omp=OMPFLAG      -omp=OMPFLAG | --omp=OMPFLAG
143            Activate OpenMP code + use Compiler option OMPFLAG            Activate OpenMP code + use Compiler option OMPFLAG
144    
145      -es | --es | -embed-source | --embed-source      -es | --es | -embed-source | --embed-source
146            Embed a tarball containing the full source code            Embed a tarball containing the full source code
147            (including the Makefile, etc.) used to build the            (including the Makefile, etc.) used to build the
148            executable [off by default]            executable [off by default]
149    
150      -ds | --ds      -ds | --ds
151            Report genmake internal variables status (DUMPSTATE)            Report genmake internal variables status (DUMPSTATE)
152            to file "genmake_state" (for debug purpose)            to file "genmake_state" (for debug purpose)
153    
154    While it is most often a single word, the "NAME" variables specified    While it is most often a single word, the "NAME" variables specified
155    above can in many cases be a space-delimited string such as:    above can in many cases be a space-delimited string such as:
# Line 174  EOF Line 174  EOF
174  test_for_package_in_cpp_options() {  test_for_package_in_cpp_options() {
175      cpp_options=$1      cpp_options=$1
176      pkg=$2      pkg=$2
177      test_for_string_in_file $cpp_options "^[ ]*#define.*ALLOW_$pkg[ ]"      test_for_string_in_file $cpp_options "^ *# *define *\<ALLOW_$pkg\>"
178      test_for_string_in_file $cpp_options "^[ ]*#undef.*ALLOW_$pkg[ ]"      test_for_string_in_file $cpp_options "^ *# *undef *\<ALLOW_$pkg\>"
179      test_for_string_in_file $cpp_options "^[ ]*#define.*DISABLE_$pkg[ ]"      test_for_string_in_file $cpp_options "^ *# *define *\<DISABLE_$pkg\>"
180      test_for_string_in_file $cpp_options "^[ ]*#undef.*DISABLE_$pkg[ ]"      test_for_string_in_file $cpp_options "^ *# *undef *\<DISABLE_$pkg\>"
     test_for_string_in_file $cpp_options "^[ ]*#define.*ALLOW_$pkg$"  
     test_for_string_in_file $cpp_options "^[ ]*#undef.*ALLOW_$pkg$"  
     test_for_string_in_file $cpp_options "^[ ]*#define.*DISABLE_$pkg$"  
     test_for_string_in_file $cpp_options "^[ ]*#undef.*DISABLE_$pkg$"  
181  }  }
182    
183  # Search for particular CPP #cmds associated with MPI  # Search for particular CPP #cmds associated with MPI
184  # usage: test_for_mpi_in_cpp_eeoptions CPP_file  # usage: test_for_mpi_in_cpp_eeoptions CPP_file
185  test_for_mpi_in_cpp_eeoptions() {  test_for_mpi_in_cpp_eeoptions() {
186      cpp_options=$1      cpp_options=$1
187      test_for_string_in_file $cpp_options "^[ ]*#define.*ALLOW_USE_MPI[ ]"      test_for_string_in_file $cpp_options "^ *# *define *\<ALLOW_USE_MPI\>"
188      test_for_string_in_file $cpp_options "^[ ]*#undef.*ALLOW_USE_MPI[ ]"      test_for_string_in_file $cpp_options "^ *# *undef *\<ALLOW_USE_MPI\>"
     test_for_string_in_file $cpp_options "^[ ]*#define.*ALWAYS_USE_MPI[ ]"  
     test_for_string_in_file $cpp_options "^[ ]*#undef.*ALWAYS_USE_MPI[ ]"  
     test_for_string_in_file $cpp_options "^[ ]*#define.*ALLOW_USE_MPI$"  
     test_for_string_in_file $cpp_options "^[ ]*#undef.*ALLOW_USE_MPI$"  
     test_for_string_in_file $cpp_options "^[ ]*#define.*ALWAYS_USE_MPI$"  
     test_for_string_in_file $cpp_options "^[ ]*#undef.*ALWAYS_USE_MPI$"  
189  }  }
190    
191  # Search for particular string in a file. Return 1 if detected, 0 if not  # Search for particular string in a file. Return 1 if detected, 0 if not
# Line 203  test_for_mpi_in_cpp_eeoptions() { Line 193  test_for_mpi_in_cpp_eeoptions() {
193  test_for_string_in_file() {  test_for_string_in_file() {
194      file=$1      file=$1
195      strng=$2      strng=$2
196      grep -i "$strng" $file > /dev/null 2>&1      grep "$strng" $file > /dev/null 2>&1
197      RETVAL=$?      RETVAL=$?
198      if test "x${RETVAL}" = x0 ; then      if test "x${RETVAL}" = x0 ; then
199          printf "Error: In $file there is an illegal line: "          printf "Error: In $file there is an illegal line: "
200          grep -i "$strng" $file          grep -i "$strng" $file
201          exit 99          exit 99
202      fi      fi
203      return 0      return 0
# Line 218  test_for_string_in_file() { Line 208  test_for_string_in_file() {
208  expand_pkg_groups() {  expand_pkg_groups() {
209      new_packages=      new_packages=
210      if test -r $PKG_GROUPS ; then      if test -r $PKG_GROUPS ; then
211          cat $PKG_GROUPS | sed -e 's/#.*$//g' | sed -e 's/:/ : /g' > ./p1.tmp          cat $PKG_GROUPS | sed -e 's/#.*$//g' | sed -e 's/:/ : /g' > $TMP.p1
212          cat ./p1.tmp | $AWK '(NF>2 && $2==":"){ print $0 }' > ./p2.tmp          cat $TMP.p1 | $AWK '(NF>2 && $2==":"){ print $0 }' > $TMP.p2
213          matched=0          matched=0
214          for i in $PACKAGES ; do          for i in $PACKAGES ; do
215              line=`grep "^ *$i" ./p2.tmp`              line=`grep "^ *$i" $TMP.p2`
216              RETVAL=$?              RETVAL=$?
217              if test "x$RETVAL" = x0 ; then              if test "x$RETVAL" = x0 ; then
218                  matched=1                  matched=1
# Line 234  expand_pkg_groups() { Line 224  expand_pkg_groups() {
224              fi              fi
225          done          done
226          PACKAGES=$new_packages          PACKAGES=$new_packages
227          rm -f ./p[1,2].tmp          rm -f $TMP.p[1,2]
228          return $matched          return $matched
229      else      else
230          echo "Warning: can't read package groups definition file: $PKG_GROUPS"          echo "Warning: can't read package groups definition file: $PKG_GROUPS"
# Line 305  EOF Line 295  EOF
295              FS90='fr9'              FS90='fr9'
296              check_for_broken_Ff              check_for_broken_Ff
297          else          else
298              cat <<EOF 2>&1              echo "ERROR: test: '$MAKE -f $MAKEFILE genmake_hello.$tfs' Failed"
299  ERROR: Your file system cannot distinguish between *.F and *.f files              echo "       see simple makefile: '$MAKEFILE' (left here)"
300    (fails the "make/ln" test) and this program cannot find a suitable              echo "  Please check (1) your '$MAKE' command, (2) your '$LN' command"
301    replacement extension.  Please try a different build environment or              echo "           and (3) the allowed sufix '.F' and '.$tfs' in makefile"
302    contact the <MITgcm-support@mitgcm.org> list for help.              echo "  or contact the <MITgcm-support@mitgcm.org> list for help."
303                echo ""
 EOF  
304              exit -1              exit -1
305              return              return
306          fi          fi
# Line 335  look_for_makedepend()  { Line 324  look_for_makedepend()  {
324      #      #
325      #    1) a makedepend implementation shipped with the cyrus-imapd      #    1) a makedepend implementation shipped with the cyrus-imapd
326      #       package:  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/      #       package:  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/
327      #      #    2) a local tools/xmakedepend shell script
     #    2) a known-buggy xmakedpend shell script  
328      #      #
329      #  So the choices are, in order:      #  So the choices are, in order:
     #  
330      #    1) use the user-specified program      #    1) use the user-specified program
331      #    2) use a system-wide default      #    2) use the local xmakedepend script (get all dependencies, but slower)
332      #    3) locally build and use the cyrus implementation      #    3) use a system-wide default
333      #    4) fall back to the buggy local xmakedpend script      #    4) locally build and use the cyrus makedepend
334        #             (faster, but can miss some dependencies)
335      #      #
336      echo >> $LOGFILE      echo >> $LOGFILE
337      echo "running: look_for_makedepend()" >> $LOGFILE      echo "running: look_for_makedepend()" >> $LOGFILE
# Line 354  look_for_makedepend()  { Line 342  look_for_makedepend()  {
342              build_cyrus_makedepend              build_cyrus_makedepend
343              RETVAL=$?              RETVAL=$?
344              if test "x$RETVAL" != x0 ; then              if test "x$RETVAL" != x0 ; then
345                  echo "WARNING: unable to build cyrus-makedepend. Try 'makedepend'"                  echo "WARNING: unable to build cyrus-makedepend. Try other 'makedepend'"
346                  MAKEDEPEND=                  MAKEDEPEND=
347              fi              fi
348          else          else
# Line 367  look_for_makedepend()  { Line 355  look_for_makedepend()  {
355          fi          fi
356      fi      fi
357      if test "x${MAKEDEPEND}" = x ; then      if test "x${MAKEDEPEND}" = x ; then
         which makedepend > /dev/null 2>&1  
         RV0=$?  
358          test -f $MAKEFILE  &&  mv -f $MAKEFILE $MAKEFILE".tst"          test -f $MAKEFILE  &&  mv -f $MAKEFILE $MAKEFILE".tst"
359          #  echo 'MAKEFILE="'$MAKEFILE'"'          #  echo 'MAKEFILE="'$MAKEFILE'"'
360          cat <<EOF >> $MAKEFILE          cat <<EOF >> $MAKEFILE
# Line 384  EOF Line 370  EOF
370        stop        stop
371        end        end
372  EOF  EOF
373          makedepend -f $MAKEFILE genmake_tc.f > /dev/null 2>&1          $ROOTDIR/tools/xmakedepend -f $MAKEFILE genmake_tc.f > /dev/null 2>&1
374          RV1=$?          RV1=$?
375            which makedepend > /dev/null 2>&1
376            RV2=$?
377            if test "x${RV2}" = x0 ; then
378                makedepend -f $MAKEFILE genmake_tc.f > /dev/null 2>&1
379                RV3=$? ; loc_msg='not working.'
380            else RV3=$RV2 ; loc_msg='not found.'
381            fi
382          test -f $MAKEFILE  &&  rm -f $MAKEFILE          test -f $MAKEFILE  &&  rm -f $MAKEFILE
383          test -f $MAKEFILE".tst"  &&  mv -f $MAKEFILE".tst" $MAKEFILE          test -f $MAKEFILE".tst"  &&  mv -f $MAKEFILE".tst" $MAKEFILE
384          if test "x${RV0}${RV1}" = x00 ; then          echo "  check makedepend (local: $RV1, system: $RV2, $RV3)"
385            if test "x${RV1}" = x0 ; then
386                MAKEDEPEND='$(TOOLSDIR)/xmakedepend'
387                echo " --> set MAKEDEPEND=${MAKEDEPEND}" >> $LOGFILE
388            elif test "x${RV3}" = x0 ; then
389                echo "    local tools/xmakedepend not working. Use system-default makedepend"
390              MAKEDEPEND=makedepend              MAKEDEPEND=makedepend
391              echo " --> set MAKEDEPEND=${MAKEDEPEND}" >> $LOGFILE              echo " --> set MAKEDEPEND=${MAKEDEPEND}" >> $LOGFILE
392          else          else
393              echo "    system-default makedepend not found. Try to build cyrus-makedepend"              echo "    local tools/xmakedepend not working; system-default makedepend $loc_msg"
394                echo -n "    Try to build cyrus-makedepend ..."
395              #  Try to build the cyrus implementation              #  Try to build the cyrus implementation
396              build_cyrus_makedepend              build_cyrus_makedepend
397              RETVAL=$?              RETVAL=$?
398              if test "x$RETVAL" != x0 ; then              if test "x$RETVAL" = x0 ; then
399                  echo "WARNING: unable to build cyrus-makedepend. Use local xmakedepend"                  echo "  Works"
400                  MAKEDEPEND='$(TOOLSDIR)/xmakedepend'              else
401                  echo " --> set MAKEDEPEND=${MAKEDEPEND}" >> $LOGFILE                  echo "  Fails" ; echo "" >> $LOGFILE
402                    echo "ERROR: no working makedepend found ; look_for_makedepend FAILED" | tee -a $LOGFILE
403                    echo ""
404                    exit -1
405                    return
406              fi              fi
407          fi          fi
408      fi      fi
# Line 412  build_cyrus_makedepend()  { Line 415  build_cyrus_makedepend()  {
415      (      (
416          cd $ROOTDIR/tools/cyrus-imapd-makedepend  \          cd $ROOTDIR/tools/cyrus-imapd-makedepend  \
417              &&  ./configure > /dev/null 2>&1  \              &&  ./configure > /dev/null 2>&1  \
418              &&  make > /dev/null 2>&1              &&  $MAKE > /dev/null 2>&1
419          if test -x ./makedepend.exe ; then          if test -x ./makedepend.exe ; then
420              $LN ./makedepend.exe ./makedepend              $LN ./makedepend.exe ./makedepend
421          fi          fi
# Line 436  build_embed_encode() Line 439  build_embed_encode()
439  {  {
440      printf "  building the embed-encode utility...  "      printf "  building the embed-encode utility...  "
441      if test ! -e "$ROOTDIR/tools/embed_encode/encode_files" ; then      if test ! -e "$ROOTDIR/tools/embed_encode/encode_files" ; then
442          if test ! -d "$ROOTDIR/tools/embed_encode" ; then          if test ! -d "$ROOTDIR/tools/embed_encode" ; then
443              echo              echo
444              echo "    Error: can't locate \"$ROOTDIR/tools/embed_encode\""              echo "    Error: can't locate \"$ROOTDIR/tools/embed_encode\""
445              echo              echo
446              EMBED_SRC=f              EMBED_SRC=f
447              return 1              return 1
448          fi          fi
449          clist="cc gcc c89 $CC"          clist="cc gcc c89 $CC"
450          for ic in $clist ; do          for ic in $clist ; do
451              comm="$ic -o encode_files encode_files.c"              comm="$ic -o encode_files encode_files.c"
# Line 578  EOF Line 581  EOF
581      if test "x$OPTFILE" = x ; then      if test "x$OPTFILE" = x ; then
582          OPTFILE=$ROOTDIR"/tools/build_options/"$PLATFORM"_"$FC          OPTFILE=$ROOTDIR"/tools/build_options/"$PLATFORM"_"$FC
583          if test ! -r $OPTFILE ; then          if test ! -r $OPTFILE ; then
584               echo "  I looked for the file "$OPTFILE" but did not find it"               echo "  I looked for the file "$OPTFILE" but did not find it"
585          fi          fi
586      fi      fi
587    
588      if test "x$OPTFILE" = x ; then      if test "x$OPTFILE" = x ; then
# Line 597  Error: No options file was found in:  $R Line 600  Error: No options file was found in:  $R
600  EOF  EOF
601          exit 1          exit 1
602      fi      fi
603    }
604    
605  #     # look for possible MPI libraries  #  Do a local copy of MPI headers files (in local dir ./mpi_headers/) after
606  #     mpi_libs=  #  checking for additional included headers (in case of chain of included header)
607  #     mpi_fort=`which mpif77 2>/dev/null`  mpi_headers_do_local_copy() {
608  #     RETVAL=$?  
609  #     if test "x${RETVAL}" = x0 ; then      dBug=0
610  #       cat >>test.f <<EOF      rm -rf ./mpi_headers
611  #       PROGRAM HELLO      if test -d $MPIINCLUDEDIR ; then
612  #       DO 10, I=1,10  
613  #       PRINT *,'Hello World'          #----- check for additional headers (chain of included headers)
614  #    10 CONTINUE          echo -n '  Check MPI headers ... '
615  #       STOP          listIni=$MPI_HEADER_FILES
616  #       END          echo $listIni | grep "\<mpif.h\>" > /dev/null 2>&1
617  # EOF          outp=$?
618  #       eval "$mpi_fort -showme test.f > out"          #- always check mpif.h (the only mpi-header included in standard MITgcm code)
619  #       RETVAL=$?          if test $outp != 0 ; then listIni="mpif.h $listIni" ; fi
620  #       if test "x${RETVAL}" = x0 ; then          if test $dBug = 1 ; then echo "listIni='$listIni'" ; fi
621  #           a=`cat out`  
622  #           for i in $a ; do          doCheck=1 ; list2copy='' ; list2check=$listIni
623  #               case $i in          while test $doCheck = 1 ; do
624  #                   -*)            newList=''
625  #                       mpi_libs="$mpi_libs $i" ;;            for i in $list2check ; do
626  #               esac              if test -f $MPIINCLUDEDIR/$i ; then
627  #           done                newInc=`grep '^ *include ' $MPIINCLUDEDIR/$i | \
628  #           echo "The MPI libs appear to be:"                  sed -e 's/^ *include //' -e 's/\!.*$//' -e "s/'//g"  -e 's/\"//g'`
629  #           echo "  "$mpi_libs                if test $dBug = 1 ; then echo -n "checking $i : newInc='$newInc'" ; fi
630  #       fi                for j in $newInc ; do
631  #       rm -f test.f out                  echo $listIni $list2copy $newList | grep "\<$j\>" > /dev/null 2>&1
632  #     fi                  outp=$?
633                    if test $outp != 0 ; then
634                      if test $dBug = 1 ; then echo -n " ; adding $j" ; fi
635                      newList="$newList $j"
636                    fi
637                  done
638                  if test $dBug = 1 ; then echo "" ; fi
639                fi
640              done
641              if test "x$newList" = x ; then doCheck=0
642              else list2check=$newList ; list2copy="$list2copy $newList"
643              fi
644            done
645            list2copy="$MPI_HEADER_FILES $list2copy"
646            if test $dBug = 1 ; then echo "list2copy='$list2copy'" ; fi
647    
648            #----- create local mpi_headers dir if we have files to copy
649            mkListInc=`echo $list2copy | wc -w`
650            if test $mkListInc != 0 ; then
651              echo 'create local "./mpi_headers" dir'
652              mkdir -p ./mpi_headers
653              INCLUDES="-I./mpi_headers $INCLUDES"
654              mkListInc=1
655            fi
656            if test "x$LOCAL_MPI_HEADERS" != x ; then mkListInc=0 ; fi
657    
658            #----- make local copy and update LOCAL_MPI_HEADERS (if not already set)
659            for i in $list2copy ; do
660              if test -f $MPIINCLUDEDIR/$i ; then
661                cp -p $MPIINCLUDEDIR/$i ./mpi_headers
662                if test $i = 'mpif.h' ; then
663                    perl -i -pe 's/MPI_DISPLACEMENT_CURRENT=-1_8/MPI_DISPLACEMENT_CURRENT=-1/g' mpi_headers/mpif.h
664                fi
665                if test $mkListInc = 2 ; then
666                    LOCAL_MPI_HEADERS="$LOCAL_MPI_HEADERS ./mpi_headers/$i"
667                fi
668                if test $mkListInc = 1 ; then
669                    LOCAL_MPI_HEADERS="./mpi_headers/$i" ; mkListInc=2
670                fi
671              fi
672            done
673        else
674            echo "WARNING: MPIINCLUDEDIR='$MPIINCLUDEDIR' is not a directory"
675            echo "WARNING: => skip checking for MPI headers (no ./mpi_headers dir)"
676    #       exit -1
677        fi
678  }  }
679    
680  #  Parse the package dependency information  #  Parse the package dependency information
# Line 650  get_fortran_c_namemangling()  { Line 699  get_fortran_c_namemangling()  {
699    
700      #echo "FC_NAMEMANGLE = \"$FC_NAMEMANGLE\""      #echo "FC_NAMEMANGLE = \"$FC_NAMEMANGLE\""
701      if test ! "x$FC_NAMEMANGLE" = x ; then      if test ! "x$FC_NAMEMANGLE" = x ; then
702          return 0          return 0
703      fi      fi
704      echo " running: get_fortran_c_namemangling()" >> $LOGFILE      echo " running: get_fortran_c_namemangling()" >> $LOGFILE
705    
# Line 947  check_netcdf_libs()  { Line 996  check_netcdf_libs()  {
996        program fgennc        program fgennc
997  #include "netcdf.inc"  #include "netcdf.inc"
998  EOF  EOF
999      if test ! "x$MPI" = x ; then     #if test ! "x$MPI" = x ; then
1000          echo '#include "mpif.h"' >> genmake_tnc.F     #    echo '#include "mpif.h"' >> genmake_tnc.F
1001      fi     #fi
1002      cat <<EOF >> genmake_tnc.F      cat <<EOF >> genmake_tnc.F
1003        integer iret, ncid, xid        integer iret, ncid, xid
1004        iret = nf_create('genmake_tnc.nc', NF_CLOBBER, ncid)        iret = nf_create('genmake_tnc.nc', NF_CLOBBER, ncid)
# Line 1037  check_lapack_libs()  { Line 1086  check_lapack_libs()  {
1086      echo "running: check_lapack_libs()" >> $LOGFILE      echo "running: check_lapack_libs()" >> $LOGFILE
1087      cat <<EOF > genmake_tla.F      cat <<EOF > genmake_tla.F
1088        program fgenla        program fgenla
1089        integer info        integer info
1090        integer ipiv( 2 )        integer ipiv( 2 )
1091        double precision ab( 4, 2 ), b( 2 )        double precision ab( 4, 2 ), b( 2 )
1092        data ab / 0., 0., 1., 2., 0., 2., 1., 0. /        data ab / 0., 0., 1., 2., 0., 2., 1., 0. /
# Line 1108  EOF Line 1157  EOF
1157                  LIBS="$LIBS -llapack -lf77blas -lcblas"                  LIBS="$LIBS -llapack -lf77blas -lcblas"
1158                  HAVE_LAPACK=t                  HAVE_LAPACK=t
1159                  echo "check_lapack: successful" >> $LOGFILE                  echo "check_lapack: successful" >> $LOGFILE
1160              else              else
1161              # try again with "-latlas" added to the libs              # try again with "-latlas" added to the libs
1162                  echo "==> try again with added '-llapack -lf77blas -lcblas -latlas'" > genmake_tla.log                  echo "==> try again with added '-llapack -lf77blas -lcblas -latlas'" > genmake_tla.log
1163                  echo "cat genmake_tla.F | $CPP $DEFINES $INCLUDES > genmake_tla.$FS \ " >> genmake_tla.log                  echo "cat genmake_tla.F | $CPP $DEFINES $INCLUDES > genmake_tla.$FS \ " >> genmake_tla.log
1164                  echo " &&  $FC $FFLAGS $FOPTIM -c genmake_tla.$FS \ " >> genmake_tla.log                  echo " &&  $FC $FFLAGS $FOPTIM -c genmake_tla.$FS \ " >> genmake_tla.log
1165                  echo " &&  $LINK $FFLAGS $FOPTIM -o genmake_tla genmake_tla.o $LIBS -llapack -lf77blas -lcblas -latlas" >> genmake_tla.log                  echo " &&  $LINK $FFLAGS $FOPTIM -o genmake_tla genmake_tla.o $LIBS -llapack -lf77blas -lcblas -latlas" >> genmake_tla.log
1166                  cat genmake_tla.F | $CPP $DEFINES $INCLUDES > genmake_tla.$FS 2>/dev/null  \                  cat genmake_tla.F | $CPP $DEFINES $INCLUDES > genmake_tla.$FS 2>/dev/null  \
1167                      &&  $FC $FFLAGS $FOPTIM -c genmake_tla.$FS >> genmake_tla.log 2>&1  \                      &&  $FC $FFLAGS $FOPTIM -c genmake_tla.$FS >> genmake_tla.log 2>&1  \
1168                      &&  $LINK $FFLAGS $FOPTIM -o genmake_tla genmake_tla.o $LIBS -llapack -lf77blas -lcblas -latlas >> genmake_tla.log 2>&1                      &&  $LINK $FFLAGS $FOPTIM -o genmake_tla genmake_tla.o $LIBS -llapack -lf77blas -lcblas -latlas >> genmake_tla.log 2>&1
1169                  RET_COMPILE=$?                  RET_COMPILE=$?
1170                  echo >> $LOGFILE                  echo >> $LOGFILE
1171                  cat genmake_tla.log >> $LOGFILE                  cat genmake_tla.log >> $LOGFILE
1172                  if test "x$RET_COMPILE" = x0 ; then                  if test "x$RET_COMPILE" = x0 ; then
1173                      LIBS="$LIBS -llapack -lf77blas -lcblas -latlas"                      LIBS="$LIBS -llapack -lf77blas -lcblas -latlas"
1174                      HAVE_LAPACK=t                      HAVE_LAPACK=t
1175                      echo "check_lapack: successful" >> $LOGFILE                      echo "check_lapack: successful" >> $LOGFILE
1176                  fi                  fi
1177              fi              fi
1178          fi          fi
1179      fi      fi
# Line 1132  EOF Line 1181  EOF
1181      echo " --> set HAVE_LAPACK='$HAVE_LAPACK'" >> $LOGFILE      echo " --> set HAVE_LAPACK='$HAVE_LAPACK'" >> $LOGFILE
1182  }  }
1183    
1184    check_HAVE_FLUSH()  {
1185        if test ! "x$SKIP_CHECK_FLUSH" = x ; then
1186            return
1187        fi
1188        echo >> $LOGFILE
1189        echo "running: check_HAVE_FLUSH()" >> $LOGFILE
1190        cat <<EOF > genmake_tflsh.$FS
1191          program fgenflsh
1192          integer iounit
1193          character*9 fname
1194          iounit = 26
1195          fname = 'tmp.tflsh'
1196          open(iounit,FILE=fname,STATUS='unknown')
1197          write(iounit,*) 'genmake_tflsh: hello'
1198          call flush(iounit)
1199          close(iounit)
1200          end
1201    EOF
1202        echo "===  genmake_tflsh.$FS  >>>" > genmake_tflsh.log
1203        cat genmake_tflsh.$FS >> genmake_tflsh.log
1204        echo "<<<  genmake_tflsh.$FS  ===" >> genmake_tflsh.log
1205    
1206        echo "$FC $FFLAGS $FOPTIM -c genmake_tflsh.$FS  \ " >> genmake_tflsh.log
1207        echo "  &&  $LINK $FFLAGS $FOPTIM -o genmake_tflsh.o $LIBS" >> genmake_tflsh.log
1208        $FC $FFLAGS $FOPTIM -c genmake_tflsh.$FS >> genmake_tflsh.log 2>&1  \
1209            &&  $LINK $FFLAGS $FOPTIM -o genmake_tflsh genmake_tflsh.o $LIBS >> genmake_tflsh.log 2>&1
1210        RET_COMPILE=$?
1211    
1212        if test "x$RET_COMPILE" = x0 ; then
1213            HAVE_FLUSH=t
1214            #cat genmake_tflsh.log >> $LOGFILE
1215            echo "  check_HAVE_FLUSH: successful" >> $LOGFILE
1216        else
1217            HAVE_FLUSH=f
1218            cat genmake_tflsh.log >> $LOGFILE
1219        fi
1220        rm -f genmake_tflsh*
1221        echo " --> set HAVE_FLUSH='$HAVE_FLUSH'" >> $LOGFILE
1222    }
1223    
1224  ###############################################################################  ###############################################################################
1225  #   Sequential part of script starts here  #   Sequential part of script starts here
# Line 1189  GSL= Line 1277  GSL=
1277  DEVEL=  DEVEL=
1278  HAVE_TEST_L=  HAVE_TEST_L=
1279    
1280    # comment this line out to enable lapack test
1281    SKIP_LAPACK_CHECK=t
1282    
1283  # DEFINES checked by test compilation or command-line  # DEFINES checked by test compilation or command-line
1284  HAVE_SYSTEM=  HAVE_SYSTEM=
1285  HAVE_FDATE=  HAVE_FDATE=
# Line 1200  HAVE_NETCDF= Line 1291  HAVE_NETCDF=
1291  HAVE_ETIME=  HAVE_ETIME=
1292  IGNORE_TIME=  IGNORE_TIME=
1293  HAVE_LAPACK=  HAVE_LAPACK=
1294    HAVE_FLUSH=
1295    
1296  MODS=  MODS=
1297  TOOLSDIR=  TOOLSDIR=
# Line 1207  SOURCEDIRS= Line 1299  SOURCEDIRS=
1299  INCLUDEDIRS=  INCLUDEDIRS=
1300  STANDARDDIRS="USE_THE_DEFAULT"  STANDARDDIRS="USE_THE_DEFAULT"
1301    
1302    #- local config file
1303    gm_local="genmake_local"
1304    
1305  G2ARGS=  G2ARGS=
1306  BASH=  BASH=
1307  PWD=`pwd`  PWD=`pwd`
# Line 1242  FTL_TAF_FLAGS= Line 1337  FTL_TAF_FLAGS=
1337  SVD_TAMC_FLAGS=  SVD_TAMC_FLAGS=
1338  TAMC_EXTRA=  TAMC_EXTRA=
1339    
1340    DIVA=
1341    MPIINCLUDEDIR=
1342    MPI_HEADER_FILES=
1343    LOCAL_MPI_HEADERS=
1344    
1345  #  The following state can be set directly by command-line switches  #  The following state can be set directly by command-line switches
1346  gm_s1="OPTFILE PKG_DEPEND PKG_GROUPS DISABLE ENABLE MAKEFILE MAKEDEPEND PLATFORM"  gm_s1="ROOTDIR STANDARDDIRS MODS PKG_DEPEND PKG_GROUPS DISABLE ENABLE"
1347  gm_s2="FC CC MPI OMP USE_R4 TS PAPIS PCLS PAPI PCL HPMT IEEE DEVEL GSL FEXTRAFLAGS"  gm_s2="PLATFORM OPTFILE MAKE MAKEFILE MAKEDEPEND FC CC MPI OMP USE_R4"
1348  gm_s3="ROOTDIR STANDARDDIRS MODS DUMPSTATE"  gm_s3="FEXTRAFLAGS IEEE DEVEL GSL TS PAPIS PCLS PAPI PCL HPMT DUMPSTATE"
1349    
1350  #  The following state is not directly set by command-line switches  #  The following state is not directly set by command-line switches
1351  gm_s4="LN S64 LINK MAKE PACKAGES INCLUDES FFLAGS FOPTIM"  gm_s4="LN S64 LINK PACKAGES INCLUDES FFLAGS FOPTIM"
1352  gm_s5="CFLAGS LIBS KPP KFLAGS1 KFLAGS2 KPPFILES NOOPTFILES NOOPTFLAGS"  gm_s5="CFLAGS LIBS KPP KFLAGS1 KFLAGS2 KPPFILES NOOPTFILES NOOPTFLAGS"
1353  gm_s6="TOOLSDIR SOURCEDIRS INCLUDEDIRS EXEDIR EXECUTABLE EXEHOOK"  gm_s6="PWD TOOLSDIR SOURCEDIRS INCLUDEDIRS EXEDIR EXECUTABLE EXEHOOK"
1354  gm_s7="PWD THISHOST THISUSER THISDATE THISVER MACHINE"  gm_s7="TMP THISHOST THISUSER THISDATE THISVER MACHINE FC_NAMEMANGLE"
1355  gm_s8="FC_NAMEMANGLE HAVE_NETCDF HAVE_SYSTEM HAVE_FDATE HAVE_ETIME HAVE_LAPACK"  gm_s8="HAVE_NETCDF HAVE_SYSTEM HAVE_FDATE HAVE_ETIME HAVE_LAPACK HAVE_FLUSH"
1356    
1357  #  The following are all related to adjoint/tangent-linear stuff  #  The following are all related to adjoint/tangent-linear stuff
1358  gm_s10="AUTODIFF_PKG_USED AD_OPTFILE TAMC TAF AD_TAMC_FLAGS AD_TAF_FLAGS"  gm_s10="AUTODIFF_PKG_USED AD_OPTFILE TAMC TAF AD_TAMC_FLAGS AD_TAF_FLAGS"
1359  gm_s11="FTL_TAMC_FLAGS FTL_TAF_FLAGS SVD_TAMC_FLAGS SVD_TAF_FLAGS"  gm_s11="FTL_TAMC_FLAGS FTL_TAF_FLAGS SVD_TAMC_FLAGS SVD_TAF_FLAGS"
1360  gm_s12="TAF_EXTRA TAMC_EXTRA"  gm_s12="TAF_EXTRA TAMC_EXTRA DIVA MPIINCLUDEDIR MPI_HEADER_FILES"
1361    
1362  gm_state="COMMANDL $gm_s1 $gm_s2 $gm_s3 $gm_s4 $gm_s5 $gm_s6 $gm_s7 $gm_s8"  gm_state="COMMANDL $gm_s1 $gm_s2 $gm_s3 $gm_s4 $gm_s5 $gm_s6 $gm_s7 $gm_s8"
1363  gm_state="$gm_state $gm_s10 $gm_s11 $gm_s12"  gm_state="$gm_state $gm_s10 $gm_s11 $gm_s12"
# Line 1278  LOGFILE="genmake.log" Line 1378  LOGFILE="genmake.log"
1378  rm -f genmake_state genmake_*optfile $LOGFILE  rm -f genmake_state genmake_*optfile $LOGFILE
1379    
1380  echo "===  Processing options files and arguments  ==="  echo "===  Processing options files and arguments  ==="
 gm_local="genmake_local"  
 printf "  getting local config information:  "  
 if test -f $gm_local ; then  
     echo "using $gm_local"  
     . $gm_local  
     # echo "DISABLE=$DISABLE"  
     # echo "ENABLE=$ENABLE"  
 else  
     echo "none found"  
 fi  
1381    
1382  #echo "$0::$1:$2:$3:$4:$5:$6:$7:"  #echo "$0::$1:$2:$3:$4:$5:$6:$7:"
1383  #parse_options  #parse_options
# Line 1306  for ac_option in "$@" ; do Line 1396  for ac_option in "$@" ; do
1396      ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
1397    
1398      case $ac_option in      case $ac_option in
1399            
1400          -help | --help | -h | --h)          -help | --help | -h | --h)
1401              usage ;;              usage ;;
1402            
1403          -nooptfile | --nooptfile)          -nooptfile | --nooptfile)
1404              OPTFILE="NONE" ;;              OPTFILE="NONE" ;;
1405          -optfile | --optfile | -of | --of)          -optfile | --optfile | -of | --of)
1406              ac_prev=OPTFILE ;;              ac_prev=OPTFILE ;;
1407          -optfile=* | --optfile=* | -of=* | --of=*)          -optfile=* | --optfile=* | -of=* | --of=*)
1408              OPTFILE=$ac_optarg ;;              OPTFILE=$ac_optarg ;;
1409            
1410          -adoptfile | --adoptfile | -adof | --adof)          -adoptfile | --adoptfile | -adof | --adof)
1411              ac_prev=AD_OPTFILE ;;              ac_prev=AD_OPTFILE ;;
1412          -adoptfile=* | --adoptfile=* | -adof=* | --adof=*)          -adoptfile=* | --adoptfile=* | -adof=* | --adof=*)
1413              AD_OPTFILE=$ac_optarg ;;              AD_OPTFILE=$ac_optarg ;;
1414            
1415          -pdepend | --pdepend)          -pdepend | --pdepend)
1416              ac_prev=PKG_DEPEND ;;              ac_prev=PKG_DEPEND ;;
1417          -pdepend=* | --pdepend=*)          -pdepend=* | --pdepend=*)
1418              PKG_DEPEND=$ac_optarg ;;              PKG_DEPEND=$ac_optarg ;;
1419            
1420          -pgroups | --pgroups)          -pgroups | --pgroups)
1421              ac_prev=PKG_GROUPS ;;              ac_prev=PKG_GROUPS ;;
1422          -pgroups=* | --pgroups=*)          -pgroups=* | --pgroups=*)
1423              PKG_GROUPS=$ac_optarg ;;              PKG_GROUPS=$ac_optarg ;;
1424            
1425          -make | --make | -m | --m)          -make | --make | -m | --m)
1426              ac_prev=MAKE ;;              ac_prev=MAKE ;;
1427          -make=* | --make=* | -m=* | --m=*)          -make=* | --make=* | -m=* | --m=*)
1428              MAKE=$ac_optarg ;;              MAKE=$ac_optarg ;;
1429            
1430          -bash | --bash)          -bash | --bash)
1431              ac_prev=BASH ;;              ac_prev=BASH ;;
1432          -bash=* | --bash=*)          -bash=* | --bash=*)
1433              BASH=$ac_optarg ;;              BASH=$ac_optarg ;;
1434            
1435          -makedepend | --makedepend | -md | --md)          -makedepend | --makedepend | -md | --md)
1436              ac_prev=MAKEDEPEND ;;              ac_prev=MAKEDEPEND ;;
1437          -makedepend=* | --makedepend=* | -md=* | --md=*)          -makedepend=* | --makedepend=* | -md=* | --md=*)
1438              MAKEDEPEND=$ac_optarg ;;              MAKEDEPEND=$ac_optarg ;;
1439            
1440          -makefile | --makefile | -ma | --ma)          -makefile | --makefile | -mf | --mf)
1441              ac_prev=MAKEFILE ;;              ac_prev=MAKEFILE ;;
1442          -makefile=* | --makefile=* | -ma=* | --ma=*)          -makefile=* | --makefile=* | -mf=* | --mf=*)
1443              MAKEFILE=$ac_optarg ;;              MAKEFILE=$ac_optarg ;;
1444            
1445          -platform | --platform | -pl | --pl | -platform=* | --platform=* | -pl=* | --pl=*)          -platform | --platform | -pl | --pl | -platform=* | --platform=* | -pl=* | --pl=*)
1446              echo "ERROR: The platform option has been removed.  Please specify"              echo "ERROR: The platform option has been removed.  Please specify"
1447              echo "  the build options using the \"optfile\" mechanism."              echo "  the build options using the \"optfile\" mechanism."
1448              echo              echo
1449              usage              usage
1450              ;;              ;;
1451            
1452          -rootdir | --rootdir | -rd | --rd)          -rootdir | --rootdir | -rd | --rd)
1453              ac_prev=ROOTDIR ;;              ac_prev=ROOTDIR ;;
1454          -rootdir=* | --rootdir=* | -rd=* | --rd=*)          -rootdir=* | --rootdir=* | -rd=* | --rd=*)
1455              ROOTDIR=$ac_optarg ;;              ROOTDIR=$ac_optarg ;;
1456            
1457          -mods | --mods | -mo | --mo)          -mods | --mods | -mo | --mo)
1458              ac_prev=MODS ;;              ac_prev=MODS ;;
1459          -mods=* | --mods=* | -mo=* | --mo=*)          -mods=* | --mods=* | -mo=* | --mo=*)
1460              MODS=$ac_optarg ;;              MODS=$ac_optarg ;;
1461            
1462          -disable | --disable)          -disable | --disable)
1463              ac_prev=DISABLE ;;              ac_prev=DISABLE ;;
1464          -disable=* | --disable=*)          -disable=* | --disable=*)
1465              DISABLE=$ac_optarg ;;              DISABLE=$ac_optarg ;;
1466            
1467          -enable | --enable)          -enable | --enable)
1468              ac_prev=ENABLE ;;              ac_prev=ENABLE ;;
1469          -enable=* | --enable=*)          -enable=* | --enable=*)
1470              ENABLE=$ac_optarg ;;              ENABLE=$ac_optarg ;;
1471            
1472          -standarddirs | --standarddirs)          -standarddirs | --standarddirs)
1473              ac_prev=STANDARDDIRS ;;              ac_prev=STANDARDDIRS ;;
1474          -standarddirs=* | --standarddirs=*)          -standarddirs=* | --standarddirs=*)
# Line 1388  for ac_option in "$@" ; do Line 1478  for ac_option in "$@" ; do
1478  #               ac_prev=cpp ;;  #               ac_prev=cpp ;;
1479  #           -cpp=* | --cpp=*)  #           -cpp=* | --cpp=*)
1480  #               CPP=$ac_optarg ;;  #               CPP=$ac_optarg ;;
1481            
1482          -cc | --cc)          -cc | --cc)
1483              ac_prev=CC ;;              ac_prev=CC ;;
1484          -cc=* | --cc=*)          -cc=* | --cc=*)
1485              CC=$ac_optarg ;;              CC=$ac_optarg ;;
1486            
1487          -fortran | --fortran | -fc | --fc)          -fortran | --fortran | -fc | --fc)
1488              ac_prev=FC ;;              ac_prev=FC ;;
1489          -fc=* | --fc=*)          -fc=* | --fc=*)
1490              FC=$ac_optarg ;;              FC=$ac_optarg ;;
1491            
1492          -fs | --fs)          -fs | --fs)
1493              ac_prev=FS ;;              ac_prev=FS ;;
1494          -fs=* | --fs=*)          -fs=* | --fs=*)
1495              FS=$ac_optarg ;;              FS=$ac_optarg ;;
1496            
1497          -fs90 | --fs90)          -fs90 | --fs90)
1498              ac_prev=FS90 ;;              ac_prev=FS90 ;;
1499          -fs90=* | --fs90=*)          -fs90=* | --fs90=*)
1500              FS90=$ac_optarg ;;              FS90=$ac_optarg ;;
1501            
1502          -use_real4 | -use_r4 | -ur4 | --use_real4 | --use_r4 | --ur4 )          -use_real4 | -use_r4 | -ur4 | --use_real4 | --use_r4 | --ur4 )
1503              USE_R4=true ;;              USE_R4=true ;;
1504    
# Line 1416  for ac_option in "$@" ; do Line 1506  for ac_option in "$@" ; do
1506              IEEE=true ;;              IEEE=true ;;
1507          -noieee | --noieee)          -noieee | --noieee)
1508              echo "Warning: ignore option '$ac_option' (default is already without '-ieee')" ;;              echo "Warning: ignore option '$ac_option' (default is already without '-ieee')" ;;
1509          -devel | --devel)          -devel | --devel)
1510              IEEE=true ; DEVEL=true ;;              IEEE=true ; DEVEL=true ;;
1511          -gsl | --gsl)          -gsl | --gsl)
1512              GSL=true ;;              GSL=true ;;
1513    
1514          -ts | --ts)          -ts | --ts)
# Line 1441  for ac_option in "$@" ; do Line 1531  for ac_option in "$@" ; do
1531          -mpi=* | --mpi=*)          -mpi=* | --mpi=*)
1532              MPIPATH=$ac_optarg              MPIPATH=$ac_optarg
1533              MPI=true ;;              MPI=true ;;
1534            
1535          -omp | --omp)          -omp | --omp)
1536              OMP=true ;;              OMP=true ;;
1537          -omp=* | --omp=*)          -omp=* | --omp=*)
1538              OMPFLAG=$ac_optarg              OMPFLAG=$ac_optarg
1539              OMP=true ;;              OMP=true ;;
1540            
1541          -ds | --ds)          -ds | --ds)
1542              DUMPSTATE=t ;;              DUMPSTATE=t ;;
1543            
1544          -extra_flag | --extra_flag)          -extra_flag | --extra_flag)
1545              ac_prev=FEXTRAFLAGS ;;              ac_prev=FEXTRAFLAGS ;;
1546          -extra_flag=* | --extra_flag=*)          -extra_flag=* | --extra_flag=*)
1547              FEXTRAFLAGS=$ac_optarg ;;              FEXTRAFLAGS=$ac_optarg ;;
1548            
1549          -taf_extra | --taf_extra)          -taf_extra | --taf_extra)
1550              ac_prev=TAF_EXTRA ;;              ac_prev=TAF_EXTRA ;;
1551          -taf_extra=* | --taf_extra=*)          -taf_extra=* | --taf_extra=*)
# Line 1465  for ac_option in "$@" ; do Line 1555  for ac_option in "$@" ; do
1555              ac_prev=TAMC_EXTRA ;;              ac_prev=TAMC_EXTRA ;;
1556          -tamc_extra=* | --tamc_extra=*)          -tamc_extra=* | --tamc_extra=*)
1557              TAMC_EXTRA=$ac_optarg ;;              TAMC_EXTRA=$ac_optarg ;;
1558            
1559          -ignoretime | -ignore_time | --ignoretime | --ignore_time)          -ignoretime | -ignore_time | --ignoretime | --ignore_time)
1560              IGNORE_TIME="-DIGNORE_TIME" ;;              IGNORE_TIME="-DIGNORE_TIME" ;;
1561    
# Line 1476  for ac_option in "$@" ; do Line 1566  for ac_option in "$@" ; do
1566              echo "Error: unrecognized option: "$ac_option              echo "Error: unrecognized option: "$ac_option
1567              usage              usage
1568              ;;              ;;
1569            
1570          *)          *)
1571              echo "Error: unrecognized argument: "$ac_option              echo "Error: unrecognized argument: "$ac_option
1572              usage              usage
1573              ;;              ;;
1574            
1575      esac      esac
1576    
1577  done  done
1578    
1579    TMP=./genmk_$$
1580    #- try to put temporary files in system-local /tmp dir
1581    #TMP=/tmp/genmk_$$
1582    #touch $TMP ; retVal=$?
1583    #if [ $retVal -eq 0 ] ; then
1584    #  if test ! -r $TMP ; then TMP=./genmk_$$ ; fi
1585    #else
1586    #  TMP=./genmk_$$
1587    #fi
1588    #rm -f $TMP
1589    ##echo "  temp files: $TMP.*"
1590    
1591    printf "  getting local config information:  "
1592    if test -f $gm_local ; then
1593        echo "using $gm_local"
1594        . $gm_local
1595    else
1596        echo "none found"
1597    fi
1598    
1599  if test -f ./.genmakerc ; then  if test -f ./.genmakerc ; then
1600      echo      echo
1601      echo "WARNING: genmake2 has detected a copy of the old-style \"./.genmakerc\""      echo "WARNING: genmake2 has detected a copy of the old-style \"./.genmakerc\""
# Line 1697  check_for_broken_Ff Line 1807  check_for_broken_Ff
1807    
1808  if test ! "x$MPI" = x ; then  if test ! "x$MPI" = x ; then
1809        echo "  Turning on MPI cpp macros"        echo "  Turning on MPI cpp macros"
1810        DEFINES="$DEFINES -DALLOW_USE_MPI -DALWAYS_USE_MPI"        DEFINES="$DEFINES -DALLOW_USE_MPI"
1811    #- To compile code older than checkpoint63s (2012/09/05), un-comment the following line:
1812    #     DEFINES="$DEFINES -DALWAYS_USE_MPI"
1813  fi  fi
1814  if test ! "x$OMP" = x ; then  if test ! "x$OMP" = x ; then
1815        echo "  Add OMPFLAG and turn on OpenMP cpp macros"        echo "  Add OMPFLAG and turn on OpenMP cpp macros"
# Line 1714  fi Line 1826  fi
1826  if test ! "x$TS" = x ; then  if test ! "x$TS" = x ; then
1827        echo "  Turning on timing per timestep"        echo "  Turning on timing per timestep"
1828        if test ! "x$FOOLAD" = x ; then        if test ! "x$FOOLAD" = x ; then
1829              DEFINES="$DEFINES -DTIME_PER_TIMESTEP_SFP"              DEFINES="$DEFINES -DTIME_PER_TIMESTEP_SFP"
1830        else        else
1831              DEFINES="$DEFINES -DTIME_PER_TIMESTEP"              DEFINES="$DEFINES -DTIME_PER_TIMESTEP"
1832        fi        fi
# Line 1750  if test ! "x$PAPI" = x ; then Line 1862  if test ! "x$PAPI" = x ; then
1862            echo "  Sticking with PAPI flop summary per timestep!"            echo "  Sticking with PAPI flop summary per timestep!"
1863        else        else
1864            echo "  Turning on performance analysis with PAPI"            echo "  Turning on performance analysis with PAPI"
1865            echo "  Please make sure PAPIINC, PAPILIB are defined"            echo "  Please make sure PAPIINC, PAPILIB are defined"
1866            DEFINES="$DEFINES -DUSE_PAPI"            DEFINES="$DEFINES -DUSE_PAPI"
1867            INCLUDES="$INCLUDES $PAPIINC"            INCLUDES="$INCLUDES $PAPIINC"
1868            LIBS="$LIBS $PAPILIB"            LIBS="$LIBS $PAPILIB"
# Line 1762  if test ! "x$PCL" = x ; then Line 1874  if test ! "x$PCL" = x ; then
1874            echo "  Sticking with PCL flop summary per timestep!"            echo "  Sticking with PCL flop summary per timestep!"
1875        else        else
1876            echo "  Turning on performance analysis with PCL"            echo "  Turning on performance analysis with PCL"
1877            echo "  Please make sure PCLINC, PCLLIB are defined"            echo "  Please make sure PCLINC, PCLLIB are defined"
1878            DEFINES="$DEFINES -DUSE_PCL"            DEFINES="$DEFINES -DUSE_PCL"
1879            INCLUDES="$INCLUDES $PCLINC"            INCLUDES="$INCLUDES $PCLINC"
1880            LIBS="$LIBS $PCLLIB"            LIBS="$LIBS $PCLLIB"
# Line 1772  if test ! "x$HPMT" = x ; then Line 1884  if test ! "x$HPMT" = x ; then
1884        if test ! "x$PAPI" = x ; then        if test ! "x$PAPI" = x ; then
1885            echo "  PAPI and the HPM Toolkit cannot co-exist!"            echo "  PAPI and the HPM Toolkit cannot co-exist!"
1886            echo "  Sticking with PAPI!"            echo "  Sticking with PAPI!"
1887        else if test ! "x$PCL" = x ; then        else
1888            if test ! "x$PCL" = x ; then
1889            echo "  PCL and the HPM Toolkit cannot co-exist!"            echo "  PCL and the HPM Toolkit cannot co-exist!"
1890            echo "  Sticking with PCL!"            echo "  Sticking with PCL!"
1891        else          else
1892            echo "  Turning on performance analysis with the HPM Toolkit"            echo "  Turning on performance analysis with the HPM Toolkit"
1893            echo "  Please make sure HPMTINC, HPMTLIB are defined"            echo "  Please make sure HPMTINC, HPMTLIB are defined"
1894            DEFINES="$DEFINES -DUSE_LIBHPM"            DEFINES="$DEFINES -DUSE_LIBHPM"
1895            INCLUDES="$INCLUDES $HPMTINC"            INCLUDES="$INCLUDES $HPMTINC"
1896            LIBS="$LIBS $HPMTLIB"            LIBS="$LIBS $HPMTLIB"
1897        fi          fi
1898        fi        fi
1899  fi  fi
1900  if test ! "x$GSL" = x ; then  if test ! "x$GSL" = x ; then
# Line 1921  if test "x$HAVE_LAPACK" != x ; then Line 2034  if test "x$HAVE_LAPACK" != x ; then
2034  else  else
2035      echo "no"      echo "no"
2036  fi  fi
 DEFINES="$DEFINES $IGNORE_TIME"  
2037    
2038    printf "  Can we call FLUSH intrinsic subroutine...  "
2039    check_HAVE_FLUSH
2040    if test "x$HAVE_FLUSH" = xt ; then
2041        DEFINES="$DEFINES -DHAVE_FLUSH"
2042        echo "yes"
2043    else
2044        echo "no"
2045    fi
2046    
2047    DEFINES="$DEFINES $IGNORE_TIME"
2048  if test "x$EMBED_SRC" = xt ; then  if test "x$EMBED_SRC" = xt ; then
2049      build_embed_encode      build_embed_encode
2050  fi  fi
# Line 2106  else Line 2228  else
2228          exit 1          exit 1
2229      else      else
2230          echo "    using PKG_LIST=\"$PKG_LIST\""          echo "    using PKG_LIST=\"$PKG_LIST\""
2231          #  Strip the comments and add all the names          #  Strip the comments and add all the names
2232          pkg_list=`cat $PKG_LIST | sed -e 's/#.*$//g' | $AWK '(NF>0){print $0}'`          pkg_list=`cat $PKG_LIST | sed -e 's/#.*$//g' | $AWK '(NF>0){print $0}'`
2233          RETVAL=$?          RETVAL=$?
2234          if test "x${RETVAL}" != x0 ; then          if test "x${RETVAL}" != x0 ; then
# Line 2127  if test "x${PKG_GROUPS}" != x ; then Line 2249  if test "x${PKG_GROUPS}" != x ; then
2249  fi  fi
2250    
2251  echo "  applying DISABLE settings"  echo "  applying DISABLE settings"
2252  echo "" > ./.tmp_pack  echo "" > $TMP.pack
2253  for i in $PACKAGES ; do  for i in $PACKAGES ; do
2254      echo $i >> ./.tmp_pack      echo $i >> $TMP.pack
2255  done  done
2256  for i in `grep  "-" ./.tmp_pack` ; do  for i in `grep  "-" $TMP.pack` ; do
2257      j=`echo $i | sed 's/[-]//'`      j=`echo $i | sed 's/[-]//'`
2258      DISABLE="$DISABLE $j"      DISABLE="$DISABLE $j"
2259  done  done
# Line 2149  for p in $PACKAGES ; do Line 2271  for p in $PACKAGES ; do
2271  done  done
2272  PACKAGES="$pack"  PACKAGES="$pack"
2273  echo "  applying ENABLE settings"  echo "  applying ENABLE settings"
2274  echo "" > ./.tmp_pack  echo "" > $TMP.pack
2275  PACKAGES="$PACKAGES $ENABLE"  PACKAGES="$PACKAGES $ENABLE"
2276  # Test if each explicitly referenced package exists  # Test if each explicitly referenced package exists
2277  for i in $PACKAGES ; do  for i in $PACKAGES ; do
2278      j=`echo $i | sed 's/[-+]//'`      j=`echo $i | sed 's/[-+]//'`
2279      if test ! -d "$ROOTDIR/pkg/$j" ; then      if test ! -d "$ROOTDIR/pkg/$j" ; then
2280          echo "Error: dir '$ROOTDIR/pkg/$i' missing for package '$i'"          echo "Error: dir '$ROOTDIR/pkg/$i' missing for package '$i'"
2281          exit 1          exit 1
2282      fi      fi
2283      echo $i >> ./.tmp_pack      echo $i >> $TMP.pack
2284  done  done
2285  PACKAGES=  PACKAGES=
2286  for i in `grep -v "-" ./.tmp_pack | sort | uniq` ; do  for i in `grep -v "-" $TMP.pack | sort | uniq` ; do
2287      PACKAGES="$PACKAGES $i"      PACKAGES="$PACKAGES $i"
2288  done  done
2289  rm -f ./.tmp_pack  rm -f $TMP.pack
2290  echo "    packages are: $PACKAGES"  echo "    packages are: $PACKAGES"
2291    
2292  #  Check for package MNC: if NetCDF is available, then build the MNC  #  Check for package MNC: if NetCDF is available, then build the MNC
# Line 2201  else Line 2323  else
2323          echo "Error: problem encountered while building source files in pkg/mnc:"          echo "Error: problem encountered while building source files in pkg/mnc:"
2324          cat make_mnc.errors 1>&2          cat make_mnc.errors 1>&2
2325          if test "x$mnc_in" = x0 ; then          if test "x$mnc_in" = x0 ; then
2326              exit 1              exit 1
2327          else          else
2328              DISABLE="$DISABLE mnc"              DISABLE="$DISABLE mnc"
2329          fi          fi
# Line 2255  EOF Line 2377  EOF
2377      fi      fi
2378  fi  fi
2379    
2380    #  Make sure the openad package is enabled if using OpenAD
2381    if test "x$OPENAD" != x ; then
2382        echo " $PACKAGES " | grep ' openad ' > /dev/null 2>&1
2383        RETVAL=$?
2384        if test "x$RETVAL" != x0 ; then
2385            cat <<EOF
2386    
2387    *********************************************************************
2388    ERROR: when generating an adjoint with OpenAD, the openad package
2389      must be enabled.  Please add it to packages.conf.
2390    *********************************************************************
2391    
2392    EOF
2393            exit 1
2394        fi
2395    fi
2396    
2397  if  test "x${PKG_DEPEND}" != x ; then  if  test "x${PKG_DEPEND}" != x ; then
2398    echo "  applying package dependency rules"    echo "  applying package dependency rules"
2399    ck=    ck=
# Line 2300  if  test "x${PKG_DEPEND}" != x ; then Line 2439  if  test "x${PKG_DEPEND}" != x ; then
2439    
2440          #  Do we need to add $dname according to the dependency rules?          #  Do we need to add $dname according to the dependency rules?
2441          if test "x$pin" = xt -a "x$plus" = "x+" -a "x$din" = xf ; then          if test "x$pin" = xt -a "x$plus" = "x+" -a "x$din" = xf ; then
2442              #echo "   " $pname ": need to add :" $dname              #echo "   " $pname ": need to add :" $dname
2443              in_dis="f"              in_dis="f"
2444              for dis in $DISABLE ; do              for dis in $DISABLE ; do
2445                  if test "x$dis" = "x$dname" ; then                  if test "x$dis" = "x$dname" ; then
# Line 2325  if  test "x${PKG_DEPEND}" != x ; then Line 2464  if  test "x${PKG_DEPEND}" != x ; then
2464              echo "  the dependency rules for \"$dname\""              echo "  the dependency rules for \"$dname\""
2465              exit 1              exit 1
2466          fi          fi
2467          i=`echo "$i + 1" | bc -l`          i=`echo "$i + 1" | bc -l`
2468          #i=$(( $i + 1 ))          #i=$(( $i + 1 ))
2469      done      done
2470      ck=$ck"t"      ck=$ck"t"
# Line 2366  for n in $names ; do Line 2505  for n in $names ; do
2505          done          done
2506          if test "x$has_pack" = xf ; then          if test "x$has_pack" = xf ; then
2507              undef=`echo "ALLOW_$n" | sed -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`              undef=`echo "ALLOW_$n" | sed -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2508              DISABLED_PACKAGES="$DISABLED_PACKAGES -U$undef"              DISABLED_PACKAGES="$DISABLED_PACKAGES -U$undef"
2509          fi          fi
2510      fi      fi
2511  done  done
# Line 2379  for i in $PACKAGES ; do Line 2518  for i in $PACKAGES ; do
2518  #EH3  WARNING :  This is an UGLY HACK that needs to be removed!!!  #EH3  WARNING :  This is an UGLY HACK that needs to be removed!!!
2519      case $i in      case $i in
2520          aim_v23)          aim_v23)
2521              ENABLED_PACKAGES="$ENABLED_PACKAGES -DALLOW_AIM"              ENABLED_PACKAGES="$ENABLED_PACKAGES -DALLOW_AIM"
2522              echo "Warning: ALLOW_AIM is set to enable aim_v23."              echo "Warning: ALLOW_AIM is set to enable aim_v23."
2523              ;;              ;;
2524      esac      esac
# Line 2421  for i in $spaths ; do Line 2560  for i in $spaths ; do
2560      if test -f $try -a -r $try -a "x$CPP_OPTIONS" = x ; then      if test -f $try -a -r $try -a "x$CPP_OPTIONS" = x ; then
2561          echo "    found CPP_OPTIONS=\"$try\""          echo "    found CPP_OPTIONS=\"$try\""
2562          CPP_OPTIONS="$try"          CPP_OPTIONS="$try"
2563          # New safety test: make sure packages are not mentioned in CPP_OPTIONS.h          # New safety test: make sure packages are not mentioned in CPP_OPTIONS.h
2564          for n in $names ; do          for n in $names ; do
2565              test_for_package_in_cpp_options $CPP_OPTIONS $n              test_for_package_in_cpp_options $CPP_OPTIONS $n
2566          done          done
2567      fi      fi
2568      try="$i/CPP_EEOPTIONS.h"      try="$i/CPP_EEOPTIONS.h"
2569      if test -f $try -a -r $try -a "x$CPP_EEOPTIONS" = x ; then      if test -f $try -a -r $try -a "x$CPP_EEOPTIONS" = x ; then
2570          echo "    found CPP_EEOPTIONS=\"$try\""          echo "    found CPP_EEOPTIONS=\"$try\""
2571          # New safety test: make sure MPI is not determined by CPP_EEOPTIONS.h          # New safety test: make sure MPI is not determined by CPP_EEOPTIONS.h
2572  #**** not yet enabled ****  #**** not yet enabled ****
2573  #        test_for_mpi_in_cpp_eeoptions $try  #        test_for_mpi_in_cpp_eeoptions $try
2574  #**** not yet enabled ****  #**** not yet enabled ****
# Line 2443  fi Line 2582  fi
2582    
2583  #  Here, we build the list of files to be "run through" the adjoint  #  Here, we build the list of files to be "run through" the adjoint
2584  #  compiler.  #  compiler.
2585  if test -f ./adSrcFiles.tmp ; then  if test -f $TMP.adSrcFiles ; then
2586      rm -f ./adSrcFiles.tmp      rm -f $TMP.adSrcFiles
2587  fi  fi
2588  echo "  Creating the list of files for the adjoint compiler."  echo "  Creating the list of files for the adjoint compiler."
2589  touch adSrcFiles.tmp  touch $TMP.adSrcFiles
2590  for i in $SOURCEDIRS ; do  for i in $SOURCEDIRS ; do
2591      list_files=`( cd $i && ls -1 *.list 2>/dev/null )`      list_files=`( cd $i && ls -1 *.list 2>/dev/null )`
2592      for j in $list_files ; do      for j in $list_files ; do
2593          cat $i/$j >> adSrcFiles.tmp          cat $i/$j >> $TMP.adSrcFiles
2594      done      done
2595  done  done
2596  if test ! "x"$FS = "x.f" ; then  if test ! "x"$FS = "x.f" ; then
2597      cat adSrcFiles.tmp | sed -e "s/\.f/.$FS/g" > adSrcFiles.tmp_f      cat $TMP.adSrcFiles | sed -e "s/\.f/.$FS/g" > $TMP.adSrcFiles_f
2598      mv -f adSrcFiles.tmp_f adSrcFiles.tmp      mv -f $TMP.adSrcFiles_f $TMP.adSrcFiles
2599  fi  fi
2600    
2601  echo  echo
# Line 2468  for i in $INCLUDEDIRS ; do Line 2607  for i in $INCLUDEDIRS ; do
2607      fi      fi
2608  done  done
2609    
2610  if test ! "x$DIVA" = x ; then  if test ! "x$DIVA" = x -a ! "x$MPI" = x ; then
2611      echo "  Creating the pseudo-MPI include directory"      if test ! "x$MPIINCLUDEDIR" = x ; then
2612      INCLUDES="-I./mpi_headers $INCLUDES"          #  Do a local copy of MPI headers files (in local dir ./mpi_headers/) after
2613      rm -rf ./mpi_headers          #   checking for additional included headers (in case of chain of included
2614      mkdir -p ./mpi_headers          #   header); also set LOCAL_MPI_HEADERS (if not already set)
2615            mpi_headers_do_local_copy
     if test "x$MPIINCLUDEDIR" = x ; then  
         if test "x$MPIHOME" = x ; then  
             MPIHOME='/usr'  
         fi  
         MPIINCLUDEDIR='$MPIHOME/include'  
     fi  
   
     if test -r $MPIINCLUDEDIR/mpif.h ; then  
         for i in $MPI_HEADER_FILES; do  
             cp -p $MPIINCLUDEDIR/$i ./mpi_headers  
         done  
   
         perl -i -pe 's/MPI_DISPLACEMENT_CURRENT=-1_8/MPI_DISPLACEMENT_CURRENT=-1/g' mpi_headers/mpif.h  
     else  
         echo " We cannot create a copy of mpif.h!"  
 #       exit -1  
2616      fi      fi
2617  fi  fi
2618    
2619  echo "  Determining the list of source and include files"  echo "  Determining the list of source and include files"
2620  rm -rf .links.tmp  rm -rf $TMP.links
2621  mkdir .links.tmp  mkdir $TMP.links
2622  touch .links.tmp/foo  touch $TMP.links/foo
2623  if test ! -r ".links.tmp/foo" ; then  if test ! -r "$TMP.links/foo" ; then
2624      echo      echo
2625      echo "ERROR : something is wrong with your directory permissions or"      echo "ERROR : something is wrong with your directory permissions or"
2626      echo "   your user file-creation mask (\"umask\") since creating a"      echo "   your user file-creation mask (\"umask\") since creating a"
# Line 2513  if test ! -r ".links.tmp/foo" ; then Line 2636  if test ! -r ".links.tmp/foo" ; then
2636      echo      echo
2637      exit 1      exit 1
2638  fi  fi
2639  rm -f .links.tmp/foo  rm -f $TMP.links/foo
2640    
2641  if test "x$OPENAD" != x ; then  if test "x$OPENAD" != x ; then
2642      OAD_DONT_COMPILE="/dev/null"      OAD_DONT_COMPILE="/dev/null"
2643      OAD_DONT_TRANSFORM="/dev/null"      OAD_DONT_TRANSFORM="/dev/null"
2644      OAD_KEEP_ORIGINAL="/dev/null"      OAD_KEEP_ORIGINAL="/dev/null"
2645      OAD_CB2M_FILES="/dev/null"      OAD_CB2M_FILES="/dev/null"
2646        OADTOOLS="$TOOLSDIR/OAD_support"
2647      echo "  looking for dontCompile file:  "      echo "  looking for dontCompile file:  "
2648      for i in "." $MODS ; do      for i in "." $MODS ; do
2649          if test -r $i"/dontCompile" ; then          if test -r $i"/dontCompile" ; then
# Line 2555  if test "x$OPENAD" != x ; then Line 2679  if test "x$OPENAD" != x ; then
2679      echo "   OpenAD exceptions:  "      echo "   OpenAD exceptions:  "
2680  fi  fi
2681    
2682  echo "# This section creates symbolic links" > srclinks.tmp  echo "# This section creates symbolic links" > $TMP.srclinks
2683  echo "" >> srclinks.tmp  echo "" >> $TMP.srclinks
2684  printf 'F77_SRC_FILES = ' > F77srclist.tmp  printf 'F77_SRC_FILES = ' > $TMP.F77srclist
2685  printf 'NON_AD_F77_SRC_FILES = ' > nonADF77srclist.tmp  printf 'NON_AD_F77_SRC_FILES = ' > $TMP.nonADF77srclist
2686  printf 'C_SRC_FILES = '   > csrclist.tmp  printf 'C_SRC_FILES = '   > $TMP.csrclist
2687  printf 'F90_SRC_FILES = ' > F90srclist.tmp  printf 'F90_SRC_FILES = ' > $TMP.F90srclist
2688  printf 'H_SRC_FILES = '   > hsrclist.tmp  printf 'H_SRC_FILES = '   > $TMP.hsrclist
2689  printf 'AD_FLOW_FILES = ' > ad_flow_files.tmp  printf 'AD_FLOW_FILES = ' > $TMP.ad_flow_files
2690  alldirs="$SOURCEDIRS $INCLUDEDIRS ."  alldirs="$SOURCEDIRS $INCLUDEDIRS ."
2691  for d in $alldirs ; do  for d in $alldirs ; do
2692      deplist=      deplist=
# Line 2572  for d in $alldirs ; do Line 2696  for d in $alldirs ; do
2696          sfiles=`( echo $sfiles | grep -v _cb2m\. )`          sfiles=`( echo $sfiles | grep -v _cb2m\. )`
2697      fi      fi
2698      for sf in $sfiles ; do      for sf in $sfiles ; do
2699          if test ! -r ".links.tmp/$sf" ; then          if test ! -r "$TMP.links/$sf" ; then
2700              if test -f "$d/$sf" ; then              if test -f "$d/$sf" ; then
2701                  ignore_f=f                  ignore_f=f
2702                  case $d/$sf in                  case $d/$sf in
2703                    ./$PACKAGES_DOT_H)                    ./$PACKAGES_DOT_H)
2704                          ignore_f=t                          ignore_f=t
2705                          ;;                          ;;
2706                    ./AD_CONFIG.h)                    ./AD_CONFIG.h)
2707                          ignore_f=t                          ignore_f=t
2708                          ;;                          ;;
2709                    ./FC_NAMEMANGLE.h)                    ./FC_NAMEMANGLE.h)
2710                          ignore_f=t                          ignore_f=t
2711                          ;;                          ;;
2712                    ./BUILD_INFO.h)                    ./BUILD_INFO.h)
2713                          ignore_f=t                          ignore_f=t
2714                          ;;                          ;;
2715                    ./EMBEDDED_FILES.h)                    ./EMBEDDED_FILES.h)
2716                          ignore_f=t                          ignore_f=t
2717                          ;;                          ;;
2718                    *)                    *)
2719                          #  For the local directory *ONLY*,                          #  For the local directory *ONLY*,
2720                          #  ignore all soft-links                          #  ignore all soft-links
2721                          if test "x$HAVE_TEST_L" = xt -a "x$d" = x. -a -L $sf ; then                          if test "x$HAVE_TEST_L" = xt -a "x$d" = x. -a -L $sf ; then
2722                              ignore_f=t                              ignore_f=t
2723                          else                          else
2724                              touch .links.tmp/$sf                              touch $TMP.links/$sf
2725                              deplist="$deplist $sf"                              deplist="$deplist $sf"
2726                          fi                          fi
2727                          ;;                          ;;
2728                  esac                  esac
2729                  if test "x$ignore_f" = xf ; then                  if test "x$ignore_f" = xf ; then
2730                      extn=`echo $sf | $AWK -F. '{print $NF}'`                      extn=`echo $sf | $AWK -F. '{print $NF}'`
2731                      case $extn in                      case $extn in
2732                        F)                        F)
2733                          echo    " \\"  >> F77srclist.tmp                          echo    " \\"  >> $TMP.F77srclist
2734                          printf " $sf" >> F77srclist.tmp                          printf " $sf" >> $TMP.F77srclist
2735                          if test "x$OPENAD" != x ; then                          if test "x$OPENAD" = x ; then
2736                              basename=${sf%%.F}                              basename=${sf%%.F}
2737                              isAD=`egrep ^$basename.f'[  ]*' adSrcFiles.tmp`                              isAD=`egrep ^$basename.f'[  ]*' $TMP.adSrcFiles`
2738                                if test -z "$isAD" ; then
2739                                    echo    " \\"  >> $TMP.nonADF77srclist
2740                                    printf " $sf" >> $TMP.nonADF77srclist
2741                                fi
2742                            else #- OpenAD case:
2743                                basename=${sf%%.F}
2744                                isAD=`egrep ^$basename.f'[  ]*' $TMP.adSrcFiles`
2745                              if test -z "$isAD" ; then                              if test -z "$isAD" ; then
2746                                  toBeIgnored=`egrep ^$basename'[      ]*' ${OAD_DONT_COMPILE}`                                  toBeIgnored=`egrep ^$basename'[      ]*' ${OAD_DONT_COMPILE}`
2747                                  if test -z "$toBeIgnored" ; then                                  if test -z "$toBeIgnored" ; then
2748                                      echo    " \\"  >> nonADF77srclist.tmp                                      echo    " \\"  >> $TMP.nonADF77srclist
2749                                      printf " $sf" >> nonADF77srclist.tmp                                      printf " $sf" >> $TMP.nonADF77srclist
2750                                  else                                  else
2751                                      echo "    not to be compiled   :  $sf"                                      echo "    not to be compiled   :  $sf"
2752                                  fi                                  fi
# Line 2630  for d in $alldirs ; do Line 2761  for d in $alldirs ; do
2761                                      echo "    original to be kept  :  $sf"                                      echo "    original to be kept  :  $sf"
2762                                  fi                                  fi
2763                                  if test -n "$notToBeTransformed" -o -n "$untransformedVersionToBeKept" ; then                                  if test -n "$notToBeTransformed" -o -n "$untransformedVersionToBeKept" ; then
2764                                      echo    " \\"  >> nonADF77srclist.tmp                                      echo    " \\"  >> $TMP.nonADF77srclist
2765                                      printf " $sf" >> nonADF77srclist.tmp                                      printf " $sf" >> $TMP.nonADF77srclist
2766                                  fi                                  fi
2767                              fi                              fi
2768                          fi                          fi
2769                          ;;                          ;;
2770                      F90)                      F90)
2771                          echo    " \\"  >> F90srclist.tmp                          echo    " \\"  >> $TMP.F90srclist
2772                          printf " $sf" >> F90srclist.tmp                          printf " $sf" >> $TMP.F90srclist
2773                          ;;                          ;;
2774                      c)                      c)
2775                          echo    " \\"  >> csrclist.tmp                          echo    " \\"  >> $TMP.csrclist
2776                          printf " $sf" >> csrclist.tmp                          printf " $sf" >> $TMP.csrclist
2777                          ;;                          ;;
2778                      h)                      h)
2779                          echo    " \\"  >> hsrclist.tmp                          echo    " \\"  >> $TMP.hsrclist
2780                          printf " $sf" >> hsrclist.tmp                          printf " $sf" >> $TMP.hsrclist
2781                          ;;                          ;;
2782                      flow)                      flow)
2783                          echo    " \\"  >> ad_flow_files.tmp                          echo    " \\"  >> $TMP.ad_flow_files
2784                          printf " $sf" >> ad_flow_files.tmp                          printf " $sf" >> $TMP.ad_flow_files
2785                          ;;                          ;;
2786                     esac                     esac
2787                  fi                  fi
# Line 2659  for d in $alldirs ; do Line 2790  for d in $alldirs ; do
2790      done      done
2791      if test "x$deplist" != x ; then      if test "x$deplist" != x ; then
2792        if test "$d" != "." ; then        if test "$d" != "." ; then
2793          echo "" >> srclinks.tmp          echo "" >> $TMP.srclinks
2794          echo "#  These files are linked from $d" >> srclinks.tmp          echo "#  These files are linked from $d" >> $TMP.srclinks
2795          echo "$deplist :" >> srclinks.tmp          echo "$deplist :" >> $TMP.srclinks
2796  # We need to make sure that the link isn't already there.  # We need to make sure that the link isn't already there.
2797  # This may happen when make thinks that a header file has to be "remade"  # This may happen when make thinks that a header file has to be "remade"
2798  # because a module it depends on has changed.  In this case we do nothing.  # because a module it depends on has changed.  In this case we do nothing.
2799          printf "\tif [ ! -L \$@ ]; then \$(LN) %s/\$@ \$@; fi\n" $d >> srclinks.tmp          printf "\tif [ ! -L \$@ ]; then \$(LN) %s/\$@ \$@; fi\n" $d >> $TMP.srclinks
2800        fi        fi
2801      fi      fi
2802  done  done
2803  rm -rf .links.tmp  rm -rf $TMP.links
2804  echo "" >> F77srclist.tmp  echo "" >> $TMP.F77srclist
2805  echo "" >> nonADF77srclist.tmp  echo "" >> $TMP.nonADF77srclist
2806  echo "" >> csrclist.tmp  echo "" >> $TMP.csrclist
2807  echo "" >> F90srclist.tmp  echo "" >> $TMP.F90srclist
2808  echo "" >> hsrclist.tmp  echo "" >> $TMP.hsrclist
2809  echo "" >> ad_flow_files.tmp  echo "" >> $TMP.ad_flow_files
2810    
2811  CMDLINE=$0  CMDLINE=$0
2812  for xx in "$@" ; do nw=`echo $xx | wc -w`  for xx in "$@" ; do nw=`echo $xx | wc -w`
2813      if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"      if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"
2814                          else CMDLINE="$CMDLINE '$xx'" ; fi                          else CMDLINE="$CMDLINE '$xx'" ; fi
2815  done  done
2816    
2817  if test -f $MAKEFILE ; then  if test -f $MAKEFILE ; then
# Line 2714  cat >>$MAKEFILE <<EOF Line 2845  cat >>$MAKEFILE <<EOF
2845  # INCLUDES     : Directories searched for header files  # INCLUDES     : Directories searched for header files
2846  # DEFINES      : Macro definitions for CPP  # DEFINES      : Macro definitions for CPP
2847  # MAKEDEPEND   : Dependency generator  # MAKEDEPEND   : Dependency generator
 # KPP          : Special preprocessor command (specific to platform)  
 # KFLAGS       : Flags for KPP  
2848  # FC           : Fortran compiler command  # FC           : Fortran compiler command
2849  # FFLAGS       : Configuration/debugging options for FC  # FFLAGS       : Configuration/debugging options for FC
2850  # FOPTIM       : Optimization options for FC  # FOPTIM       : Optimization options for FC
# Line 2729  INCLUDEDIRS = ${INCLUDEDIRS} Line 2858  INCLUDEDIRS = ${INCLUDEDIRS}
2858  EXEDIR      = ${EXEDIR}  EXEDIR      = ${EXEDIR}
2859  EXECUTABLE  = \$(EXEDIR)/${EXECUTABLE}  EXECUTABLE  = \$(EXEDIR)/${EXECUTABLE}
2860  TOOLSDIR    = ${TOOLSDIR}  TOOLSDIR    = ${TOOLSDIR}
2861    OADTOOLS    = ${OADTOOLS}
2862    
2863  #eh3  new defines for the adjoint work  #eh3  new defines for the adjoint work
2864  AUTODIFF    = ${ROOTDIR}/pkg/autodiff  AUTODIFF    = ${ROOTDIR}/pkg/autodiff
# Line 2749  else Line 2879  else
2879      echo "EMBEDDED_FILES = " >>$MAKEFILE      echo "EMBEDDED_FILES = " >>$MAKEFILE
2880  fi  fi
2881    
2882    # extract default cpp search path so we can pass it to makedepend
2883    CPPINCLUDES=`cat /dev/null | $CPP -v 2>&1 | awk '/^End of search/{f=0}!/^\#/{if(f){printf " -I%s", $1;}}/^\#include "..." search start/{f=1}'`
2884    
2885  cat >>$MAKEFILE <<EOF  cat >>$MAKEFILE <<EOF
2886  # Unix ln (link)  # Unix ln (link)
2887  LN = ${LN}  LN = ${LN}
 # C preprocessor  
 CPP = cat \$< | ${S64} | ${CPP}  
2888  # Dependency generator  # Dependency generator
2889  MAKEDEPEND = ${MAKEDEPEND}  MAKEDEPEND = ${MAKEDEPEND}
2890  # Special preprocessor (KAP on DECs, FPP on Crays)  # Special preprocessor (KAP on DECs, FPP on Crays)
# Line 2771  LINK = ${LINK} ${LDADD} Line 2902  LINK = ${LINK} ${LDADD}
2902  DEFINES = ${DEFINES}  DEFINES = ${DEFINES}
2903  # Includes for CPP  # Includes for CPP
2904  INCLUDES = ${INCLUDES}  INCLUDES = ${INCLUDES}
2905    # default CPP includes for makedepend
2906    CPPINCLUDES = ${CPPINCLUDES}
2907  # Flags for KPP  # Flags for KPP
2908  KFLAGS1 = ${KFLAGS1}  KFLAGS1 = ${KFLAGS1}
2909  KFLAGS2 = ${KFLAGS2}  KFLAGS2 = ${KFLAGS2}
# Line 2789  NOOPTFLAGS = ${NOOPTFLAGS} Line 2922  NOOPTFLAGS = ${NOOPTFLAGS}
2922  # Flags and libraries needed for linking  # Flags and libraries needed for linking
2923  LIBS = ${LIBS}  LIBS = ${LIBS}
2924  # Name of the makefile  # Name of the makefile
2925  MAKEFILE=${MAKEFILE}  MAKEFILE = ${MAKEFILE}
2926    # Name of the make program
2927    MAKE = ${MAKE}
2928    
2929  EOF  EOF
2930    
2931  cat F77srclist.tmp      >> $MAKEFILE  cat $TMP.F77srclist      >> $MAKEFILE
2932  cat nonADF77srclist.tmp >> $MAKEFILE  cat $TMP.nonADF77srclist >> $MAKEFILE
2933  cat csrclist.tmp        >> $MAKEFILE  cat $TMP.csrclist        >> $MAKEFILE
2934  cat F90srclist.tmp      >> $MAKEFILE  cat $TMP.F90srclist      >> $MAKEFILE
2935  cat hsrclist.tmp        >> $MAKEFILE  cat $TMP.hsrclist        >> $MAKEFILE
2936  cat ad_flow_files.tmp   >> $MAKEFILE  cat $TMP.ad_flow_files   >> $MAKEFILE
2937    
2938  rm -f F77srclist.tmp nonADF77srclist.tmp csrclist.tmp F90srclist.tmp hsrclist.tmp ad_flow_files.tmp  rm -f $TMP.F77srclist $TMP.nonADF77srclist $TMP.csrclist $TMP.F90srclist $TMP.hsrclist $TMP.ad_flow_files
2939    
2940  echo >> $MAKEFILE  echo >> $MAKEFILE
2941    
# Line 2813  echo >> $MAKEFILE Line 2948  echo >> $MAKEFILE
2948  echo 'F77_PP_SRC_FILES = $(F77_SRC_FILES:.F=.'$FS')'      >> $MAKEFILE  echo 'F77_PP_SRC_FILES = $(F77_SRC_FILES:.F=.'$FS')'      >> $MAKEFILE
2949  echo 'F90_PP_SRC_FILES = $(F90_SRC_FILES:.F90=.'$FS90')' >> $MAKEFILE  echo 'F90_PP_SRC_FILES = $(F90_SRC_FILES:.F90=.'$FS90')' >> $MAKEFILE
2950  echo 'OBJFILES= $(F77_SRC_FILES:.F=.o) $(C_SRC_FILES:.c=.o) $(F90_SRC_FILES:.F90=.o)' >> $MAKEFILE  echo 'OBJFILES= $(F77_SRC_FILES:.F=.o) $(C_SRC_FILES:.c=.o) $(F90_SRC_FILES:.F90=.o)' >> $MAKEFILE
2951  echo 'FLOFILES =  $(AD_FLOW_FILES:.flow=.flowdir)' >> $MAKEFILE  echo 'FLOWFILES =  $(AD_FLOW_FILES:.flow=.flowdir)' >> $MAKEFILE
2952  echo >> $MAKEFILE  echo >> $MAKEFILE
2953  echo '.SUFFIXES:' >> $MAKEFILE  echo '.SUFFIXES:' >> $MAKEFILE
2954  echo '.SUFFIXES: .o .'$FS' .p .F .c .f'$FS90' .'$FS90' .FF90 .F90 .flowdir .flow' >> $MAKEFILE  echo '.SUFFIXES: .o .'$FS' .p .F .c .f'$FS90' .'$FS90' .FF90 .F90 .flowdir .flow' >> $MAKEFILE
2955    
2956  cat >>$MAKEFILE <<EOF  cat >>$MAKEFILE <<EOF
2957    
2958  all: \$(EXECUTABLE)  all: fwd_exe_target
2959    fwd_exe_target:
2960            @echo Update AD_CONFIG.h and make \$(EXECUTABLE)
2961            @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Forward version" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > ad_config.template
2962            @cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h
2963            @-rm -f ad_config.template
2964            \$(MAKE) -f \$(MAKEFILE) \$(EXECUTABLE)
2965    
2966  \$(EXECUTABLE): \$(SPECIAL_FILES) \$(F77_SRC_FILES) \$(C_SRC_FILES) \$(H_SRC_FILES) \$(F90_SRC_FILES) \$(OBJFILES) \$(EMBEDDED_FILES)  \$(EXECUTABLE): \$(SPECIAL_FILES) \$(F77_SRC_FILES) \$(C_SRC_FILES) \$(H_SRC_FILES) \$(F90_SRC_FILES) \$(OBJFILES) \$(EMBEDDED_FILES)
2967          @echo Creating \$@ ...          @echo Creating \$@ ...
2968          \$(LINK) -o \$@ \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) \$(LIBS)          \$(LINK) -o \$@ \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) \$(LIBS)
2969    
2970  depend:  depend:
2971          @make -f \$(MAKEFILE) links          @\$(MAKE) -f \$(MAKEFILE) links
2972          \$(MAKEDEPEND) -f \$(MAKEFILE) -o .$FS \$(DEFINES) \$(INCLUDES) \$(F77_SRC_FILES)          \$(MAKEDEPEND) -f \$(MAKEFILE) -o .$FS \$(DEFINES) \$(INCLUDES) \$(CPPINCLUDES) \$(F77_SRC_FILES)
2973          \$(TOOLSDIR)/f90mkdepend >> \$(MAKEFILE)          \$(TOOLSDIR)/f90mkdepend >> \$(MAKEFILE)
2974          -rm -f makedepend.out          -rm -f makedepend.out
2975    
# Line 2856  clean: Line 2998  clean:
2998    
2999  # remove most of the files that "make" and "make depend" generate  # remove most of the files that "make" and "make depend" generate
3000  Clean:  Clean:
3001          @make -f \$(MAKEFILE) clean          @\$(MAKE) -f \$(MAKEFILE) clean
3002          @make -f \$(MAKEFILE) cleanlinks          @\$(MAKE) -f \$(MAKEFILE) cleanlinks
3003          -rm -f \$(SPECIAL_FILES) f90mkdepend.log $MAKEFILE.old          -rm -f \$(SPECIAL_FILES) f90mkdepend.log $MAKEFILE.old
3004          -rm -f taf_command taf_output taf_ad.log taf_ad_flow.log          -rm -f taf_command taf_output taf_ad.log taf_ad_flow.log taf_ftl.log
         -rm -f genmake_warnings genmake_errors make.log  
3005    
3006  # remove also the executable, files that "genmake2" generates (except Makefile)  # remove also the executable, files that "genmake2" generates (except Makefile)
3007  #         and output from a run (plus log files from testreport)  #         and output from a run (plus log files from testreport)
3008  CLEAN:  CLEAN:
3009          @make -f \$(MAKEFILE) Clean          @\$(MAKE) -f \$(MAKEFILE) Clean
3010          -rm -f \$(EXECUTABLE) \$(EXE_AD) *.bak          -rm -f \$(EXECUTABLE) \$(EXE_AD) \$(EXE_FTL) *.bak
3011          -rm -f $LOGFILE genmake_state genmake_*optfile          -rm -f $LOGFILE genmake_state genmake_*optfile
3012          -rm -f SIZE.h.mpi genmake.tr_log make.tr_log          -rm -f SIZE.h.mpi genmake.tr_log make.tr_log
3013            -rm -rf mpi_headers mnc_test_*
3014          -find \$(EXEDIR) -name "*.meta" -exec rm {} \;          -find \$(EXEDIR) -name "*.meta" -exec rm {} \;
3015          -find \$(EXEDIR) -name "*.data" -exec rm {} \;          -find \$(EXEDIR) -name "*.data" -exec rm {} \;
3016          -find \$(EXEDIR) -name "fort.*" -exec rm {} \;          -find \$(EXEDIR) -name "fort.*" -exec rm {} \;
3017          -rm -f *.txt STD* *diagnostics.log datetime          -rm -f *.txt STDOUT.* STDERR.* *diagnostics.log *.[0-9][0-9][0-9][0-9].log
3018            -rm -f datetime costfinal divided.ctrl snapshot* output_adm.txt.diva_*
3019          -rm -f *_MIT_CE_000.opt0000 costfunction*0000          -rm -f *_MIT_CE_000.opt0000 costfunction*0000
3020          -rm -rf mnc_test_*          -rm -f oad_cp.[0-9][0-9][0-9].?????
3021    
3022  makefile:  makefile:
3023          $THIS_SCRIPT $G2ARGS          $THIS_SCRIPT $G2ARGS
# Line 2884  cleanlinks: Line 3027  cleanlinks:
3027  # Special targets (SPECIAL_FILES) which are created by make  # Special targets (SPECIAL_FILES) which are created by make
3028  ${PACKAGES_DOT_H}:  ${PACKAGES_DOT_H}:
3029          @echo Creating \$@ ...          @echo Creating \$@ ...
3030          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -bPACKAGES_CONFIG_H "Disabled packages:" \$(DISABLED_PACKAGES) " " "Enabled packages:" \$(ENABLED_PACKAGES) > \$@          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines -bPACKAGES_CONFIG_H "Disabled packages:" \$(DISABLED_PACKAGES) " " "Enabled packages:" \$(ENABLED_PACKAGES) > \$@
3031  AD_CONFIG.h:  AD_CONFIG.h:
3032          @echo Creating \$@ ...          @echo Creating \$@ ...
3033          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > \$@          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Default version" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > \$@
3034  FC_NAMEMANGLE.h:  FC_NAMEMANGLE.h:
3035          @echo Creating \$@ ...          @echo Creating \$@ ...
3036          echo "$FC_NAMEMANGLE" > \$@          echo "$FC_NAMEMANGLE" > \$@
# Line 2927  cat >>$MAKEFILE <<EOF Line 3070  cat >>$MAKEFILE <<EOF
3070  ## This nullifies any default implicit rules concerning these two file types:  ## This nullifies any default implicit rules concerning these two file types:
3071  ## %.o : %.F  ## %.o : %.F
3072    
3073    # C preprocessing and replacing the _d in constants:
3074    CPPCMD = cat \$< | ${CPP} \$(DEFINES) \$(INCLUDES) | ${S64}
3075    
3076  .F.$FS:  .F.$FS:
3077          \$(CPP) \$(DEFINES) \$(INCLUDES) > \$@          \$(CPPCMD)  > \$@
3078  .$FS.o:  .$FS.o:
3079          \$(FC) \$(FFLAGS) \$(FOPTIM) -c \$<          \$(FC) \$(FFLAGS) \$(FOPTIM) -c \$<
3080  .F.o:  .F.o:
3081          \$(FC) \$(FFLAGS) \$(FOPTIM) -c \$<          \$(FC) \$(FFLAGS) \$(FOPTIM) -c \$<
3082  .F90.$FS90:  .F90.$FS90:
3083          \$(CPP) \$(DEFINES) \$(INCLUDES) > \$@          \$(CPPCMD)  > \$@
3084  .FF90.f$FS90:  .FF90.f$FS90:
3085          \$(CPP) \$(DEFINES) \$(INCLUDES) > \$@          \$(CPPCMD)  > \$@
3086  .$FS90.o:  .$FS90.o:
3087          \$(F90C) \$(F90FLAGS) \$(F90OPTIM) -c \$<          \$(F90C) \$(F90FLAGS) \$(F90OPTIM) -c \$<
3088  .f$FS90.o:  .f$FS90.o:
# Line 2945  cat >>$MAKEFILE <<EOF Line 3091  cat >>$MAKEFILE <<EOF
3091  .c.o:  .c.o:
3092          \$(CC) \$(CFLAGS) \$(DEFINES) \$(INCLUDES) -c \$<          \$(CC) \$(CFLAGS) \$(DEFINES) \$(INCLUDES) -c \$<
3093  .flow.flowdir:  .flow.flowdir:
3094          \$(CPP) \$(DEFINES) \$(INCLUDES) > \$@          \$(CPPCMD) > \$@
3095    
3096  # Special exceptions that use the ( .F - .p - .$FS - .o ) rule-chain  # Special exceptions that use the ( .F - .p - .$FS - .o ) rule-chain
3097  .F.p:  .F.p:
3098          \$(CPP) \$(DEFINES) \$(INCLUDES) > \$@          \$(CPPCMD) > \$@
3099  .p.$FS:  .p.$FS:
3100          \$(KPP) \$(KFLAGS1)\$@ \$(KFLAGS2) \$<          \$(KPP) \$(KFLAGS1)\$@ \$(KFLAGS2) \$<
3101    
# Line 2968  TAF            = ${TAF} Line 3114  TAF            = ${TAF}
3114    
3115  TAF_EXTRA      = ${TAF_EXTRA}  TAF_EXTRA      = ${TAF_EXTRA}
3116  TAMC_EXTRA     = ${TAMC_EXTRA}  TAMC_EXTRA     = ${TAMC_EXTRA}
3117    LOCAL_MPI_HEADERS    = ${LOCAL_MPI_HEADERS}
3118    
3119  EOF  EOF
3120    
# Line 2985  done Line 3132  done
3132  echo "  Add the source list for AD code generation"  echo "  Add the source list for AD code generation"
3133  echo >> $MAKEFILE  echo >> $MAKEFILE
3134  printf "AD_FILES = " >> $MAKEFILE  printf "AD_FILES = " >> $MAKEFILE
3135  AD_FILES=`cat adSrcFiles.tmp`  AD_FILES=`cat $TMP.adSrcFiles`
3136  for i in $AD_FILES ; do  for i in $AD_FILES ; do
3137      echo    " \\" >> $MAKEFILE      echo    " \\" >> $MAKEFILE
3138      printf " $i" >> $MAKEFILE      printf " $i" >> $MAKEFILE
3139  done  done
3140  echo >> $MAKEFILE  echo >> $MAKEFILE
3141  rm -f adSrcFiles.tmp  rm -f $TMP.adSrcFiles
3142    
3143  cat >>$MAKEFILE <<EOF  cat >>$MAKEFILE <<EOF
3144    
3145  # ... AD ...  # ... AD ...
3146  adall: \$(EXE_AD)  adall: ad_exe_target
3147  adtaf: ad_taf_output.$FS  adtaf: ad_taf_output.$FS
3148  adtamc: ad_tamc_output.$FS  adtamc: ad_tamc_output.$FS
3149    
3150  ad_input_code.$FS: \$(AD_FILES) \$(H_SRC_FILES) \$(AD_FLOW_FILES)  ad_exe_target:
3151          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -DALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > ad_config.template          @echo Update AD_CONFIG.h and make \$(EXE_AD)
3152            @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Adjoint version" -bAD_CONFIG_H -DALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > ad_config.template
3153            @cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h
3154            @-rm -f ad_config.template
3155            \$(MAKE) -f \$(MAKEFILE) \$(EXE_AD)
3156    
3157    ad_input_code.$FS: \$(AD_FILES) \$(AD_FLOW_FILES)
3158            @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Adjoint version" -bAD_CONFIG_H -DALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > ad_config.template
3159          cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h          cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h
3160          -rm -f ad_config.template          @-rm -f ad_config.template
3161          @make -f \$(MAKEFILE) \$(F77_PP_SRC_FILES)          @\$(MAKE) -f \$(MAKEFILE) \$(F77_PP_SRC_FILES)
3162          @make -f \$(MAKEFILE) \$(FLOFILES)          @\$(MAKE) -f \$(MAKEFILE) \$(FLOWFILES)
3163          cat \$(FLOFILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ad_input_code.$FS          cat \$(FLOWFILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ad_input_code.$FS
3164    
3165  ad_taf_output.$FS: ad_input_code.$FS  ad_taf_output.$FS: ad_input_code.$FS
3166            @-rm -f ad_input_code_ad.$FS ; echo ''
3167          \$(TAF) \$(AD_TAF_FLAGS) \$(TAF_EXTRA) ad_input_code.$FS          \$(TAF) \$(AD_TAF_FLAGS) \$(TAF_EXTRA) ad_input_code.$FS
3168          ls -l ad_input_code_ad.$FS          ls -l ad_input_code_ad.$FS
3169          cat ad_input_code_ad.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ad_taf_output.$FS          cat ad_input_code_ad.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ad_taf_output.$FS
# Line 3018  adtafonly: Line 3173  adtafonly:
3173          ls -l ad_input_code_ad.$FS          ls -l ad_input_code_ad.$FS
3174          cat ad_input_code_ad.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ad_taf_output.$FS          cat ad_input_code_ad.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ad_taf_output.$FS
3175    
3176  \${EXE_AD}: ad_taf_output.o \$(OBJFILES)  \$(EXE_AD): \$(SPECIAL_FILES) \$(H_SRC_FILES) ad_taf_output.o \$(NON_AD_F77_SRC_FILES:.F=.o) \$(F90_SRC_FILES:.F90=.o) \$(C_SRC_FILES:.c=.o) \$(EMBEDDED_FILES)
3177          \$(LINK) -o \${EXE_AD} \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) ad_taf_output.o \$(LIBS)          \$(LINK) -o \${EXE_AD} \$(FFLAGS) \$(FOPTIM) ad_taf_output.o \$(NON_AD_F77_SRC_FILES:.F=.o) \$(F90_SRC_FILES:.F90=.o) \$(C_SRC_FILES:.c=.o) \$(LIBS)
3178    
3179  ad_tamc_output.$FS: ad_input_code.$FS  ad_tamc_output.$FS: ad_input_code.$FS
3180          \$(TAMC) \$(AD_TAMC_FLAGS) \$(TAMC_EXTRA) ad_input_code.$FS          \$(TAMC) \$(AD_TAMC_FLAGS) \$(TAMC_EXTRA) ad_input_code.$FS
# Line 3034  adonlyfwd: Line 3189  adonlyfwd:
3189  adtrick:  adtrick:
3190          patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff          patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff
3191    
3192  adobj: ad_taf_output.o \$(OBJFILES)  adobj: ad_taf_output.o \$(NON_AD_F77_SRC_FILES:.F=.o) \$(F90_SRC_FILES:.F90=.o) \$(C_SRC_FILES:.c=.o)
3193    
3194  # ... FTL ...  # ... FTL ...
3195  ftlall: ftl_taf  ftlall: ftl_exe_target
3196  ftltaf: ftl_taf_output.$FS  ftltaf: ftl_taf_output.$FS
3197  ftltamc: ftl_tamc_output.$FS  ftltamc: ftl_tamc_output.$FS
3198    
3199  ftl_input_code.$FS: \$(AD_FILES) \$(H_SRC_FILES)  ftl_exe_target:
3200          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -UALLOW_ADJOINT_RUN -DALLOW_TANGENTLINEAR_RUN > ftl_config.template          @echo Update AD_CONFIG.h and make \$(EXE_FTL)
3201          cmp ftl_config.template AD_CONFIG.h || cat ftl_config.template > AD_CONFIG.h          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "TangLin version" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -DALLOW_TANGENTLINEAR_RUN > ad_config.template
3202          -rm -f ftl_config.template          @cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h
3203          @make -f \$(MAKEFILE) \$(F77_PP_SRC_FILES)          @-rm -f ad_config.template
3204          @make -f \$(MAKEFILE) \$(AD_FLOW_FILES)          \$(MAKE) -f \$(MAKEFILE) \$(EXE_FTL)
3205          cat \$(AD_FLOW_FILES) \$(AD_FILES) > ftl_input_code.$FS  
3206    ftl_input_code.$FS: \$(AD_FILES)
3207            @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "TangLin version" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -DALLOW_TANGENTLINEAR_RUN > ad_config.template
3208            cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h
3209            @-rm -f ad_config.template
3210            @\$(MAKE) -f \$(MAKEFILE) \$(F77_PP_SRC_FILES)
3211            @\$(MAKE) -f \$(MAKEFILE) \$(AD_FLOW_FILES)
3212            cat \$(AD_FLOW_FILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ftl_input_code.$FS
3213    
3214  ftl_taf_output.$FS: ftl_input_code.$FS  ftl_taf_output.$FS: ftl_input_code.$FS
3215            @-rm -f ftl_input_code_tl.$FS ; echo ''
3216          \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ftl_input_code.$FS          \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ftl_input_code.$FS
3217          ls -l ftl_input_code_ftl.$FS          ls -l ftl_input_code_tl.$FS
3218          cat ftl_input_code_ftl.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ftl_taf_output.$FS          cat ftl_input_code_tl.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ftl_taf_output.$FS
3219    
3220  ftltafonly:  ftltafonly:
3221          \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ftl_input_code.$FS          \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ftl_input_code.$FS
3222          ls -l ftl_input_code_ftl.$FS          ls -l ftl_input_code_tl.$FS
3223          cat ftl_input_code_ftl.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ftl_taf_output.$FS          cat ftl_input_code_tl.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ftl_taf_output.$FS
3224    
3225  ftl_taf: ftl_taf_output.o \$(OBJFILES)  \$(EXE_FTL): \$(SPECIAL_FILES) \$(H_SRC_FILES) ftl_taf_output.o \$(NON_AD_F77_SRC_FILES:.F=.o) \$(F90_SRC_FILES:.F90=.o) \$(C_SRC_FILES:.c=.o) \$(EMBEDDED_FILES)
3226          \$(LINK) -o ${EXE_FTL} \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) ftl_taf_output.o \$(LIBS)          \$(LINK) -o \${EXE_FTL} \$(FFLAGS) \$(FOPTIM) ftl_taf_output.o \$(NON_AD_F77_SRC_FILES:.F=.o) \$(F90_SRC_FILES:.F90=.o) \$(C_SRC_FILES:.c=.o) \$(LIBS)
3227    
3228  ftl_tamc_output.$FS: ftl_input_code.$FS  ftl_tamc_output.$FS: ftl_input_code.$FS
3229          \$(TAMC) \$(FTL_TAMC_FLAGS) \$(TAMC_EXTRA) ftl_input_code.$FS          \$(TAMC) \$(FTL_TAMC_FLAGS) \$(TAMC_EXTRA) ftl_input_code.$FS
# Line 3089  svd_touch: Line 3252  svd_touch:
3252          touch ad_taf_output.$FS ftl_taf_output.$FS          touch ad_taf_output.$FS ftl_taf_output.$FS
3253          \$(FC) \$(FFLAGS) \$(FOPTIM) -c ad_taf_output.$FS          \$(FC) \$(FFLAGS) \$(FOPTIM) -c ad_taf_output.$FS
3254          \$(FC) \$(FFLAGS) \$(FOPTIM) -c ftl_taf_output.$FS          \$(FC) \$(FFLAGS) \$(FOPTIM) -c ftl_taf_output.$FS
3255          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -UALLOW_ADJOINT_RUN -DALLOW_TANGENTLINEAR_RUN > ftl_config.template          @$BASH\$(TOOLSDIR)/convert_cpp_cmd2defines "SVD version" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -DALLOW_TANGENTLINEAR_RUN > ad_config.template
3256          cmp ftl_config.template AD_CONFIG.h || cat ftl_config.template > AD_CONFIG.h          cmp ad_config.template AD_CONFIG.h || cat ad_config.template > AD_CONFIG.h
3257          -rm -f ftl_config.template          @-rm -f ad_config.template
3258    
3259  EOF  EOF
3260    
# Line 3143  for i in `cat ${OAD_CB2M_FILES}` ; do Line 3306  for i in `cat ${OAD_CB2M_FILES}` ; do
3306    echo    " \\" >> $MAKEFILE    echo    " \\" >> $MAKEFILE
3307    printf " ${i}_mod.f$FS90" >> $MAKEFILE    printf " ${i}_mod.f$FS90" >> $MAKEFILE
3308  done  done
3309  AD_FILES=`cat adSrcFiles.tmp`  AD_FILES=`cat $TMP.adSrcFiles`
3310  for i in $AD_FILES ; do  for i in $AD_FILES ; do
3311    basename=${i%%.f}    basename=${i%%.f}
3312    toBeIgnored=`egrep ^$basename'[      ]*' ${OAD_DONT_COMPILE} ${OAD_DONT_TRANSFORM}`    toBeIgnored=`egrep ^$basename'[      ]*' ${OAD_DONT_COMPILE} ${OAD_DONT_TRANSFORM}`
# Line 3153  for i in $AD_FILES ; do Line 3316  for i in $AD_FILES ; do
3316    fi    fi
3317  done  done
3318  echo >> $MAKEFILE  echo >> $MAKEFILE
3319  rm -f adSrcFiles.tmp  rm -f $TMP.adSrcFiles
3320    
3321  cat >>$MAKEFILE <<EOF  cat >>$MAKEFILE <<EOF
3322    
# Line 3175  w2f__types.F90 \ Line 3338  w2f__types.F90 \
3338  OAD_active.F90 \  OAD_active.F90 \
3339  OAD_cp.F90 \  OAD_cp.F90 \
3340  OAD_rev.F90 \  OAD_rev.F90 \
3341  OAD_tape.F90  OAD_tape.F90 \
3342    revolve.F90
3343    
3344  OPENAD_SUPPORT_C_SRC_FILES = \  OPENAD_SUPPORT_C_SRC_FILES = \
3345  iaddr.c \  iaddr.c \
# Line 3191  f95_test.out: f95_test_mods.f90 f95_test Line 3355  f95_test.out: f95_test_mods.f90 f95_test
3355          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
3356          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
3357    
3358  # the file included below is created by the  CB2M_AD_FILES=\$(AD_FILES:.f=_cb2m.f$FS90)
 # postProcessor and its inclusion sets the  
 # variable POSTPROCESSEDFILES  
 # used below. Because the file is made during  
 # make it won't be read until the second (recursive)  
 # invocation in the rule below  
 -include postProcess.make  
3359    
3360  AD_OBJ_FILES_S1=\$(OPENAD_SUPPORT_F90_SRC_FILES:.F90=.o) \$(OPENAD_SUPPORT_C_SRC_FILES:.c=.o) \$(POSTPROCESSEDFILES:.f$FS90=.o)  AD_OBJ_FILES_S1=\$(OPENAD_SUPPORT_F90_SRC_FILES:.F90=.o) \$(OPENAD_SUPPORT_C_SRC_FILES:.c=.o)  OAD_intrinsics_oad.o \$(CB2M_AD_FILES:.f$FS90=_oad.o)
3361    
3362  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)  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)
3363    
3364  postProcess.comp: \$(ALL_LINKED_FILES) \$(addsuffix _mod.h, \$(CB2M_F90_SRC_NAMES)) postProcess.tag \$(AD_OBJ_FILES_S1)  \$(EXE_AD): \$(ALL_LINKED_FILES) \$(addsuffix _mod.h, \$(CB2M_F90_SRC_NAMES)) postProcess.tag \$(AD_OBJ_FILES_S2)
 ifeq (\$(MAKELEVEL),0)  
         \$(MAKE) adAll  
 else  
         touch \$@  
 endif  
   
 \$(EXE_AD): \$(ALL_LINKED_FILES) \$(addsuffix _mod.h, \$(CB2M_F90_SRC_NAMES)) postProcess.comp \$(AD_OBJ_FILES_S2)  
 ifeq (\$(MAKELEVEL),1)  
3365          \$(LINK) -o \$@ \$(FFLAGS) \$(FOPTIM) \$(AD_OBJ_FILES_S2) \$(LIBS)          \$(LINK) -o \$@ \$(FFLAGS) \$(FOPTIM) \$(AD_OBJ_FILES_S2) \$(LIBS)
 else  
         touch \$@  
 endif  
3366    
3367  # makefile debug rule  # create sources files modules from header files containing common blocks
3368  openad: ad_input_code.w2f.pre.xb.x2w.w2f.td.pp.f$FS90  %_mod.FF90 : %.h \${OADTOOLS}/cb2mGetModules.csh \${OADTOOLS}/cb2mGetModules.awk
3369  .PHONY: openad          \${OADTOOLS}/cb2mGetModules.csh $< \${OADTOOLS}/cb2mGetModules.awk
3370    
3371  # create the module files  # create new header files with USE statements for the new modules made above
3372  %_mod.FF90 : %.h ../OAD_support/cb2mGetModules.csh ../OAD_support/cb2mGetModules.awk  %_mod.h : %.h \${OADTOOLS}/cb2mGetHeaders.csh \${OADTOOLS}/cb2mGetHeaders.awk
3373          ../OAD_support/cb2mGetModules.csh $< ../OAD_support/cb2mGetModules.awk          \${OADTOOLS}/cb2mGetHeaders.csh $< \${OADTOOLS}/cb2mGetHeaders.awk \$(CB2M_F90_SRC_NAMES)
3374    
3375  # create the header files  # change the include directives of everybody to refer to  the new header files with the USE statements
3376  %_mod.h : %.h ../OAD_support/cb2mGetHeaders.csh ../OAD_support/cb2mGetHeaders.awk  %_cb2m.FF90 : %.F \${OADTOOLS}/cb2mUseModules.bash
3377          ../OAD_support/cb2mGetHeaders.csh $< ../OAD_support/cb2mGetHeaders.awk \$(CB2M_F90_SRC_NAMES)          \${OADTOOLS}/cb2mUseModules.bash $< ${MPI}
   
 # change everybody else to use the new module files:  
 %_cb2m.FF90 : %.F ../OAD_support/cb2mUseModules.bash  
         ../OAD_support/cb2mUseModules.bash $< ${MPI}  
3378    
3379  # makefile debug rule  # makefile debug rule
3380  small_f: \$(CB2M_F90_PP_SRC_FILES)  small_f: \$(CB2M_F90_PP_SRC_FILES)
# Line 3244  ad_output.txt: \$(EXE_AD) Line 3387  ad_output.txt: \$(EXE_AD)
3387          @printf 'running ... '          @printf 'running ... '
3388          @./\$(EXE_AD) > \$@          @./\$(EXE_AD) > \$@
3389    
 CB2M_AD_FILES=\$(AD_FILES:.f=_cb2m.f$FS90)  
3390  ad_input_code.f$FS90:  \$(CB2M_AD_FILES)  ad_input_code.f$FS90:  \$(CB2M_AD_FILES)
3391          cat \$^ > \$@          cat \$^ > \$@
3392    
 # strip all comments and blanks to reduce  
 # the file size in order to reduce perl's memory requirements  
 ad_input_code_sf.f$FS90 : ad_input_code.f$FS90  
         cat \$^ | sed -f ../OAD_support/strip.sed | sed -f ../OAD_support/stop2print.sed > \$@  
   
 # mfef90 preprocessing  
 # expand statement functions  
 # expose mfef90 specific substring handling  
 # add the w2f__types module  
 ad_input_code_sf.w2f.f$FS90: ad_input_code_sf.f$FS90 mfef90 whirl2f whirl2f_be w2f__types.f90  
         ./mfef90 -r8 -z -F -N132 \$<  
         mv \$<.B \$(basename \$<).B  
         ./whirl2f -openad \$(basename \$<).B  
         cat w2f__types.f90 \$(basename \$<).w2f.f > \$@  
   
3393  # canonicalizer  # canonicalizer
3394  ad_input_code_sf.w2f.pre.f$FS90: ad_input_code_sf.w2f.f$FS90 preProcess.py  ad_input_code_sf.pre.f90 : \$(CB2M_AD_FILES)
3395          ./preProcess.py --timing --r8 -H -S \$< -o \$@          \${OPENADFORTTK_BASE}/tools/SourceProcessing/preProcess.py --timing --r8 -H -S  -o \$@ \$^
3396    
3397    # replace stop statements (to avoid the implied unstructured control flow)  with print statements
3398    ad_input_code_sf.pre.s2p.f90 : ad_input_code_sf.pre.f90
3399            cat \$< | sed -f \${OADTOOLS}/stop2print.sed > ad_input_code_sf.pre.s2p.f90
3400    
3401  # F -> WHIRL  # F -> WHIRL
3402  # note that the canonicalized version cuts off at col 72  ad_input_code_sf.pre.s2p.B: ad_input_code_sf.pre.s2p.f90
3403  # doing this also for string constants which is ok as long          \${OPEN64ROOT}/crayf90/sgi/mfef90 -r8 -z -F ad_input_code_sf.pre.s2p.f90
 # as we are in fixed mode and cut of exactly there.  
 # Otherwise mfef90 patches in spaces to fill up to 72 (or 132)  
 # characters respectively.  
 ad_input_code_sf.w2f.pre.B: ad_input_code_sf.w2f.pre.f$FS90 mfef90  
         ./mfef90 -r8 -z -F \$<  
         mv \$<.B \$@  
3404    
3405  # WHIRL -> XAIF  # WHIRL -> XAIF
3406  ad_input_code_sf.w2f.pre.xaif : ad_input_code_sf.w2f.pre.B whirl2xaif  ad_input_code_sf.pre.s2p.xaif : ad_input_code_sf.pre.s2p.B
3407          ./whirl2xaif -s -n --debug 1 -o \$@ \$<          \${OPENADFORTTK}/bin/whirl2xaif -s -n --debug 1 -o \$@ \$<
3408    
3409  # XAIF -> XAIF'  # XAIF -> XAIF'
3410  ad_input_code_sf.w2f.pre.xb.xaif : ad_input_code_sf.w2f.pre.xaif xaif.xsd xaif_base.xsd xaif_inlinable_intrinsics.xsd xaif_derivative_propagator.xsd xaif_output.xsd oadDriver  ad_input_code_sf.pre.s2p.xb.xaif : ad_input_code_sf.pre.s2p.xaif xaif.xsd xaif_base.xsd xaif_inlinable_intrinsics.xsd xaif_derivative_propagator.xsd xaif_output.xsd
3411          ./oadDriver -f -t forward_step -i \$< -c \${XAIFSCHEMAROOT}/schema/examples/inlinable_intrinsics.xaif -o \$@ -I -r          \${XAIFBOOSTERROOT}/xaifBooster/algorithms/BasicBlockPreaccumulationReverse/driver/oadDriver -f -t forward_step -i \$< -c \${XAIFSCHEMAROOT}/schema/examples/inlinable_intrinsics.xaif -o \$@ -I -r
3412    
3413  # XAIF' -> WHIRL'  # XAIF' -> WHIRL'
3414  ad_input_code_sf.w2f.pre.xb.x2w.B : ad_input_code_sf.w2f.pre.xb.xaif xaif2whirl  ad_input_code_sf.pre.s2p.xb.x2w.B : ad_input_code_sf.pre.s2p.xb.xaif
3415          ./xaif2whirl --debug 1 ad_input_code_sf.w2f.pre.B \$<          \${OPENADFORTTK}/bin/xaif2whirl --debug 1 ad_input_code_sf.pre.s2p.B \$<
3416    
3417  # WHIRL' -> F'  # WHIRL' -> F'
3418  ad_input_code_sf.w2f.pre.xb.x2w.w2f.f$FS90: ad_input_code_sf.w2f.pre.xb.x2w.B whirl2f whirl2f_be  ad_input_code_sf.pre.s2p.xb.x2w.w2f.f$FS90: ad_input_code_sf.pre.s2p.xb.x2w.B
3419          ./whirl2f -FLIST:ftn_file=\$@ -openad \$<          \${OPEN64ROOT}/whirl2f/whirl2f -FLIST:ftn_file=\$@ -openad \$<
3420    
3421  # insert template directives  # insert template directives
3422  ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.f$FS90: ad_input_code_sf.w2f.pre.xb.x2w.w2f.f$FS90 ../OAD_support/insertTemplateDir.bash  ad_input_code_sf.pre.s2p.xb.x2w.w2f.td.f$FS90: ad_input_code_sf.pre.s2p.xb.x2w.w2f.f$FS90 \${OADTOOLS}/insertTemplateDir.bash
3423          ../OAD_support/insertTemplateDir.bash \$< \$@          \${OADTOOLS}/insertTemplateDir.bash \$< \$@
3424    
3425  PPEXTRAS=\$(wildcard ../OAD_support/ad_template.*.F) ../OAD_support/ad_inline.F  PPEXTRAS=\$(notdir \$(wildcard \${OADTOOLS}/ad_template.*.F)) ad_inline.F
3426  # postprocess F'  # postprocess F'
3427  postProcess.tag: ad_input_code_sf.w2f.pre.xb.x2w.w2f.td.f$FS90 postProcess.py \$(PPEXTRAS:.F=.f)  postProcess.tag: ad_input_code_sf.pre.s2p.xb.x2w.w2f.td.f$FS90 \$(PPEXTRAS:.F=.f) | w2f__types.f90
3428          # the target is a placeholder to signal execution of the rule          \${OPENADFORTTK_BASE}/tools/SourceProcessing/postProcess.py --progress --timing --infoUnitFile w2f__types.f90 --outputFormat=fixed --separateOutput --pathSuffix "" --filenameSuffix "_oad" -m r -i ad_inline.f \$<
3429            # the target is a placeholder to trigger a single execution of the rule
3430          touch \$@          touch \$@
3431          # this step also creates the file postProcess.make but we cannot  # put this so make knows about the postprocessing output
3432          # name it as the target or else make will try to remake it for  OAD_intrinsics_oad.f \$(CB2M_AD_FILES:.f$FS90=_oad.f): postProcess.tag
         # the include directive above for any rule, e.g. make clean  
         ./postProcess.py --progress --timing --infoUnitFile w2f__types.f90 --outputFormat=fixed -m r -i ../OAD_support/ad_inline.f --width 4 \$<  
3433    
3434  # setup some links  # link the XAIF schema files
3435  %.xsd:  %.xsd:
3436          \$(LN) \${XAIFSCHEMAROOT}/schema/\$@ .          \$(LN) \${XAIFSCHEMAROOT}/schema/\$@ .
3437    
 mfef90:  
         \$(LN) \${OPEN64ROOT}/crayf90/sgi/mfef90 .  
   
3438  # link the support files:  # link the support files:
3439  \$(OPENAD_SUPPORT_F90_SRC_FILES) \$(OPENAD_SUPPORT_C_SRC_FILES):  \$(OPENAD_SUPPORT_F90_SRC_FILES) \$(OPENAD_SUPPORT_C_SRC_FILES) \$(PPEXTRAS):
3440          \$(LN) ../OAD_support/\$@ .          \$(LN) \${OADTOOLS}/\$@ .
   
 whirl2xaif xaif2whirl:  
         \$(LN) \${OPENADFORTTK}/bin/\$@ .  
   
 preProcess.py postProcess.py:  
         \$(LN) \${OPENADFORTTK_BASE}/tools/SourceProcessing/\$@ .  
   
 whirl2f whirl2f_be:  
         \$(LN) \${OPEN64ROOT}/whirl2f/\$@ .  
   
 oadDriver:  
         \$(LN) \${XAIFBOOSTERROOT}/xaifBooster/algorithms/BasicBlockPreaccumulationReverse/driver/oadDriver \$@  
3441    
3442  AD_CLEAN += *_mod.h *_mod.F90 *.FF90 *.mod-whirl temp.sed oad_cp.* postProcess.make postProcess.tag postProcess.comp \$(PPEXTRAS:.F=.f)  AD_CLEAN += *_mod.h *_mod.F90 *.FF90 *.mod-whirl temp.sed oad_cp.* postProcess.tag
3443    
3444  # ============ end OpenAD specific section ==============  # ============ end OpenAD specific section ==============
3445    
# Line 3366  for i in $NOOPTFILES ; do Line 3475  for i in $NOOPTFILES ; do
3475  done  done
3476    
3477  echo "  Add rules for links"  echo "  Add rules for links"
3478  cat srclinks.tmp >> $MAKEFILE  cat $TMP.srclinks >> $MAKEFILE
3479  rm -f srclinks.tmp  rm -f $TMP.srclinks
3480    
3481  echo "  Adding makedepend marker"  echo "  Adding makedepend marker"
3482  printf "\n\n# DO NOT DELETE\n" >> $MAKEFILE  printf "\n\n# DO NOT DELETE\n" >> $MAKEFILE
# Line 3375  printf "\n\n# DO NOT DELETE\n" >> $MAKEF Line 3484  printf "\n\n# DO NOT DELETE\n" >> $MAKEF
3484  printf "\n===  Done  ===\n"  printf "\n===  Done  ===\n"
3485    
3486  # Create special header files  # Create special header files
3487  $BASH $TOOLSDIR/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -bPACKAGES_CONFIG_H "Disabled packages:" $DISABLED_PACKAGES " " "Enabled packages:" $ENABLED_PACKAGES > $PACKAGES_DOT_H".tmp"  $BASH $TOOLSDIR/convert_cpp_cmd2defines -bPACKAGES_CONFIG_H "Disabled packages:" $DISABLED_PACKAGES " " "Enabled packages:" $ENABLED_PACKAGES > $PACKAGES_DOT_H".tmp"
3488  if test ! -f $PACKAGES_DOT_H ; then  if test ! -f $PACKAGES_DOT_H ; then
3489      mv -f $PACKAGES_DOT_H".tmp" $PACKAGES_DOT_H      mv -f $PACKAGES_DOT_H".tmp" $PACKAGES_DOT_H
3490  else  else
# Line 3389  else Line 3498  else
3498      fi      fi
3499  fi  fi
3500  if test ! -f AD_CONFIG.h ; then  if test ! -f AD_CONFIG.h ; then
3501      $BASH $TOOLSDIR/convert_cpp_cmd2defines "Warning - this file is automatically generated - do NOT edit" -UALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > AD_CONFIG.h      $BASH $TOOLSDIR/convert_cpp_cmd2defines "Default version" -bAD_CONFIG_H -UALLOW_ADJOINT_RUN -UALLOW_TANGENTLINEAR_RUN > AD_CONFIG.h
3502  fi  fi
3503    
3504  #  Write the "state" for future records  #  Write the "state" for future records

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.261

  ViewVC Help
Powered by ViewVC 1.1.22