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 11645 for utils/CI/sette/prepare_job.sh – NEMO

Ignore:
Timestamp:
2019-10-03T12:00:09+02:00 (5 years ago)
Author:
clem
Message:

make sette work for jean-zay machine

File:
1 edited

Legend:

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

    r11161 r11645  
    251251                                module unload cray-snplauncher #Make sure snplauncher module is not loaded 
    252252                                ;; 
     253                        X64_JEANZAY*) #Setup for Jean-Zay 
     254                                export GROUP_IDRIS=`echo ${USER} |cut -c 2-4` 
     255                                ;; 
    253256                        openmpi_NAVITI_MERCATOR) 
    254257                                echo NB_PROCS ${NB_PROC} 
     
    322325                    mv run_sette_test1.job run_sette_test.job 
    323326                    ;; 
     327              X64_JEANZAY*) 
     328                    cat run_sette_test.job | sed -e"s/GROUP_IDRIS/${GROUP_IDRIS}/" > run_sette_test1.job 
     329                    mv run_sette_test1.job run_sette_test.job 
     330                    ;; 
    324331   esac 
    325332# 
Note: See TracChangeset for help on using the changeset viewer.