Last change
on this file since 4249 was
4239,
checked in by dubos, 5 years ago
|
simple_physics : physics output with DYNAMICO, tested on Camelot
|
File size:
1.2 KB
|
Line | |
---|
1 | # ----------------------- FCM extract configuration file ----------------------- |
---|
2 | cfg::type bld |
---|
3 | cfg::version 1.0 |
---|
4 | |
---|
5 | |
---|
6 | # ------------------------------------------------------------------------------ |
---|
7 | # Build information |
---|
8 | # ------------------------------------------------------------------------------ |
---|
9 | |
---|
10 | inc arch.fcm |
---|
11 | inc config.fcm |
---|
12 | |
---|
13 | %FFLAGS %BASE_FFLAGS %COMPIL_FFLAGS |
---|
14 | |
---|
15 | dir::root $PWD |
---|
16 | |
---|
17 | src::src src |
---|
18 | src::driver src/driver |
---|
19 | src::physics src/physics |
---|
20 | search_src false |
---|
21 | |
---|
22 | bld::target dynamico_phyparam.exe |
---|
23 | |
---|
24 | bld::tool::fc %COMPILER |
---|
25 | bld::tool::ld %LINK |
---|
26 | bld::tool::ldflags %LD_FLAGS %LIB |
---|
27 | bld::tool::fflags %FFLAGS |
---|
28 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
---|
29 | bld::tool::fpp %FPP |
---|
30 | bld::tool::fppflags %FPP_FLAGS |
---|
31 | |
---|
32 | # Pre-process code before analysing dependencies |
---|
33 | bld::pp false |
---|
34 | |
---|
35 | bld::excl_dep use::icosa_init_mod |
---|
36 | bld::excl_dep use::icosa |
---|
37 | bld::excl_dep use::getin_mod |
---|
38 | bld::excl_dep use::time_mod |
---|
39 | bld::excl_dep use::mpipara |
---|
40 | bld::excl_dep use::output_field_mod |
---|
41 | bld::excl_dep use::physics_mod |
---|
42 | bld::excl_dep use::physics_interface_mod |
---|
43 | |
---|
44 | bld::tool::SHELL /bin/bash |
---|
Note: See
TracBrowser
for help on using the repository browser.