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/bldxag.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/bldxag.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::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    2517 
    26 bld::target  server.exe nemo.exe 
     18bld::target nemo.exe 
    2719bld::exe_dep 
    2820 
     
    4032 
    4133# Pre-process code before analysing dependencies 
    42 bld::pp::xmlio    1 
    43 bld::pp::ioserver 1 
    4434bld::pp::ioipsl   1 
    4535bld::pp::nemo     1 
    4636bld::tool::fppflags::nemo     %FPPFLAGS 
    47 bld::tool::fppflags::xmlio    %FPPFLAGS 
    48 bld::tool::fppflags::ioserver %FPPFLAGS 
    4937bld::tool::fppflags::ioipsl   %FPPFLAGS 
    5038 
     
    5341bld::excl_dep        inc::VT.inc 
    5442bld::excl_dep        use::netcdf 
     43bld::excl_dep        use::xios 
    5544bld::excl_dep        h::netcdf.inc 
    5645bld::excl_dep        h::mpif.h 
Note: See TracChangeset for help on using the changeset viewer.