source: XIOS/trunk/bld.cfg @ 658

Last change on this file since 658 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
RevLine 
[245]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
[291]26src::zzz .
[316]27src::date $PWD/extern/boost/src/date_time
[371]28src::blitz $PWD/extern/blitz/src
[410]29src::netcdf $PWD/extern/netcdf4
[291]30bld::lib xios
31bld::target libxios.a
[462]32#bld::target generate_fortran_interface.exe
[657]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
[245]34bld::exe_dep
35
36bld::tool::cc        %CCOMPILER
37bld::tool::fc        %FCOMPILER
[395]38bld::tool::fpp       %FPP
39bld::tool::cpp       %CPP
[410]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 
[395]41bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
[245]42bld::tool::ld        %LINKER
43bld::tool::ldflags   %LD_FLAGS 
[410]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 
[329]45bld::tool::fflags    %FFLAGS %FBASE_INC 
[287]46bld::tool::cppkeys   %CPP_KEY
47bld::tool::fppkeys   %CPP_KEY
[395]48bld::tool::make      %MAKE
[245]49
50# Pre-process code before analysing dependencies
[327]51bld::pp    false         
[422]52bld::pp::interface/fortran              true
53bld::pp::interface/fortran_attr         true
[287]54bld::excl_dep        use::mod_prism_get_comm
[300]55bld::excl_dep        use::mod_prism_get_localcomm_proto
[287]56bld::excl_dep        use::mod_prism_proto
[475]57bld::excl_dep        use::mod_prism
[245]58bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.