Skip to content
Snippets Groups Projects
Commit 6b49bae3 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 16/04/2021: configure Jean-Zay/IDRIS , upgrade to intel-compilers/19.1.3...

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
parent 8446e6b1
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ cd ${LOCAL}/conf ...@@ -44,7 +44,7 @@ cd ${LOCAL}/conf
TARG=$(uname -s -n) TARG=$(uname -s -n)
# #
case "$TARG" in case "$TARG" in
'Linux jean-zay'*) 'Linux jean-zay'*|'Linux idrsrv'*)
export ARCH=${ARCH:-LXifort} export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIINTEL} export VER_MPI=${VER_MPI:-MPIINTEL}
export OPTLEVEL=${OPTLEVEL:-O2} export OPTLEVEL=${OPTLEVEL:-O2}
...@@ -52,11 +52,15 @@ case "$TARG" in ...@@ -52,11 +52,15 @@ case "$TARG" in
export VER_CDF=${VER_CDF:-CDFAUTO} export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-" export MNHENV=${MNHENV:-"
module purge module purge
module load intel-compilers/19.0.5 module load intel-compilers/19.1.3
module load intel-mpi/19.0.5 module load intel-mpi/2019.9
ulimit -s unlimited ulimit -s unlimited
export SLURM_CPU_BIND=none export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread 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'*) 'Linux'*'occigen'*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment