Last change
on this file since 3888 was
3850,
checked in by ymipsl, 9 years ago
|
Add XIOS output in DYNAMICO side
YM
|
File size:
1.1 KB
|
Rev | Line | |
---|
[3810] | 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 |
---|
[3843] | 18 | src::ioipsl %IOIPSL_PATH |
---|
[3810] | 19 | search_src false |
---|
[3843] | 20 | #bld::lib::ioipsl ioipsl |
---|
| 21 | #bld::target libioipsl.a |
---|
[3850] | 22 | |
---|
[3843] | 23 | bld::lib icosa |
---|
[3833] | 24 | bld::target libicosa.a |
---|
[3810] | 25 | bld::target icosa_gcm.exe |
---|
| 26 | |
---|
| 27 | bld::tool::fc %COMPILER |
---|
| 28 | bld::tool::ld %LINK |
---|
| 29 | bld::tool::ldflags %LD_FLAGS %LIB |
---|
| 30 | bld::tool::fflags %FFLAGS |
---|
| 31 | bld::tool::fppkeys %CPP_KEY %FPP_DEF |
---|
| 32 | bld::tool::fpp %FPP |
---|
| 33 | bld::tool::fppflags %FPP_FLAGS |
---|
| 34 | |
---|
| 35 | # Pre-process code before analysing dependencies |
---|
| 36 | bld::pp false |
---|
| 37 | |
---|
| 38 | bld::excl_dep use::netcdf |
---|
| 39 | bld::excl_dep use::omp_lib |
---|
| 40 | bld::excl_dep inc::mpif.h |
---|
| 41 | bld::excl_dep use::xios |
---|
[3843] | 42 | bld::excl_dep %USE_IOIPSL |
---|
[3810] | 43 | |
---|
| 44 | bld::tool::SHELL /bin/bash |
---|
| 45 | |
---|
Note: See
TracBrowser
for help on using the repository browser.