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

Changeset 14438


Ignore:
Timestamp:
2021-02-11T16:44:50+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, add PPR library compilation

Location:
utils/build/mk
Files:
3 edited

Legend:

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

    r14093 r14438  
    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

    r14093 r14438  
    2121bld::tool::fc_compile 
    2222bld::tool::fc_include 
    23 bld::tool::fc        $COMPIL_DIR/agrifpp.sh ${NEMO_TDIR}  
     23bld::tool::fc        $COMPIL_DIR/agrifpp.sh ${NEMO_TDIR} 
    2424bld::tool::fflags     
    2525bld::tool::ld        
     
    5151bld::excl_dep       use::nc4interface 
    5252bld::excl_dep       use::ioipsl 
     53bld::excl_dep        use::ppr_1d 
    5354bld::excl_dep       use::xios 
    5455bld::excl_dep        use::agrif_grids 
  • utils/build/mk/bldxag.cfg

    r14093 r14438  
    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.