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 14861 for utils/CI/sette_ticket2673/param.cfg – NEMO

Ignore:
Timestamp:
2021-05-13T19:12:34+02:00 (3 years ago)
Author:
acc
Message:

First stage developments for #2673 (SETTE improvements). Not fully tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket2673/param.cfg

    r14832 r14861  
    88# ------------------------------------------------------------------------------------------ 
    99# IMPORTANT: 
    10 # variables (COMPILER, USING_XIOS, USING_MPMD, USING_LOOP_FUSION, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 
     10# variables (COMPILER, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD) 
    1111# can be exported from your shell startup files.  
    1212# If it is the case, nothing to do 
     
    4040# ------------------------------------------------------------------------------------------ 
    4141# 
    42 # RUN set up 
    43 # USING_XIOS        : flag to control the activation of key_xios 
    44 #                      "yes" to compile using key_xios and link to the external XIOS library 
    45 #                      "no"  to compile without key_xios and link to the old IOIPSL library 
    46 USING_XIOS=${SETTE_XIOS:-"yes"} 
    47 # USING_MPMD        : flag to control the use of stand-alone IO servers 
    48 #                     requires USING_XIOS="yes" 
    49 #                      "yes" to run in MPMD (detached) mode with stand-alone IO servers 
    50 #                      "no"  to run in SPMD (attached) mode without separate IO servers  
    51 # MPMD 
    52 USING_MPMD=${SETTE_MPMD:-"no"} 
    53 # USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
    54 #                     "yes" to use the loop fusion adv routines when halo = 2 
    55 #                     "no" to use standard adv routines 
    56 USING_LOOP_FUSION=${SETTE_LOOP_FUSION:-"no"} 
     42# RUN setup 
    5743# generique batch scrip prefix name if MPMD set to true/false 
    5844JOB_PREFIX_MPMD=${SETTE_JOB_PREFIX_MPMD:-batch-mpmd} 
     
    6450# used in sette_rpt and in all_function to display revision and build correct repository name 
    6551SVN_CMD=${SETTE_SVN_CMD:-svn} 
    66 # add key key_nosignedzero at the compilation step 
    67 ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"} 
    6852# only for IBM 
    6953#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 
Note: See TracChangeset for help on using the changeset viewer.