source: XIOS/trunk/bld.cfg @ 827

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

Correcting a bug in interpolation domain

+) Replace shared send buffer by seperate buffer for each proc
+) Remove some redundant codes

Test
+) On Curie
+) test_client, test_complete and test_remap pass

File size: 2.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%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::target libxios.a 
33#bld::target generate_fortran_interface.exe
34bld::target xios_server.exe test_remap.exe
35bld::target test_new_features.exe test_unstruct_complete.exe 
36bld::target test_client.exe test_complete.exe
37bld::exe_dep
38
39bld::tool::cc        %CCOMPILER
40bld::tool::fc        %FCOMPILER
41bld::tool::fpp       %FPP
42bld::tool::cpp       %CPP
43bld::tool::cppflags  %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include 
44bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
45bld::tool::ld        %LINKER
46bld::tool::ldflags   %LD_FLAGS 
47bld::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 
48bld::tool::fflags    %FFLAGS %FBASE_INC 
49bld::tool::cppkeys   %CPP_KEY
50bld::tool::fppkeys   %CPP_KEY
51bld::tool::make      %MAKE
52
53# Pre-process code before analysing dependencies
54bld::pp    false         
55bld::pp::interface/fortran              true
56bld::pp::interface/fortran_attr         true
57bld::excl_dep        use::mod_prism_get_comm
58bld::excl_dep        use::mod_prism_get_localcomm_proto
59bld::excl_dep        use::mod_prism_proto
60bld::excl_dep        use::mod_prism
61bld::excl_dep        use::netcdf
62bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.