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

Changeset 14093


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

#2222, and remove ppr from make. back to the black board

Location:
utils/build/mk
Files:
3 edited

Legend:

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

    r14087 r14093  
    1616src::agrif                $MAIN_DIR/ext/AGRIF/AGRIF_FILES 
    1717src::nemo                 $CONFIG_DIR/$NEW_CONF/NEMOFILES/obj 
    18 src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1918 
    2019 
     
    4140bld::pp::nemo     1 
    4241bld::pp::agrif    1 
    43 bld::pp::ppr_1d   1 
    4442bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 
    4543bld::tool::fppflags::ioipsl    %FPPFLAGS 
    4644bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 
    47 bld::tool::fppflags::ppr_1d    %FPPFLAGS 
    4845 
    4946# Ignore the following dependencies 
  • utils/build/mk/bld_preproagr.cfg

    r14087 r14093  
    5252bld::excl_dep       use::ioipsl 
    5353bld::excl_dep       use::xios 
    54 bld::excl_dep        use::ppr_1d 
    5554bld::excl_dep        use::agrif_grids 
    5655bld::excl_dep       use::agrif_types 
  • utils/build/mk/bldxag.cfg

    r14087 r14093  
    1515src::ioipsl               $MAIN_DIR/ext/IOIPSL/src 
    1616src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    17 src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1817 
    1918bld::target nemo.exe 
     
    3736bld::pp::ioipsl   1 
    3837bld::pp::nemo     1 
    39 bld::pp::ppr_1d   1 
    4038bld::tool::fppflags::nemo     %FPPFLAGS 
    4139bld::tool::fppflags::ioipsl   %FPPFLAGS 
    42 bld::tool::fppflags::ppr_1d   %FPPFLAGS 
    4340 
    4441# Ignore the following dependencies 
Note: See TracChangeset for help on using the changeset viewer.