From a996607d50ef58303a9a834ccde0dc73e35a9656 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Wed, 6 Dec 2023 15:29:54 +0100
Subject: [PATCH] Philippe 06/12/2023: add datarmor in configure

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

diff --git a/src/configure b/src/configure
index d911ff218..6394f987d 100755
--- a/src/configure
+++ b/src/configure
@@ -556,6 +556,22 @@ source /soft/irsrvsoft1/expl/eb/r17/$(echo el_`lsb_release -r | awk -F ":" ' {pr
 "}
               ;;
 
+'Linux datarmor'*)
+                export     ARCH=${ARCH:-LXifort}
+                export  VER_MPI=${VER_MPI:-MPIINTEL}
+                export OPTLEVEL=${OPTLEVEL:-O2}
+                export VER_CDF=${VER_CDF:-CDFAUTO}
+                export   MNHENV=${MNHENV:-"
+module purge
+module load cmake/3.15.0
+module load intel-fc-20/19.1.3
+module load gcc/12.2.0
+module load impi/2019.9.304
+export CC=gcc
+export CXX=g++
+"}
+              ;;
+
 Linux*)
                 export     ARCH=${ARCH:-LXgfortran}
                 export  VER_MPI=${VER_MPI:-MPIVIDE}
-- 
GitLab