Ignore:
Timestamp:
08/31/12 15:41:37 (12 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/NEMOGCM/TOOLS/COMPILE/bldxag.cfg

    r1 r44  
    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 
     15src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    2316src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
    24 src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    2517 
    26 bld::target  server.exe nemo.exe 
     18bld::target  nemo.exe 
    2719bld::exe_dep 
    2820 
     
    3022dir::root            $NEMO_TDIR/$NEW_CONF/BLD 
    3123 
    32  
    3324bld::tool::fc        %FC  
    34 bld::tool::fflags    %FCFLAGS %USER_INC 
     25bld::tool::fflags    %FCFLAGS %USER_INC -I$MAIN_DIR/EXTERNAL/XIOS/inc 
    3526bld::tool::ld        %LD 
    36 bld::tool::ldflags   %LDFLAGS %USER_LIB 
     27bld::tool::ldflags   %LDFLAGS %USER_LIB -L$MAIN_DIR/EXTERNAL/XIOS/lib  -lxios  -lstdc++ 
    3728bld::tool::ar        %AR 
    3829bld::tool::arflags   %ARFLAGS 
     
    4031 
    4132# Pre-process code before analysing dependencies 
    42 bld::pp::xmlio    1 
    43 bld::pp::ioserver 1 
     33bld::pp::nemo     1 
    4434bld::pp::ioipsl   1 
    45 bld::pp::nemo     1 
    4635bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    4736bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    48 bld::tool::fppflags::xmlio    0 %FPPFLAGS 
    49 bld::tool::fppflags::ioserver 0 %FPPFLAGS 
    5037bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
    5138 
     
    5441bld::excl_dep        inc::VT.inc 
    5542bld::excl_dep        use::netcdf 
     43bld::excl_dep        use::xios 
    5644bld::excl_dep        h::netcdf.inc 
    5745bld::excl_dep        h::mpif.h 
Note: See TracChangeset for help on using the changeset viewer.