Changeset 5178
- Timestamp:
- Sep 10, 2024, 11:41:21 AM (2 months ago)
- Location:
- BOL/LMDZ_Setup_amaury
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/LMDZ_Setup_amaury/lmdz_env.sh
r5177 r5178 75 75 module load PrgEnv-gnu # we need to load the env because lmdz links some shared libraries 76 76 module load gcc/13.2.0 # required, see https://dci.dci-gitlab.cines.fr/webextranet/user_support/index.html#prgenv-and-compilers 77 export CRAY_CPU_TARGET=x86-64 # to suppress warnings during Cmake netcdf95 build 78 export FI_CXI_RX_MATCH_MODE=hybrid # 09/24 otherwise we get random SIGABRT e.g. "libfabric:2490616:1725895288::cxi:core:cxip_ux_onload_cb():2657<warn> c1456: RXC (0x5130:21) PtlTE 84:[Fatal] LE resources not recovered during flow control. FI_CXI_RX_MATCH_MODE=[hybrid|software] is required" 77 79 78 80 function cdo { # cdo is available as a spack cmd which requires a specific, incompatible env -
BOL/LMDZ_Setup_amaury/reb.sh
r5006 r5178 21 21 job=$SIM$type 22 22 23 cat <<eod >| $job23 cat <<eod >| "$job" 24 24 #!/bin/bash 25 25 ## Headers managed by sed … … 28 28 #@JZ#SBATCH --nodes=1 # nombre de noeuds 29 29 #@JZ#SBATCH --ntasks-per-node=1 # nombre de taches MPI par noeud 30 #@JZ#SBATCH --time=00: 30:00 # temps d execution maximum demande (HH:MM:SS)30 #@JZ#SBATCH --time=00:59:00 # temps d execution maximum demande (HH:MM:SS) 31 31 #@JZ#SBATCH --output=post${type}%j.out # nom du fichier de sortie 32 32 #@JZ#SBATCH --error=post${type}%j.out # nom du fichier d'erreur (ici en commun avec la sortie) … … 35 35 #@SP#SBATCH --nodes=1 36 36 #@SP#SBATCH --ntasks-per-node=1 37 #@SP#SBATCH --time=00: 30:0037 #@SP#SBATCH --time=00:59:00 38 38 #@SP#SBATCH --output=post${type}%j.out 39 39 #@SP#SBATCH --error=post${type}%j.out … … 42 42 #@ADS#SBATCH --nodes=1 43 43 #@ADS#SBATCH --ntasks-per-node=1 44 #@ADS#SBATCH --time=00: 30:0044 #@ADS#SBATCH --time=00:59:00 45 45 #@ADS#SBATCH --output=post${type}%j.out 46 46 #@ADS#SBATCH --error=post${type}%j.out
Note: See TracChangeset
for help on using the changeset viewer.