source: XIOS/dev/dev_olga/bld.cfg @ 1130

Last change on this file since 1130 was 1130, checked in by oabramkina, 7 years ago

Two-level server: merging new grid functionalities and changes in the communication protocol (e.g. non-blocking context finalize, registries, oasis).

Tests on curie: test_client, test_complete, nemo (test_xios2_cmip6.exe).

To do: non-structured grid, check reading, possible bug in client/server initialization (?).

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