Changeset 1279 for LMDZ4/trunk/bld.cfg


Ignore:
Timestamp:
Dec 10, 2009, 10:02:56 AM (15 years ago)
Author:
Laurent Fairhead
Message:

Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210

Location:
LMDZ4/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk

  • LMDZ4/trunk/bld.cfg

    r1019 r1279  
    2727src::filtrez %SRC_PATH/filtrez
    2828src::bibio   %SRC_PATH/bibio
     29src::cosp   %SRC_PATH/cosp
    2930
    3031bld::lib::dyn      %DYN
     
    3839bld::target              lib%{DYN}.a lib%{PHYS}.a libgrid.a libfiltrez.a libbibio.a
    3940bld::target              %EXEC%SUFF_NAME.e
    40 bld::exe_dep             %{DYN} %{PHYS} grid filtrez bibio
     41bld::exe_dep             %{DYN} %{PHYS} grid filtrez bibio cosp
    4142
    4243
     
    6061
    6162
     63#bld::tool::fflags::phys::readaerosol         %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt -pi auto
     64#bld::tool::fflags::phys::aeropt_2bands       %BASE_FFLAGS %PROD_FFLAGS  %INCDIR
     65#bld::tool::fflags::phys::radiation_AR4       %BASE_FFLAGS %PROD_FFLAGS1 %INCDIR -C hopt -Wf,-O,extendreorder
     66#bld::tool::fflags::phys::radiation_AR4_param %BASE_FFLAGS %PROD_FFLAGS1 %INCDIR -C hopt -f3
     67#bld::tool::fflags::phys::fisrtilp            %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt
     68#bld::tool::fflags::phys::cv30_routines       %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -Wf,-O,extendreorder
     69#bld::tool::fflags::phys::cvltr               %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt
     70#bld::tool::fflags::phys::clouds_gno          %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt
     71#bld::tool::fflags::dyn::vlsplt_p             %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt
     72#bld::tool::fflags::dyn::groupeun_p           %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt
     73
     74
     75inc arch.opt
     76
    6277# Pre-process code before analysing dependencies
    6378bld::pp              1
     
    6782bld::excl_dep        inc::netcdf.inc
    6883bld::excl_dep        use::netcdf
     84bld::excl_dep        use::typesizes
    6985bld::excl_dep        h::netcdf.inc
    7086bld::excl_dep        h::mpif.h
     
    7793bld::excl_dep        use::mod_prism_put_proto
    7894bld::excl_dep        use::mkl_dfti
     95
    7996# Don't generate interface files
    8097bld::tool::geninterface none
Note: See TracChangeset for help on using the changeset viewer.