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/bldxag.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/bldxag.cfg

    r2734 r2815  
    3131 
    3232 
    33 bld::tool::fc        %FC  
     33bld::tool::fc        $TOOLS_DIR/COMPILE/agriffc.sh %FC  
     34bld::tool::fflags::nemo     $AGRIFUSE %FCFLAGS %USER_INC  
    3435bld::tool::fflags    %FCFLAGS %USER_INC 
    3536bld::tool::ld        %LD 
     
    4546bld::pp::nemo     1 
    4647bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    47 bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    48 bld::tool::fppflags::xmlio    0 %FPPFLAGS 
    49 bld::tool::fppflags::ioserver 0 %FPPFLAGS 
    50 bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
     48bld::tool::fppflags::nemo     %FPPFLAGS 
     49bld::tool::fppflags::xmlio    %FPPFLAGS 
     50bld::tool::fppflags::ioserver %FPPFLAGS 
     51bld::tool::fppflags::ioipsl    %FPPFLAGS 
    5152 
    5253# Ignore the following dependencies 
     
    6667bld::excl_dep        use::mod_comprism_proto 
    6768bld::excl_dep        use::mkl_dfti 
     69bld::excl_dep        h::setnumberofcells.h 
     70bld::excl_dep        h::getnumberofcells.h 
     71bld::excl_dep        h::include_use_alloc_agrif.h 
     72bld::excl_dep        h::allocations_calls_agrif.h 
     73bld::excl_dep        h::modtype_agrif.h 
     74bld::excl_dep        h::probdim_agrif.h 
     75bld::excl_dep        h::keys_agrif.h 
     76 
    6877# Don't generate interface files 
    6978bld::tool::geninterface none 
Note: See TracChangeset for help on using the changeset viewer.