1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
2 | cfg::type bld |
---|
3 | cfg::version 1.0 |
---|
4 | |
---|
5 | |
---|
6 | # ------------------------------------------------------------------------------ |
---|
7 | # Build information |
---|
8 | # ------------------------------------------------------------------------------ |
---|
9 | |
---|
10 | # Specifying the build directory and src::blitz if necessary. |
---|
11 | inc bld_dir.cfg |
---|
12 | |
---|
13 | %CFLAGS %BASE_CFLAGS %COMPIL_CFLAGS |
---|
14 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
---|
15 | %LD_FLAGS %ARCH_LD %BASE_LD |
---|
16 | |
---|
17 | bld::infile_ext::cpp C::SOURCE |
---|
18 | bld::infile_ext::conf CPP::INCLUDE |
---|
19 | bld::infile_ext::hpp CPP::INCLUDE |
---|
20 | |
---|
21 | # IMPORTANT: as the build directory may not necessarily coincide with the source directory, |
---|
22 | # each source subfolder should be declared individually |
---|
23 | search_src false |
---|
24 | src::xios $PWD/src |
---|
25 | src::xios::config $PWD/src/config |
---|
26 | src::xios::date $PWD/src/date |
---|
27 | src::xios::filter $PWD/src/filter |
---|
28 | src::xios::functor $PWD/src/functor |
---|
29 | src::xios::interface::c $PWD/src/interface/c |
---|
30 | src::xios::interface::c_attr $PWD/src/interface/c_attr |
---|
31 | src::xios::interface::fortran $PWD/src/interface/fortran |
---|
32 | src::xios::interface::fortran_attr $PWD/src/interface/fortran_attr |
---|
33 | src::xios::io $PWD/src/io |
---|
34 | src::xios::node $PWD/src/node |
---|
35 | src::xios::parse_expr $PWD/src/parse_expr |
---|
36 | src::xios::test $PWD/src/test |
---|
37 | src::xios::transformation $PWD/src/transformation |
---|
38 | src::xios::transformation::Functions $PWD/src/transformation/Functions |
---|
39 | src::xios::type $PWD/src/type |
---|
40 | |
---|
41 | src::netcdf $PWD/extern/netcdf4 |
---|
42 | src::remap $PWD/extern/remap/src |
---|
43 | src::src_ep_dev $PWD/extern/src_ep_dev |
---|
44 | bld::lib xios |
---|
45 | bld::target libxios.a |
---|
46 | #bld::target generate_fortran_interface.exe |
---|
47 | #bld::target test_remap.exe |
---|
48 | bld::target xios_server.exe |
---|
49 | #bld::target test_regular.exe |
---|
50 | #bld::target test_xios2_cmip6.exe |
---|
51 | #bld::target test_new_features.exe test_unstruct_complete.exe |
---|
52 | bld::target test_remap.exe |
---|
53 | bld::target test_remap_omp.exe |
---|
54 | bld::target test_complete.exe |
---|
55 | bld::target test_complete_omp.exe |
---|
56 | bld::target test_client.exe |
---|
57 | bld::target test_omp.exe |
---|
58 | bld::target generic_testcase.exe |
---|
59 | #bld::target test_omp2.exe |
---|
60 | #bld::target test_send.exe |
---|
61 | #bld::target test_send2.exe |
---|
62 | #bld::target test_unstruct_complete.exe |
---|
63 | #bld::target test_unstructured.exe |
---|
64 | bld::exe_dep |
---|
65 | |
---|
66 | bld::tool::cc %CCOMPILER |
---|
67 | bld::tool::fc %FCOMPILER |
---|
68 | bld::tool::fpp %FPP |
---|
69 | bld::tool::cpp %CPP |
---|
70 | bld::tool::cppflags %CBASE_INC -I${PWD}/extern/src_netcdf -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include -I${PWD}/extern/blitz/include |
---|
71 | bld::tool::fppflags %BASE_INC -I${PWD}/extern/boost/include -I${PWD}/extern/rapidxml/include |
---|
72 | bld::tool::ld %LINKER |
---|
73 | bld::tool::ldflags %LD_FLAGS |
---|
74 | bld::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 -I${PWD}/extern/src_ep_dev |
---|
75 | bld::tool::fflags %FFLAGS %FBASE_INC |
---|
76 | bld::tool::cppkeys %CPP_KEY |
---|
77 | bld::tool::fppkeys %CPP_KEY |
---|
78 | bld::tool::make %MAKE |
---|
79 | |
---|
80 | # Pre-process code before analysing dependencies |
---|
81 | bld::pp false |
---|
82 | bld::pp::xios::interface::fortran true |
---|
83 | bld::pp::xios::interface::fortran_attr true |
---|
84 | bld::excl_dep use::mod_prism_get_comm |
---|
85 | bld::excl_dep use::mod_prism_get_localcomm_proto |
---|
86 | bld::excl_dep use::mod_prism_proto |
---|
87 | bld::excl_dep use::mod_prism |
---|
88 | bld::excl_dep use::netcdf |
---|
89 | bld::excl_dep inc::mpif.h |
---|
90 | bld::excl_dep use::omp_lib |
---|