source: codes/icosagcm/devel/bld.cfg @ 663

Last change on this file since 663 was 615, checked in by dubos, 7 years ago

devel/unstructured : import Python layer from HEAT

File size: 1.5 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::ioipsl             %IOIPSL_PATH
18src::src                src
19src::vertical           src/vertical
20src::base               src/base
21src::sphere             src/sphere
22src::parallel           src/parallel
23src::output             src/output
24src::initial            src/initial
25src::dcmip              src/dcmip
26src::physics            src/physics
27src::dissip             src/dissip
28src::dynamics           src/dynamics
29src::transport          src/transport
30src::diagnostics        src/diagnostics
31src::time               src/time
32src::unstructured       src/unstructured
33src::kernels_hex        src/kernels_hex
34src::kernels_unst       src/kernels_unst
35search_src              false
36#bld::lib::ioipsl ioipsl
37#bld::target libioipsl.a
38
39bld::lib    icosa
40bld::target libicosa.a
41bld::target icosa_gcm.exe
42
43bld::tool::fc        %COMPILER
44bld::tool::ld        %LINK
45bld::tool::ldflags   %LD_FLAGS %LIB 
46bld::tool::fflags    %FFLAGS 
47bld::tool::fppkeys   %CPP_KEY %FPP_DEF
48bld::tool::fpp       %FPP
49bld::tool::fppflags  %FPP_FLAGS
50
51# Pre-process code before analysing dependencies
52bld::pp              false
53
54bld::excl_dep        use::netcdf
55bld::excl_dep        use::omp_lib
56bld::excl_dep        inc::mpif.h
57bld::excl_dep        use::xios
58bld::excl_dep        %USE_IOIPSL
59
60bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.