diff --git a/src/configure b/src/configure index 0c615de10a0917dde2efee403b1a25c775e214f2..ee684a31d28e2839a7fee04a533bc3775c107c9b 100755 --- a/src/configure +++ b/src/configure @@ -98,6 +98,22 @@ export MPI_DSM_CPULIST=0-7:allhosts module load ncl_ncarg/6.3.0 "} ;; +'Linux irene'*) + export MNH_ARCH=`echo $ARCH | grep LX` + export ARCH=${MNH_ARCH:-LXifort} + export VER_MPI=${VER_MPI:-MPIINTEL} + export OPTLEVEL=${OPTLEVEL:-O2} + export MVWORK=${MVWORK:-NO} + export VER_CDF=${VER_CDF:-CDFAUTO} + export MNHENV=${MNHENV:-" +module purge +module load intel/18.0.3.222 +module load mpi/intelmpi/2018.0.3.222 +export SLURM_CPU_BIND=none +export I_MPI_PIN_PROCESSOR_LIST=all:map=spread +"} + ;; + 'Linux beaufix'*|'Linux prolix'*) export ARCH=${ARCH:-LXifort} export VER_MPI=${VER_MPI:-MPIINTEL}