1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
2 | cfg::type bld |
---|
3 | cfg::version 1.0 |
---|
4 | |
---|
5 | |
---|
6 | # ------------------------------------------------------------------------------ |
---|
7 | # Build information |
---|
8 | # ------------------------------------------------------------------------------ |
---|
9 | |
---|
10 | inc $COMPIL_DIR/arch_nemo.fcm |
---|
11 | inc $COMPIL_DIR/cpp.fcm |
---|
12 | search_src 1 |
---|
13 | |
---|
14 | src::nemo $CONFIG_DIR/$NEW_CONF/WORK |
---|
15 | |
---|
16 | bld::target lib_cray.f90 nemo.f90 agrif_user.f90 agrif2model.f90 |
---|
17 | |
---|
18 | dir::root $NEMO_TDIR/$NEW_CONF/NEMOFILES |
---|
19 | |
---|
20 | bld::tool::fc_output |
---|
21 | bld::tool::fc_compile |
---|
22 | bld::tool::fc_include |
---|
23 | bld::tool::fc $COMPIL_DIR/agrifpp.sh ${NEMO_TDIR} |
---|
24 | bld::tool::fflags |
---|
25 | bld::tool::ld |
---|
26 | bld::tool::ldflags |
---|
27 | bld::tool::ar |
---|
28 | bld::tool::arflags |
---|
29 | bld::tool::make %MK |
---|
30 | |
---|
31 | OUTFILE_EXT::obj .f90 |
---|
32 | |
---|
33 | # Pre-process code before analysing dependencies |
---|
34 | bld::pp::nemo 1 |
---|
35 | bld::pp::nemo/agrif2model 0 |
---|
36 | bld::tool::cpp %CPP |
---|
37 | bld::tool::fpp %CPP |
---|
38 | bld::tool::fppflags::nemo %FPPFLAGS |
---|
39 | |
---|
40 | # Ignore the following dependencies |
---|
41 | bld::excl_dep inc::netcdf.inc |
---|
42 | bld::excl_dep inc::VT.inc |
---|
43 | bld::excl_dep use::netcdf |
---|
44 | bld::excl_dep h::netcdf.inc |
---|
45 | bld::excl_dep h::mpif.h |
---|
46 | bld::excl_dep inc::mpif.h |
---|
47 | bld::excl_dep inc::mpe_logf.h |
---|
48 | bld::excl_dep use::mpi |
---|
49 | bld::excl_dep use::mod_oasis |
---|
50 | bld::excl_dep use::mkl_dfti |
---|
51 | bld::excl_dep use::nc4interface |
---|
52 | bld::excl_dep use::ioipsl |
---|
53 | bld::excl_dep use::ppr_1d |
---|
54 | bld::excl_dep use::xios |
---|
55 | bld::excl_dep use::agrif_grids |
---|
56 | bld::excl_dep use::agrif_types |
---|
57 | bld::excl_dep use::agrif_util |
---|
58 | bld::excl_dep inc::SetNumberofcells.h |
---|
59 | bld::excl_dep inc::GetNumberofcells.h |
---|
60 | bld::excl_dep inc::include_use_Alloc_agrif.h |
---|
61 | bld::excl_dep inc::allocations_calls_agrif.h |
---|
62 | bld::excl_dep inc::modtype_agrif.h |
---|
63 | bld::excl_dep inc::probdim_agrif.h |
---|
64 | bld::excl_dep inc::keys_agrif.h |
---|
65 | bld::excl_dep h::SetNumberofcells.h |
---|
66 | bld::excl_dep h::GetNumberofcells.h |
---|
67 | bld::excl_dep h::include_use_Alloc_agrif.h |
---|
68 | bld::excl_dep h::allocations_calls_agrif.h |
---|
69 | bld::excl_dep h::modtype_agrif.h |
---|
70 | bld::excl_dep h::probdim_agrif.h |
---|
71 | bld::excl_dep h::keys_agrif.h |
---|
72 | bld::excl_dep use::mod_attribut |
---|
73 | bld::excl_dep use::mod_event_client |
---|
74 | bld::excl_dep use::mod_ioclient |
---|
75 | #bld::excl_dep OBJ |
---|
76 | |
---|
77 | # Don't generate interface files |
---|
78 | bld::tool::geninterface none |
---|
79 | |
---|
80 | # Allow ".h90" and ".f90" as an extension for CPP include files |
---|
81 | bld::infile_ext::h90 CPP::INCLUDE |
---|
82 | bld::infile_ext::f90 FPP::FPP9X::SOURCE |
---|
83 | bld::src_type::nemo/agrif2model.F90 FORTRAN::FORTRAN9X::SOURCE |
---|