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 15758 for utils/build/dev_r4.0.4_mk_PSyclone/bldxag.cfg – NEMO

Ignore:
Timestamp:
2022-03-18T11:56:14+01:00 (2 years ago)
Author:
smueller
Message:

Prototypal incorporation of PSyclone processing in the NEMO build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/dev_r4.0.4_mk_PSyclone/bldxag.cfg

    r9598 r15758  
    2424 
    2525bld::tool::cpp       %CPP 
    26 bld::tool::fpp       %CPP 
     26bld::tool::fpp       ${COMPIL_DIR}/../mk_psyclone/fpp_wrapper.sh %CPP 
    2727bld::tool::fc        %FC  
    2828bld::tool::fflags    %FCFLAGS %USER_INC 
     
    3636bld::pp::ioipsl   1 
    3737bld::pp::nemo     1 
    38 bld::tool::fppflags::nemo     %FPPFLAGS 
    39 bld::tool::fppflags::ioipsl   %FPPFLAGS 
     38bld::tool::fppflags::nemo     ${FPP_EXTRA} %FPPFLAGS 
     39bld::tool::fppflags::ioipsl   none %FPPFLAGS 
    4040 
    4141# Ignore the following dependencies 
Note: See TracChangeset for help on using the changeset viewer.