source: codes/icosagcm/trunk/bld.cfg @ 347

Last change on this file since 347 was 347, checked in by dubos, 9 years ago

Synced with aquaplanet branch HEAT@45 - tested with DCMIP4

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
22
23bld::lib    icosa
24bld::target libicosa.a
25bld::target icosa_gcm.exe
26
27bld::tool::fc        %COMPILER
28bld::tool::ld        %LINK
29bld::tool::ldflags   %LD_FLAGS %LIB 
30bld::tool::fflags    %FFLAGS 
31bld::tool::fppkeys   %CPP_KEY %FPP_DEF
32bld::tool::fpp       %FPP
33bld::tool::fppflags  %FPP_FLAGS
34
35# Pre-process code before analysing dependencies
36bld::pp              false
37
38bld::excl_dep        use::netcdf
39bld::excl_dep        use::omp_lib
40bld::excl_dep        inc::mpif.h
41bld::excl_dep        use::xios
42bld::excl_dep        %USE_IOIPSL
43
44bld::tool::SHELL   /bin/bash
45
Note: See TracBrowser for help on using the repository browser.