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

Changeset 14087


Ignore:
Timestamp:
2020-12-04T13:07:40+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, Add compilation of Piecewise Parabolic Reconstruction (PPR) library

Location:
utils/build/mk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • utils/build/mk/bld.cfg

    r13939 r14087  
    1616src::agrif                $MAIN_DIR/ext/AGRIF/AGRIF_FILES 
    1717src::nemo                 $CONFIG_DIR/$NEW_CONF/NEMOFILES/obj 
     18src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1819 
    1920 
     
    4041bld::pp::nemo     1 
    4142bld::pp::agrif    1 
     43bld::pp::ppr_1d   1 
    4244bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 
    4345bld::tool::fppflags::ioipsl    %FPPFLAGS 
    4446bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 
     47bld::tool::fppflags::ppr_1d    %FPPFLAGS 
    4548 
    4649# Ignore the following dependencies 
  • utils/build/mk/bld_preproagr.cfg

    r13944 r14087  
    5252bld::excl_dep       use::ioipsl 
    5353bld::excl_dep       use::xios 
     54bld::excl_dep        use::ppr_1d 
    5455bld::excl_dep        use::agrif_grids 
    5556bld::excl_dep       use::agrif_types 
  • utils/build/mk/bldxag.cfg

    r13939 r14087  
    1515src::ioipsl               $MAIN_DIR/ext/IOIPSL/src 
    1616src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
     17src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1718 
    1819bld::target nemo.exe 
     
    3637bld::pp::ioipsl   1 
    3738bld::pp::nemo     1 
     39bld::pp::ppr_1d   1 
    3840bld::tool::fppflags::nemo     %FPPFLAGS 
    3941bld::tool::fppflags::ioipsl   %FPPFLAGS 
     42bld::tool::fppflags::ppr_1d   %FPPFLAGS 
    4043 
    4144# Ignore the following dependencies 
Note: See TracChangeset for help on using the changeset viewer.