source: LMDZ6/trunk/bld.cfg @ 3835

Last change on this file since 3835 was 3815, checked in by lguez, 3 years ago

Merge Ocean_skin branch back into trunk

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
RevLine 
[808]1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
[875]10#Default value of FPP fortran preprocessor
11%FPP cpp
[808]12
13inc arch.fcm
14inc config.fcm
15
16%CONFIG_NAME       %{ARCH}%SUFF_NAME
17%BASE_CONFIG_PATH  %LIBO/%CONFIG_NAME
18%CONFIG_PATH       %BASE_CONFIG_PATH/.config
19%SRC_PATH          %LIBF
20
[1006]21%FFLAGS            %BASE_FFLAGS %COMPIL_FFLAGS %PARA_FFLAGS
22%LD_FLAGS          %BASE_LD %PARA_LD
[808]23
[1327]24src::dyn     %SRC_PATH/%DYN
25src::phys    %SRC_PATH/%PHYS
[2239]26src::dyn_phys %DYN_PHYS
[2242]27src::dyn_phys_sub %DYN_PHYS_SUB
[2084]28src::sisvat  %SISVAT
[3794]29src::inlandsis  %INLANDSIS
[2084]30src::rrtm    %RRTM
[2633]31src::dust    %DUST
[2690]32src::strataer %STRATAER
[808]33src::grid    %SRC_PATH/grid
[2239]34src::filtrez %FILTRE
35src::misc    %SRC_PATH/misc
36src::dyn3d_common   %DYN_COMMON
[2326]37src::phy_common %PHY_COMMON
[1327]38src::cosp    %COSP
[1545]39src::ext_src %EXT_SRC
[3815]40src::Ocean_skin %SRC_PATH/%PHYS/Ocean_skin
[808]41
[1802]42bld::lib            lmdz
[808]43
[2358]44bld::outfile_ext::exe    %SUFF_NAME
45bld::target              liblmdz.a %EXEC%SUFF_NAME
[1802]46bld::exe_dep             
[808]47
48
49dir::root            %CONFIG_PATH
[2358]50#dir::lib             %BASE_CONFIG_PATH
[808]51dir::bin             %ROOT_PATH/bin
52
53#search_src           1
54
[875]55bld::tool::fpp       %FPP
[808]56bld::tool::fc        %COMPILER
57bld::tool::ld        %LINK
58bld::tool::ar        %AR
[3045]59bld::tool::arflags   %ARFLAGS
[808]60bld::tool::make      %MAKE
61bld::tool::fflags    %FFLAGS %INCDIR
62bld::tool::ldflags   %LD_FLAGS %LIB 
63
64bld::tool::cppflags  %FPP_FLAGS %INCDIR
65bld::tool::fppflags  %FPP_FLAGS %INCDIR
66bld::tool::fppkeys   %CPP_KEY %FPP_DEF
67
68
[1802]69# Example of how to set specific compiling options for a specific file
70# -> this can be including in the arch.opt file
[1279]71#bld::tool::fflags::phys::readaerosol         %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt -pi auto
72
73
74inc arch.opt
75
[808]76# Pre-process code before analysing dependencies
77bld::pp              1
78
79
80# Ignore the following dependencies
81bld::excl_dep        inc::netcdf.inc
82bld::excl_dep        use::netcdf
[1279]83bld::excl_dep        use::typesizes
[808]84bld::excl_dep        h::netcdf.inc
85bld::excl_dep        h::mpif.h
86bld::excl_dep        inc::mpif.h
87bld::excl_dep        use::ioipsl
88bld::excl_dep        use::intersurf
[816]89bld::excl_dep        use::mod_prism_proto
90bld::excl_dep        use::mod_prism_def_partition_proto
91bld::excl_dep        use::mod_prism_get_proto
92bld::excl_dep        use::mod_prism_put_proto
[1965]93bld::excl_dep        use::mod_prism
[1897]94bld::excl_dep        use::xios
95bld::excl_dep        use::iaxis
96bld::excl_dep        use::iaxis_attr
97bld::excl_dep        use::icontext_attr
98bld::excl_dep        use::idate
99bld::excl_dep        use::idomain_attr
100bld::excl_dep        use::ifield_attr
101bld::excl_dep        use::ifile_attr
102bld::excl_dep        use::ixml_tree
[1279]103
[808]104# Don't generate interface files
105bld::tool::geninterface none
106
107# Allow ".inc" as an extension for CPP include files
108bld::infile_ext::inc  CPP::INCLUDE
109
110# extension for module output
111bld::outfile_ext::mod .mod
[1425]112bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.