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

Last change on this file since 28 was 28, checked in by ymipsl, 12 years ago

update of bld.cfg and make_icosa for parallelism

YM

File size: 1014 bytes
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%LD_FLAGS         %BASE_LD
15
16#dest   $PWD
17dir::root            $PWD
18
19src::src        src
20src::ioipsl     tools/ioipsl
21search_src           false
22bld::lib::ioipsl ioipsl
23bld::target libioipsl.a
24bld::target icosa_gcm.exe icosa_sw.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
31
32# Pre-process code before analysing dependencies
33bld::pp              true
34
35bld::excl_dep        use::netcdf
36bld::excl_dep        use::omp_lib
37bld::excl_dep        inc::mpif.h
38
39bld::tool::SHELL   /bin/bash
40
Note: See TracBrowser for help on using the repository browser.