source: LMDZ5/trunk/bld.cfg @ 2087

Last change on this file since 2087 was 2084, checked in by Ehouarn Millour, 10 years ago

Small cosmetic change in makelmdz_fcm, use an empty dir strategy for optional packages rather than overwriting the bld.cfg file (causes issues when the later is a symbolic link).
EM

  • 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: 2.9 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
[2084]26src::sisvat  %SISVAT
27src::rrtm    %RRTM
[808]28src::grid    %SRC_PATH/grid
29src::filtrez %SRC_PATH/filtrez
30src::bibio   %SRC_PATH/bibio
[1944]31src::dyn3d_common   %SRC_PATH/dyn3d_common
[1327]32src::cosp    %COSP
[1545]33src::ext_src %EXT_SRC
[808]34
[1802]35bld::lib            lmdz
[808]36
37bld::outfile_ext::exe    %SUFF_NAME.e
[1802]38bld::target              liblmdz.a
[808]39bld::target              %EXEC%SUFF_NAME.e
[1802]40bld::exe_dep             
[808]41
42
43dir::root            %CONFIG_PATH
44dir::lib             %BASE_CONFIG_PATH
45dir::bin             %ROOT_PATH/bin
46
47#search_src           1
48
[875]49bld::tool::fpp       %FPP
[808]50bld::tool::fc        %COMPILER
51bld::tool::ld        %LINK
52bld::tool::ar        %AR
53bld::tool::make      %MAKE
54bld::tool::fflags    %FFLAGS %INCDIR
55bld::tool::ldflags   %LD_FLAGS %LIB 
56
57bld::tool::cppflags  %FPP_FLAGS %INCDIR
58bld::tool::fppflags  %FPP_FLAGS %INCDIR
59bld::tool::fppkeys   %CPP_KEY %FPP_DEF
60
61
[1802]62# Example of how to set specific compiling options for a specific file
63# -> this can be including in the arch.opt file
[1279]64#bld::tool::fflags::phys::readaerosol         %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt -pi auto
65
66
67inc arch.opt
68
[808]69# Pre-process code before analysing dependencies
70bld::pp              1
71
72
73# Ignore the following dependencies
74bld::excl_dep        inc::netcdf.inc
75bld::excl_dep        use::netcdf
[1279]76bld::excl_dep        use::typesizes
[808]77bld::excl_dep        h::netcdf.inc
78bld::excl_dep        h::mpif.h
79bld::excl_dep        inc::mpif.h
80bld::excl_dep        use::ioipsl
81bld::excl_dep        use::intersurf
[816]82bld::excl_dep        use::mod_prism_proto
83bld::excl_dep        use::mod_prism_def_partition_proto
84bld::excl_dep        use::mod_prism_get_proto
85bld::excl_dep        use::mod_prism_put_proto
[1965]86bld::excl_dep        use::mod_prism
[1897]87bld::excl_dep        use::xios
88bld::excl_dep        use::iaxis
89bld::excl_dep        use::iaxis_attr
90bld::excl_dep        use::icontext_attr
91bld::excl_dep        use::idate
92bld::excl_dep        use::idomain_attr
93bld::excl_dep        use::ifield_attr
94bld::excl_dep        use::ifile_attr
95bld::excl_dep        use::ixml_tree
[1279]96
[808]97# Don't generate interface files
98bld::tool::geninterface none
99
100# Allow ".inc" as an extension for CPP include files
101bld::infile_ext::inc  CPP::INCLUDE
102
103# extension for module output
104bld::outfile_ext::mod .mod
[1425]105bld::tool::SHELL   /bin/bash
[1865]106bld::tool::SHELL   /bin/ksh
Note: See TracBrowser for help on using the repository browser.