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
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
[688]30src::remap $PWD/extern/remap/src
[291]31bld::lib xios
[709]32bld::target libxios.a 
[462]33#bld::target generate_fortran_interface.exe
[660]34bld::target xios_server.exe test_remap.exe
[709]35bld::target test_new_features.exe test_unstruct_complete.exe 
[691]36bld::target test_client.exe test_complete.exe
[245]37bld::exe_dep
38
39bld::tool::cc        %CCOMPILER
40bld::tool::fc        %FCOMPILER
[395]41bld::tool::fpp       %FPP
42bld::tool::cpp       %CPP
[410]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 
[395]44bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
[245]45bld::tool::ld        %LINKER
46bld::tool::ldflags   %LD_FLAGS 
[410]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 
[329]48bld::tool::fflags    %FFLAGS %FBASE_INC 
[287]49bld::tool::cppkeys   %CPP_KEY
50bld::tool::fppkeys   %CPP_KEY
[395]51bld::tool::make      %MAKE
[245]52
53# Pre-process code before analysing dependencies
[327]54bld::pp    false         
[422]55bld::pp::interface/fortran              true
56bld::pp::interface/fortran_attr         true
[287]57bld::excl_dep        use::mod_prism_get_comm
[300]58bld::excl_dep        use::mod_prism_get_localcomm_proto
[287]59bld::excl_dep        use::mod_prism_proto
[475]60bld::excl_dep        use::mod_prism
[660]61bld::excl_dep        use::netcdf
[245]62bld::excl_dep        inc::mpif.h
Note: See TracBrowser for help on using the repository browser.