source: dynamico_lmdz/aquaplanet/ICOSAGCM/bld.cfg @ 3846

Last change on this file since 3846 was 3843, checked in by ymipsl, 10 years ago

Update dynamico building environment for dynamico-LMDZ

YM

File size: 1.1 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10inc arch.fcm
11inc config.fcm
12
13%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
14
15dir::root            $PWD
16
17src::src        src
18src::ioipsl     %IOIPSL_PATH
19search_src           false
20#bld::lib::ioipsl ioipsl
21#bld::target libioipsl.a
22bld::lib    icosa
23bld::target libicosa.a
24bld::target icosa_gcm.exe
25
26bld::tool::fc        %COMPILER
27bld::tool::ld        %LINK
28bld::tool::ldflags   %LD_FLAGS %LIB
29bld::tool::fflags    %FFLAGS
30bld::tool::fppkeys   %CPP_KEY %FPP_DEF
31bld::tool::fpp       %FPP
32bld::tool::fppflags  %FPP_FLAGS
33
34# Pre-process code before analysing dependencies
35bld::pp              false
36
37bld::excl_dep        use::netcdf
38bld::excl_dep        use::omp_lib
39bld::excl_dep        inc::mpif.h
40bld::excl_dep        use::xios
41bld::excl_dep        %USE_IOIPSL
42
43bld::tool::SHELL   /bin/bash
44
Note: See TracBrowser for help on using the repository browser.