source: codes/icosagcm/branches/SATURN_DYNAMICO/ICOSAGCM/bld.cfg @ 282

Last change on this file since 282 was 254, checked in by ymipsl, 10 years ago

Adding xios output functionnalities

YM

File size: 1.4 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
15#dest   $PWD
16dir::root            $PWD
17
18src::src        src
19src::ioipsl     tools/ioipsl
20search_src           false
21bld::lib::ioipsl ioipsl
22bld::target libioipsl.a
23bld::target icosa_gcm.exe
24
25bld::tool::fc        %COMPILER
26bld::tool::ld        %LINK
27bld::tool::ldflags   %LD_FLAGS  -L../../LMDZ.COMMON/lib -llmdz %LIB 
28bld::tool::fflags    %FFLAGS 
29bld::tool::fppkeys   %CPP_KEY %FPP_DEF
30bld::tool::fpp       %FPP
31bld::tool::fppflags  %FPP_FLAGS
32
33#bld::tool::fflags::src::transfert_mpi  %BASE_FFLAGS  %DEBUG_FFLAGS %OMP_FFLAGS -I/ccc/work/cont003/dsm/p86yann/XIOS_COMMIT_V1.7/inc -I /usr/local/netcdf-4.2_hdf5_parallel/include
34#bld::tool::fflags::src::check_conserve %BASE_FFLAGS  %DEBUG_FFLAGS %OMP_FFLAGS -I/ccc/work/cont003/dsm/p86yann/XIOS_COMMIT_V1.7/inc -I /usr/local/netcdf-4.2_hdf5_parallel/include
35
36
37# Pre-process code before analysing dependencies
38bld::pp              false
39
40bld::excl_dep        use::netcdf
41bld::excl_dep        use::omp_lib
42bld::excl_dep        inc::mpif.h
43bld::excl_dep        use::xios
44
45bld::tool::SHELL   /bin/bash
46
Note: See TracBrowser for help on using the repository browser.