/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.192 by jmc, Sun Aug 18 19:53:47 2013 UTC revision 1.194 by jmc, Thu Aug 22 19:34:15 2013 UTC
# Line 370  genmakemodel() Line 370  genmakemodel()
370              if test $KIND = 1 -o $KIND = 2 ; then              if test $KIND = 1 -o $KIND = 2 ; then
371                  command="$command --mods=../code_ad"                  command="$command --mods=../code_ad"
372              elif test $KIND = 4 ; then              elif test $KIND = 4 ; then
373                  command="$command -adof ../../../tools/adjoint_options/adjoint_oad -mods '../code_oad ../../OpenAD/code_oad_all'"                  command="$command -adof ../../../tools/adjoint_options/adjoint_oad -mods ../code_oad"
374              else              else
375                  command="$command -mods=../code"                  command="$command -mods=../code"
376              fi              fi
# Line 429  genmakemodel() Line 429  genmakemodel()
429  makeclean()  makeclean()
430  {  {
431      # makeclean directory      # makeclean directory
432      if test "x$NODEPEND" = xf ; then rm -f $1/make.tr_log ; fi      if test "x$NOGENMAKE" = xf ; then rm -f $1/make.tr_log ; fi
433      if test "x$NOCLEAN" = xt ; then      if test "x$NOCLEAN" = xt ; then
434          echo "make Clean skipped!"          echo "make Clean skipped!"
435      else      else

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.194

  ViewVC Help
Powered by ViewVC 1.1.22