source: XIOS/trunk/bld.cfg @ 657

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

Making changes in domain to make sure unstructed grid work with new method of index distribution

+) Change the way define i_index and j_index of a domain
+) Remove some redundant attributes of domain
+) Adjust the way to calculate index distribution on server side

Test
+) Make some minor change to test_unstruct_complete to work with new XIOS
+) On Curie
+) All test pass and correct

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