From 3fe905bea44f15b4531821a29031aa7bf48b8b88 Mon Sep 17 00:00:00 2001 From: Juan Escobar <escj@aero.obs-mip.fr> Date: Tue, 24 Sep 2019 16:45:42 +0200 Subject: [PATCH] Juan 24/09/2019: Add IDRIS new Jean-Zay computer in mesonh configure --- src/configure | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/configure b/src/configure index 03587c46e..2e6f572cb 100755 --- a/src/configure +++ b/src/configure @@ -44,6 +44,21 @@ cd ${LOCAL}/conf TARG=$(uname -s -n) # case "$TARG" in +'Linux jean-zay'*) + export ARCH=${ARCH:-LXifort} + export VER_MPI=${VER_MPI:-MPIINTEL} + export OPTLEVEL=${OPTLEVEL:-O2} + export MVWORK=${MVWORK:-NO} + export VER_CDF=${VER_CDF:-CDFAUTO} + export MNHENV=${MNHENV:-" +module purge +module load intel-compilers-19/19.0.4.243 +module load intel-mpi-19/19.0.4.243 +ulimit -s unlimited +export SLURM_CPU_BIND=none +export I_MPI_PIN_PROCESSOR_LIST=all:map=spread +"} + ;; 'Linux'*'occigen'*) export ARCH=${ARCH:-LXifort} export VER_MPI=${VER_MPI:-MPIINTEL} -- GitLab