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 15007 for utils/CI – NEMO

Changeset 15007 for utils/CI


Ignore:
Timestamp:
2021-06-17T11:57:12+02:00 (3 years ago)
Author:
jchanut
Message:

Update MOI Kara sette setup

Location:
utils/CI/sette
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/prepare_job.sh

    r14981 r15007  
    246246                                export GROUP_IDRIS=`echo ${IDRPROJ}` 
    247247                                ;; 
    248                         openmpi_KARA_MERCATOR*) 
     248                        X64_KARA*) 
    249249                                NB_PROC_NODE=32 
    250250                                NB_NODES=$( echo $NB_PROC | awk '{print $1 - $1 % $NB_PROC_NODE }' | awk '{print $1 / $NB_PROC_NODE }' ) 
     
    274274 
    275275        case ${COMPILER} in 
    276               openmpi_KARA_MERCATOR_XIOS ) 
     276              X64_KARA*) 
    277277                    cat run_sette_test.job | sed -e"s/NPROC_NODE/${NB_PROC_NODE}/" \ 
    278278                                                 -e"s:QUEUE:${QUEUE}:" > run_sette_test1.job 
Note: See TracChangeset for help on using the changeset viewer.