Changeset 3544
- Timestamp:
- 2012-11-13T21:09:06+01:00 (12 years ago)
- Location:
- branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_r3406_LOCEAN4_XIOS/NEMOGCM/TOOLS/COMPILE/bld.cfg
r3294 r3544 13 13 search_src 1 14 14 15 src::xmlf90::cml $MAIN_DIR/EXTERNAL/XMLF90/src/cml16 src::xmlf90::dom $MAIN_DIR/EXTERNAL/XMLF90/src/dom17 src::xmlf90::sax $MAIN_DIR/EXTERNAL/XMLF90/src/sax18 src::xmlf90::strings $MAIN_DIR/EXTERNAL/XMLF90/src/strings19 src::xmlf90::wxml $MAIN_DIR/EXTERNAL/XMLF90/src/wxml20 src::xmlf90::xpath $MAIN_DIR/EXTERNAL/XMLF90/src/xpath21 src::xmlio $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO22 src::ioserver $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER23 15 src::ioipsl $MAIN_DIR/EXTERNAL/IOIPSL/src 24 16 src::agrif $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES 25 17 src::nemo $CONFIG_DIR/$NEW_CONF/WORK 26 18 27 #bld::lib::xmlf90 xmlf90 28 #bld::lib::xmlio xmlio 29 #bld::lib::ioserver ioserver 30 #bld::lib::ioipsl ioipsl 31 #bld::lib::agrif agrif 32 #bld::lib::nemo nemo 33 #bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe 34 bld::target server.exe nemo.exe 19 bld::target nemo.exe 35 20 bld::exe_dep 36 21 37 22 38 23 dir::root $NEMO_TDIR/$NEW_CONF/BLD 39 40 24 41 25 bld::tool::fc %FC … … 49 33 50 34 # Pre-process code before analysing dependencies 51 bld::pp::xmlio 152 bld::pp::ioserver 153 35 bld::pp::ioipsl 1 54 36 bld::pp::nemo 1 … … 56 38 bld::tool::fpp $COMPIL_DIR/agrifpp.sh 57 39 bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 58 bld::tool::fppflags::xmlio 0 %FPPFLAGS59 bld::tool::fppflags::ioserver 0 %FPPFLAGS60 40 bld::tool::fppflags::ioipsl 0 %FPPFLAGS 61 41 bld::tool::fppflags::agrif 0 %FPPFLAGS … … 65 45 bld::excl_dep inc::VT.inc 66 46 bld::excl_dep use::netcdf 47 bld::excl_dep use::xios 67 48 bld::excl_dep h::netcdf.inc 68 49 bld::excl_dep h::mpif.h
Note: See TracChangeset
for help on using the changeset viewer.