source: LMDZ5/trunk/bld.cfg @ 2634

Last change on this file since 2634 was 2633, checked in by fhourdin, 8 years ago

Pour la compilation avec fcm de la version dust

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