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

    r9598 r15758  
    2525 
    2626bld::tool::cpp       %CPP 
    27 bld::tool::fpp       %CPP 
     27bld::tool::fpp       ${COMPIL_DIR}/../mk_psyclone/fpp_wrapper.sh %CPP 
    2828bld::tool::fc        %FC  
    2929bld::tool::fflags    %FCFLAGS %USER_INC 
     
    3939bld::pp::nemo     1 
    4040bld::pp::agrif    1 
    41 bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 
    42 bld::tool::fppflags::ioipsl    %FPPFLAGS 
    43 bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 
     41bld::tool::fppflags::nemo      ${FPP_EXTRA} %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 
     42bld::tool::fppflags::ioipsl    none %FPPFLAGS 
     43bld::tool::fppflags::agrif     none %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 
    4444 
    4545# Ignore the following dependencies 
Note: See TracChangeset for help on using the changeset viewer.