New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3695 for branches/2012/dev_MERGE_2012/NEMOGCM/TOOLS/COMPILE/bld.cfg – NEMO

Ignore:
Timestamp:
2012-11-28T09:46:30+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: add xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/TOOLS/COMPILE/bld.cfg

    r3680 r3695  
    1313search_src           1 
    1414 
    15 src::xmlf90::cml          $MAIN_DIR/EXTERNAL/XMLF90/src/cml 
    16 src::xmlf90::dom          $MAIN_DIR/EXTERNAL/XMLF90/src/dom 
    17 src::xmlf90::sax          $MAIN_DIR/EXTERNAL/XMLF90/src/sax 
    18 src::xmlf90::strings      $MAIN_DIR/EXTERNAL/XMLF90/src/strings 
    19 src::xmlf90::wxml         $MAIN_DIR/EXTERNAL/XMLF90/src/wxml 
    20 src::xmlf90::xpath        $MAIN_DIR/EXTERNAL/XMLF90/src/xpath 
    21 src::xmlio                $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO 
    22 src::ioserver             $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER 
    2315src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
    2416src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES 
    2517src::nemo                 $CONFIG_DIR/$NEW_CONF/OPAFILES/obj 
    2618 
    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 
     19bld::target  nemo.exe 
    3520bld::exe_dep 
    3621 
     
    4934 
    5035# Pre-process code before analysing dependencies 
    51 bld::pp::xmlio    1 
    52 bld::pp::ioserver 1 
    5336bld::pp::ioipsl   1 
    5437bld::pp::nemo     1 
    5538bld::pp::agrif    1 
    5639bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/OPAFILES/inc 
    57 bld::tool::fppflags::xmlio     %FPPFLAGS 
    58 bld::tool::fppflags::ioserver  %FPPFLAGS 
    5940bld::tool::fppflags::ioipsl    %FPPFLAGS 
    6041bld::tool::fppflags::agrif     %FPPFLAGS 
     
    6445bld::excl_dep        inc::VT.inc 
    6546bld::excl_dep        use::netcdf 
     47bld::excl_dep        use::xios 
    6648bld::excl_dep        h::netcdf.inc 
    6749bld::excl_dep        h::mpif.h 
Note: See TracChangeset for help on using the changeset viewer.