From 6e77ce036037aacee846c6dd19a8be7c78c338f3 Mon Sep 17 00:00:00 2001 From: Juan Escobar <escj@aero.obs-mip.fr> Date: Wed, 20 Sep 2023 14:27:06 +0000 Subject: [PATCH] Juan 20/09/2023:configure, for Ecmwf upgrade compiler & openmpi --- src/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure b/src/configure index 9b2e87269..0d9782126 100755 --- a/src/configure +++ b/src/configure @@ -380,8 +380,8 @@ export LIB_GRIBAPI='${GRIB_API_LIB}' export MNHENV=${MNHENV:-" module purge module load prgenv/intel -module switch intel/2021.4.0 -module load openmpi/4.1.1.1 +module switch intel/2023.2.0 +module load openmpi/4.1.4.1 unset CC CXX "} ;; -- GitLab