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 2815 for branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/TOOLS/COMPILE/bldxio.cfg – NEMO

Ignore:
Timestamp:
2011-07-28T19:00:06+02:00 (13 years ago)
Author:
rblod
Message:

branch dev_r2802_LOCEAN10_agrif_lim2: avoid to recompile everything with key_agrif, allow parallel compilation with agrif etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/TOOLS/COMPILE/bldxio.cfg

    r2437 r2815  
    1111inc $COMPIL_DIR/cpp.fcm 
    1212 
    13 search_src           1 
     13#search_src           1 
    1414 
    1515src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
     
    2424 
    2525 
    26 bld::tool::fc        %FC  
    27 bld::tool::fflags    %FCFLAGS %USER_INC 
    28 bld::tool::fflags::agrif   %FFLAGS %USER_INC 
     26bld::tool::fc    $TOOLS_DIR/COMPILE/agriffc.sh %FC     
     27bld::tool::fflags      %FCFLAGS %USER_INC 
     28bld::tool::fflags::nemo     $AGRIFUSE %FCFLAGS %USER_INC  
     29bld::tool::fflags::agrif    %FFLAGS %USER_INC 
    2930bld::tool::ld        %LD 
    3031bld::tool::ldflags   %LDFLAGS %USER_LIB 
     
    3738bld::pp::nemo     1 
    3839bld::pp::agrif    1 
    39 bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    40 bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    41 bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
    42 bld::tool::fppflags::agrif    0 %FPPFLAGS 
     40bld::tool::fpp       $TOOLS_DIR/COMPILE/agrifpp.sh 
     41bld::tool::fppflags::nemo  %FPPFLAGS 
     42bld::tool::fppflags::ioipsl    %FPPFLAGS 
     43bld::tool::fppflags::agrif     %FPPFLAGS 
     44 
    4345 
    4446# Ignore the following dependencies 
     
    5860bld::excl_dep        use::mod_comprism_proto 
    5961bld::excl_dep        use::mkl_dfti 
     62bld::excl_dep        h::setnumberofcells.h 
     63bld::excl_dep        h::getnumberofcells.h 
     64bld::excl_dep        h::include_use_alloc_agrif.h 
     65bld::excl_dep        h::allocations_calls_agrif.h 
     66bld::excl_dep        h::modtype_agrif.h 
     67bld::excl_dep        h::probdim_agrif.h 
     68bld::excl_dep        h::keys_agrif.h 
     69 
     70 
    6071# Don't generate interface files 
    6172bld::tool::geninterface none 
Note: See TracChangeset for help on using the changeset viewer.