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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/TOOLS/COMPILE/bld.cfg – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/TOOLS/COMPILE/bld.cfg

    r3695 r6225  
    2424 
    2525 
     26bld::tool::cpp       %CPP 
     27bld::tool::fpp       %CPP 
    2628bld::tool::fc        %FC  
    2729bld::tool::fflags    %FCFLAGS %USER_INC 
     
    3941bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/OPAFILES/inc 
    4042bld::tool::fppflags::ioipsl    %FPPFLAGS 
    41 bld::tool::fppflags::agrif     %FPPFLAGS 
     43bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/EXTERNAL/AGRIF/nemo_mpi.h 
    4244 
    4345# Ignore the following dependencies 
     
    5153bld::excl_dep        inc::mpe_logf.h 
    5254bld::excl_dep        use::mpi 
    53 bld::excl_dep        use::mod_prism_proto 
    54 bld::excl_dep        use::mod_prism_def_partition_proto 
    55 bld::excl_dep        use::mod_prism_get_comm 
    56 bld::excl_dep        use::mod_prism_get_proto 
    57 bld::excl_dep        use::mod_prism_put_proto 
    58 bld::excl_dep        use::mod_comprism_proto 
     55bld::excl_dep        use::mod_oasis 
    5956bld::excl_dep        use::mkl_dfti 
    6057# Don't generate interface files 
Note: See TracChangeset for help on using the changeset viewer.