[808] | 1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
| 2 | cfg::type bld |
---|
| 3 | cfg::version 1.0 |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | # ------------------------------------------------------------------------------ |
---|
| 7 | # Build information |
---|
| 8 | # ------------------------------------------------------------------------------ |
---|
| 9 | |
---|
[875] | 10 | #Default value of FPP fortran preprocessor |
---|
| 11 | %FPP cpp |
---|
[808] | 12 | |
---|
| 13 | inc arch.fcm |
---|
| 14 | inc config.fcm |
---|
| 15 | |
---|
| 16 | %CONFIG_NAME %{ARCH}%SUFF_NAME |
---|
| 17 | %BASE_CONFIG_PATH %LIBO/%CONFIG_NAME |
---|
| 18 | %CONFIG_PATH %BASE_CONFIG_PATH/.config |
---|
| 19 | %SRC_PATH %LIBF |
---|
| 20 | |
---|
[1006] | 21 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS %PARA_FFLAGS |
---|
| 22 | %LD_FLAGS %BASE_LD %PARA_LD |
---|
[808] | 23 | |
---|
[1327] | 24 | src::dyn %SRC_PATH/%DYN |
---|
| 25 | src::phys %SRC_PATH/%PHYS |
---|
[2071] | 26 | #src::sisvat %SRC_PATH/%PHYS/sisvat |
---|
| 27 | #src::rrtm %SRC_PATH/%PHYS/rrtm |
---|
[808] | 28 | src::grid %SRC_PATH/grid |
---|
| 29 | src::filtrez %SRC_PATH/filtrez |
---|
| 30 | src::bibio %SRC_PATH/bibio |
---|
[2071] | 31 | src::dyn3d_common %SRC_PATH/dyn3d_common |
---|
[1327] | 32 | src::cosp %COSP |
---|
[1545] | 33 | src::ext_src %EXT_SRC |
---|
[808] | 34 | |
---|
[2071] | 35 | bld::lib lmdz |
---|
[808] | 36 | |
---|
| 37 | bld::outfile_ext::exe %SUFF_NAME.e |
---|
[2071] | 38 | bld::target liblmdz.a |
---|
[808] | 39 | bld::target %EXEC%SUFF_NAME.e |
---|
[2071] | 40 | bld::exe_dep |
---|
[808] | 41 | |
---|
| 42 | |
---|
| 43 | dir::root %CONFIG_PATH |
---|
| 44 | dir::lib %BASE_CONFIG_PATH |
---|
| 45 | dir::bin %ROOT_PATH/bin |
---|
| 46 | |
---|
| 47 | #search_src 1 |
---|
| 48 | |
---|
[875] | 49 | bld::tool::fpp %FPP |
---|
[808] | 50 | bld::tool::fc %COMPILER |
---|
| 51 | bld::tool::ld %LINK |
---|
| 52 | bld::tool::ar %AR |
---|
| 53 | bld::tool::make %MAKE |
---|
| 54 | bld::tool::fflags %FFLAGS %INCDIR |
---|
| 55 | bld::tool::ldflags %LD_FLAGS %LIB |
---|
| 56 | |
---|
| 57 | bld::tool::cppflags %FPP_FLAGS %INCDIR |
---|
| 58 | bld::tool::fppflags %FPP_FLAGS %INCDIR |
---|
| 59 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
---|
| 60 | |
---|
| 61 | |
---|
[2071] | 62 | # Example of how to set specific compiling options for a specific file |
---|
| 63 | # -> this can be including in the arch.opt file |
---|
[1279] | 64 | #bld::tool::fflags::phys::readaerosol %BASE_FFLAGS %PROD_FFLAGS %INCDIR -C hopt -pi auto |
---|
| 65 | |
---|
| 66 | |
---|
| 67 | inc arch.opt |
---|
| 68 | |
---|
[808] | 69 | # Pre-process code before analysing dependencies |
---|
| 70 | bld::pp 1 |
---|
| 71 | |
---|
| 72 | |
---|
| 73 | # Ignore the following dependencies |
---|
| 74 | bld::excl_dep inc::netcdf.inc |
---|
| 75 | bld::excl_dep use::netcdf |
---|
[1279] | 76 | bld::excl_dep use::typesizes |
---|
[808] | 77 | bld::excl_dep h::netcdf.inc |
---|
| 78 | bld::excl_dep h::mpif.h |
---|
| 79 | bld::excl_dep inc::mpif.h |
---|
| 80 | bld::excl_dep use::ioipsl |
---|
| 81 | bld::excl_dep use::intersurf |
---|
[2074] | 82 | bld::excl_dep use::mkl_dfti |
---|
[816] | 83 | bld::excl_dep use::mod_prism_proto |
---|
| 84 | bld::excl_dep use::mod_prism_def_partition_proto |
---|
| 85 | bld::excl_dep use::mod_prism_get_proto |
---|
| 86 | bld::excl_dep use::mod_prism_put_proto |
---|
[2071] | 87 | bld::excl_dep use::mod_prism |
---|
| 88 | bld::excl_dep use::xios |
---|
| 89 | bld::excl_dep use::iaxis |
---|
| 90 | bld::excl_dep use::iaxis_attr |
---|
| 91 | bld::excl_dep use::icontext_attr |
---|
| 92 | bld::excl_dep use::idate |
---|
| 93 | bld::excl_dep use::idomain_attr |
---|
| 94 | bld::excl_dep use::ifield_attr |
---|
| 95 | bld::excl_dep use::ifile_attr |
---|
| 96 | bld::excl_dep use::ixml_tree |
---|
[1279] | 97 | |
---|
[808] | 98 | # Don't generate interface files |
---|
| 99 | bld::tool::geninterface none |
---|
| 100 | |
---|
| 101 | # Allow ".inc" as an extension for CPP include files |
---|
| 102 | bld::infile_ext::inc CPP::INCLUDE |
---|
| 103 | |
---|
| 104 | # extension for module output |
---|
| 105 | bld::outfile_ext::mod .mod |
---|
[1425] | 106 | bld::tool::SHELL /bin/bash |
---|
[2071] | 107 | bld::tool::SHELL /bin/ksh |
---|