Skip to content
Snippets Groups Projects
Commit 3fe905be authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 24/09/2019: Add IDRIS new Jean-Zay computer in mesonh configure

parent 93f8e4e7
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,21 @@ cd ${LOCAL}/conf
TARG=$(uname -s -n)
#
case "$TARG" in
'Linux jean-zay'*)
export ARCH=${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-compilers-19/19.0.4.243
module load intel-mpi-19/19.0.4.243
ulimit -s unlimited
export SLURM_CPU_BIND=none
export I_MPI_PIN_PROCESSOR_LIST=all:map=spread
"}
;;
'Linux'*'occigen'*)
export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIINTEL}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment