From 692606e4eec44993fecd74f4fc1e1adcc1d46ac5 Mon Sep 17 00:00:00 2001
From: Juan Escobar <escj@aero.obs-mip.fr>
Date: Thu, 19 Jul 2018 17:51:40 +0200
Subject: [PATCH] Juan 19/07/2018:configure, add support to new CEA Irene
 computer

---
 src/configure | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/configure b/src/configure
index 0c615de10..ee684a31d 100755
--- a/src/configure
+++ b/src/configure
@@ -98,6 +98,22 @@ export MPI_DSM_CPULIST=0-7:allhosts
 module load ncl_ncarg/6.3.0
 "}
               ;;
+'Linux irene'*)
+                export MNH_ARCH=`echo $ARCH | grep LX`
+                export     ARCH=${MNH_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/18.0.3.222
+module load mpi/intelmpi/2018.0.3.222
+export SLURM_CPU_BIND=none
+export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
+"}
+              ;;
+
 'Linux beaufix'*|'Linux prolix'*)
                 export     ARCH=${ARCH:-LXifort}
                 export  VER_MPI=${VER_MPI:-MPIINTEL}
-- 
GitLab