From 0d7f3af5457a951a46da1eb70119b7629597fd85 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Thu, 24 Sep 2020 17:22:59 +0200 Subject: [PATCH] ANSYS MAPDL disable KMP Affinity for Intel MPI --- pages/merlin6/05 Software Support/ansys-mapdl.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/merlin6/05 Software Support/ansys-mapdl.md b/pages/merlin6/05 Software Support/ansys-mapdl.md index 1b5e607..f2e4729 100644 --- a/pages/merlin6/05 Software Support/ansys-mapdl.md +++ b/pages/merlin6/05 Software Support/ansys-mapdl.md @@ -128,6 +128,9 @@ export ANSYSLMD_LICENSE_FILE=1055@$LICENSE_SERVER export ANSYSLI_SERVERS=2325@$LICENSE_SERVER # [Optional:END] +# When using -mpi=intelmpi, KMP Affinity must be disabled +export KMP_AFFINITY=disabled + SOLVER_FILE=/data/user/caubet_m/MAPDL/mysolver.in mapdl -b -dis -np ${SLURM_NTASKS} -i "$SOLVER_FILE" ```