From b66acc988caf588d4ccd7f68a80c6b42970c30de Mon Sep 17 00:00:00 2001
From: joulinp <joulin.pierre-antoine@ifpen.fr>
Date: Mon, 3 Apr 2023 18:33:27 +0200
Subject: [PATCH] Configure : adding ifpen computers env

---
 src/configure | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/configure b/src/configure
index 7796f2ea9..08c284d73 100755
--- a/src/configure
+++ b/src/configure
@@ -479,7 +479,18 @@ module load intel/20.0.015 intelmpi/20.0.015
 export SLURM_CPU_BIND=none
 export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
 "}
-              ;; 
+              ;;
+'Linux irlin'*|'Linux islin'*|'Linux ener440'*) # PC IFPEN
+                export     ARCH=${ARCH:-LXgfortran}
+                export  VER_MPI=${VER_MPI:-MPIAUTO}
+                export OPTLEVEL=${OPTLEVEL:-O2}
+                export VER_CDF=${VER_CDF:-CDFAUTO}
+                export   MNHENV=${MNHENV:-"
+module purge
+source /soft/irsrvsoft1/expl/eb/r17/el_7-x86_64/envs/mesonh.sh
+"}
+              ;;
+
 
 Linux*)
                 export     ARCH=${ARCH:-LXgfortran}
-- 
GitLab