source: XIOS/dev/branch_yushan_merged/bld.cfg @ 1205

Last change on this file since 1205 was 1203, checked in by yushan, 7 years ago

prep to merge with trunk @1200

File size: 2.5 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
[1134]31src::src_ep_dev $PWD/extern/src_ep_dev
[291]32bld::lib xios
[1134]33#bld::target libxios.a
[1118]34#bld::target generate_fortran_interface.exe
[1141]35#bld::target xios_server.exe
[1203]36bld::target test_remap.exe
[1083]37#bld::target test_regular.exe
38#bld::target test_expand_domain.exe
39#bld::target test_new_features.exe test_unstruct_complete.exe
[1196]40bld::target test_omp.exe test_complete_omp.exe test_remap_omp.exe test_unstruct_omp.exe
[1141]41#bld::target test_client.exe test_complete.exe #test_xios2_cmip6.exe
[1083]42#bld::target test_connectivity_expand.exe
[1118]43#bld::target toy_cmip6.exe
[245]44bld::exe_dep
45
46bld::tool::cc        %CCOMPILER
47bld::tool::fc        %FCOMPILER
[395]48bld::tool::fpp       %FPP
49bld::tool::cpp       %CPP
[410]50bld::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]51bld::tool::fppflags  %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include 
[245]52bld::tool::ld        %LINKER
53bld::tool::ldflags   %LD_FLAGS 
[410]54bld::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]55bld::tool::fflags    %FFLAGS %FBASE_INC 
[287]56bld::tool::cppkeys   %CPP_KEY
57bld::tool::fppkeys   %CPP_KEY
[395]58bld::tool::make      %MAKE
[245]59
60# Pre-process code before analysing dependencies
[327]61bld::pp    false         
[422]62bld::pp::interface/fortran              true
63bld::pp::interface/fortran_attr         true
[287]64bld::excl_dep        use::mod_prism_get_comm
[300]65bld::excl_dep        use::mod_prism_get_localcomm_proto
[287]66bld::excl_dep        use::mod_prism_proto
[475]67bld::excl_dep        use::mod_prism
[660]68bld::excl_dep        use::netcdf
[245]69bld::excl_dep        inc::mpif.h
[1134]70bld::excl_dep        use::omp_lib
Note: See TracBrowser for help on using the repository browser.