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 3544 – NEMO

Changeset 3544


Ignore:
Timestamp:
2012-11-13T21:09:06+01:00 (11 years ago)
Author:
smasson
Message:

branch dev_r3406_LOCEAN4_XIOS_r35474 : complete previous modification + supress XMLIO_SERVER and XMLF90

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  
    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/WORK 
    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 
    3722 
    3823dir::root            $NEMO_TDIR/$NEW_CONF/BLD 
    39  
    4024 
    4125bld::tool::fc        %FC  
     
    4933 
    5034# Pre-process code before analysing dependencies 
    51 bld::pp::xmlio    1 
    52 bld::pp::ioserver 1 
    5335bld::pp::ioipsl   1 
    5436bld::pp::nemo     1 
     
    5638bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    5739bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    58 bld::tool::fppflags::xmlio    0 %FPPFLAGS 
    59 bld::tool::fppflags::ioserver 0 %FPPFLAGS 
    6040bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
    6141bld::tool::fppflags::agrif    0 %FPPFLAGS 
     
    6545bld::excl_dep        inc::VT.inc 
    6646bld::excl_dep        use::netcdf 
     47bld::excl_dep        use::xios 
    6748bld::excl_dep        h::netcdf.inc 
    6849bld::excl_dep        h::mpif.h 
Note: See TracChangeset for help on using the changeset viewer.