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 – NEMO

Changeset 15007


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

Update MOI Kara sette setup

Location:
utils
Files:
2 added
1 deleted
2 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 
  • utils/build/arch/MERCATOR/arch-X64_KARA_GCC_OMPI.fcm

    r14875 r15007  
    5151%FC                  mpif90 -c -cpp 
    5252#%FCFLAGS             -fdefault-real-8 -O2 -ftree-vectorize -funroll-all-loops -march=skylake-avx512 -ffree-line-length-none -Wno-missing-include-dirs 
    53 %FCFLAGS             -fdefault-real-8 -O2 -ftree-vectorize -march=skylake-avx512 -ffree-line-length-none -Wno-missing-include-dirs 
     53%FCFLAGS             -fdefault-real-8 -O1 -march=skylake-avx512 -ffree-line-length-none -Wno-missing-include-dirs 
    5454%FFLAGS              %FCFLAGS 
    5555%LD                  mpif90 
Note: See TracChangeset for help on using the changeset viewer.