diff --git a/src/configure b/src/configure index 9b8942ebde612c58736926f49c28cfeaf37cb42d..dcb7bb0f12fb2acd42e92fe1b8b222ae519f62ea 100755 --- a/src/configure +++ b/src/configure @@ -199,7 +199,7 @@ export LIB_GRIBAPI='${GRIB_API_LIB}' ;; 'Linux cc'*) # ECMWF Cray plateforme export MNH_ARCH=`echo $ARCH | grep LX` - export ARCH=${MNH_ARCH:-LXcray} + export ARCH=${MNH_ARCH:-LXifort} export VER_MPI=${VER_MPI:-MPICRAY} export OPTLEVEL=${OPTLEVEL:-O2} export MVWORK=${MVWORK:-NO} @@ -209,14 +209,20 @@ export LIB_GRIBAPI='${GRIB_API_LIB}' export MNHENV=${MNHENV:-" . /opt/modules/default/init/bash module rm grib_api +module rm craype-broadwell +export CRAY_CPU_TARGET=ivybridge +module swap cdt/1.15_8.2.7 +module use /opt/cray/craype/default/modulefiles "} else if [ "${ARCH}" == "LXifort" ] then export MNHENV=${MNHENV:-" . /opt/modules/default/init/bash -module switch PrgEnv-cray PrgEnv-intel module rm grib_api +prgenvswitchto intel +module rm intel +module load intel/16.0.3.210 "} fi fi