source: XIOS/trunk/bld.cfg @ 688

Last change on this file since 688 was 688, checked in by mhnguyen, 9 years ago

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

File size: 2.2 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%CFLAGS           %BASE_CFLAGS %COMPIL_CFLAGS
14%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
15%LD_FLAGS         %ARCH_LD %BASE_LD
16
17
18dest::root   $PWD
19
20bld::infile_ext::cpp   C::SOURCE
21bld::infile_ext::conf  CPP::INCLUDE
22bld::infile_ext::hpp   CPP::INCLUDE
23
24
25search_src           true
26src::zzz .
27src::date $PWD/extern/boost/src/date_time
28src::blitz $PWD/extern/blitz/src
29src::netcdf $PWD/extern/netcdf4
30src::remap $PWD/extern/remap/src
31bld::lib xios
32bld::lib::remap mapper
33bld::target libxios.a libmapper.a
34#bld::target generate_fortran_interface.exe
35bld::target xios_server.exe test_remap.exe
36#bld::target test_new_features.exe test_unstruct_complete.exe
37#bld::target test_client.exe test_complete.exe
38bld::exe_dep
39
40bld::tool::cc        %CCOMPILER
41bld::tool::fc        %FCOMPILER
42bld::tool::fpp       %FPP
43bld::tool::cpp       %CPP
44bld::tool::cppflags  %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
45bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
46bld::tool::ld        %LINKER
47bld::tool::ldflags   %LD_FLAGS 
48bld::tool::cflags    %CFLAGS %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
49bld::tool::fflags    %FFLAGS %FBASE_INC 
50bld::tool::cppkeys   %CPP_KEY
51bld::tool::fppkeys   %CPP_KEY
52bld::tool::make      %MAKE
53
54# Pre-process code before analysing dependencies
55bld::pp    false         
56bld::pp::interface/fortran              true
57bld::pp::interface/fortran_attr         true
58bld::excl_dep        use::mod_prism_get_comm
59bld::excl_dep        use::mod_prism_get_localcomm_proto
60bld::excl_dep        use::mod_prism_proto
61bld::excl_dep        use::mod_prism
62bld::excl_dep        use::netcdf
63bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.