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

    r2734 r2815  
    2323 
    2424 
    25 bld::tool::fc        %FC  
    26 bld::tool::fflags    %FCFLAGS %USER_INC 
     25bld::tool::fc               $TOOLS_DIR/COMPILE/agriffc.sh %FC     
     26bld::tool::fflags           %FCFLAGS %USER_INC 
     27bld::tool::fflags::nemo     $AGRIFUSE %FCFLAGS %USER_INC  
    2728bld::tool::ld        %LD 
    2829bld::tool::ldflags   %LDFLAGS %USER_LIB 
     
    3536bld::pp::nemo     1 
    3637bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    37 bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    38 bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
     38bld::tool::fppflags::nemo     %FPPFLAGS 
     39bld::tool::fppflags::ioipsl   %FPPFLAGS 
    3940 
    4041# Ignore the following dependencies 
     
    5455bld::excl_dep        use::mod_comprism_proto 
    5556bld::excl_dep        use::mkl_dfti 
     57bld::excl_dep        h::setnumberofcells.h 
     58bld::excl_dep        h::getnumberofcells.h 
     59bld::excl_dep        h::include_use_alloc_agrif.h 
     60bld::excl_dep        h::allocations_calls_agrif.h 
     61bld::excl_dep        h::modtype_agrif.h 
     62bld::excl_dep        h::probdim_agrif.h 
     63bld::excl_dep        h::keys_agrif.h 
     64 
    5665# Don't generate interface files 
    5766bld::tool::geninterface none 
Note: See TracChangeset for help on using the changeset viewer.