From c67c4b14b7bf52dd202eb7089c189e45af84d609 Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Wed, 30 Jun 2021 16:20:09 +0200 Subject: [PATCH] Quentin 30/06/2021: add python module load in Belenos configure --- src/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configure b/src/configure index fd3e433cb..b570792bc 100755 --- a/src/configure +++ b/src/configure @@ -175,6 +175,7 @@ export ARMCI_SHR_BUF_METHOD=COPY export NEED_TOOLS=YES export MNHENV=${MNHENV:-" module purge +module load python/3.7.6 module load intel/2019.5.281 module load openmpi/intel/4.0.2.2 module load cmake/3.15.4 -- GitLab