From 09f09efc505e51607ca7d448def7319eaff413f9 Mon Sep 17 00:00:00 2001 From: JUan ESCOBAR <juan.escobar@aero.obs-mip.fr> Date: Fri, 16 Oct 2020 15:02:46 +0200 Subject: [PATCH] Juan 16/10/2020: set_core_device , correction for nomultithread --- bin/set_core_device | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/set_core_device b/bin/set_core_device index 0a3803bd9..da1327453 100755 --- a/bin/set_core_device +++ b/bin/set_core_device @@ -6,7 +6,7 @@ Numactl='taskset -c ' if [[ "x${SLURM_HINT}" != *nomultithread* ]] then -HYP_FAC=1 +HYP_FAC=2 else HYP_FAC=1 fi -- GitLab