From 6b49bae3494a8463d368e86ee3a470f794f5bd65 Mon Sep 17 00:00:00 2001 From: JUan ESCOBAR <juan.escobar@aero.obs-mip.fr> Date: Fri, 16 Apr 2021 16:30:48 +0200 Subject: [PATCH] Juan 16/04/2021: configure Jean-Zay/IDRIS , upgrade to intel-compilers/19.1.3 + intel-mpi/2019.9 & anaconda-py3/2020.11 + activate climate_science --- src/configure | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/configure b/src/configure index aa722fcc0..a09a94c9e 100755 --- a/src/configure +++ b/src/configure @@ -44,7 +44,7 @@ cd ${LOCAL}/conf TARG=$(uname -s -n) # case "$TARG" in -'Linux jean-zay'*) +'Linux jean-zay'*|'Linux idrsrv'*) export ARCH=${ARCH:-LXifort} export VER_MPI=${VER_MPI:-MPIINTEL} export OPTLEVEL=${OPTLEVEL:-O2} @@ -52,11 +52,15 @@ case "$TARG" in export VER_CDF=${VER_CDF:-CDFAUTO} export MNHENV=${MNHENV:-" module purge -module load intel-compilers/19.0.5 -module load intel-mpi/19.0.5 +module load intel-compilers/19.1.3 +module load intel-mpi/2019.9 ulimit -s unlimited export SLURM_CPU_BIND=none export I_MPI_PIN_PROCESSOR_LIST=all:map=spread +module load imagemagick/7.0.8-7 +module load anaconda-py3/2020.11 +conda activate climate_science + "} ;; 'Linux'*'occigen'*) -- GitLab