From cd347730f422fc5c8a190b779da444f0f802fe68 Mon Sep 17 00:00:00 2001 From: Juan Escobar <escj@aero.obs-mip.fr> Date: Thu, 28 Sep 2017 14:12:44 +0000 Subject: [PATCH] Juan 28/09/2017:configure, for ECMWF/CCA , rm eccode module( pb with I/O print* ) & upgrade to intel/17.0.3.053 --- src/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/configure b/src/configure index d2f3260c8..573a10979 100755 --- a/src/configure +++ b/src/configure @@ -218,7 +218,7 @@ export LIB_GRIBAPI='${GRIB_API_LIB}' then export MNHENV=${MNHENV:-" . /opt/modules/default/init/bash -module rm grib_api +module rm grib_api eccodes module rm craype-broadwell export CRAY_CPU_TARGET=ivybridge module swap cdt/1.15_8.2.7 @@ -229,10 +229,10 @@ module use /opt/cray/craype/default/modulefiles then export MNHENV=${MNHENV:-" . /opt/modules/default/init/bash -module rm grib_api +module rm grib_api eccodes prgenvswitchto intel module rm intel -module load intel/16.0.3.210 +module load intel/17.0.3.053 "} fi fi -- GitLab