From 2c6dc9b03f1f4289c3efb6658afcb55516e2bd89 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 14 Jun 2021 22:38:24 +0200 Subject: [PATCH] Fix QE check on Eiger and Pilatus --- cscs-checks/apps/quantumespresso/quantumespresso_check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscs-checks/apps/quantumespresso/quantumespresso_check.py b/cscs-checks/apps/quantumespresso/quantumespresso_check.py index c2a9614ee3..811224cf41 100644 --- a/cscs-checks/apps/quantumespresso/quantumespresso_check.py +++ b/cscs-checks/apps/quantumespresso/quantumespresso_check.py @@ -60,7 +60,7 @@ def __init__(self): self.num_tasks_per_core = 1 self.variables = { 'MPICH_OFI_STARTUP_CONNECT': '1', - 'OMP_NUM_THREADS': str(self.num_cpus_per_task), + 'OMP_NUM_THREADS': '8', 'OMP_PLACES': 'cores', 'OMP_PROC_BIND': 'close' } @@ -76,7 +76,7 @@ def __init__(self): self.num_tasks_per_core = 1 self.variables = { 'MPICH_OFI_STARTUP_CONNECT': '1', - 'OMP_NUM_THREADS': str(self.num_cpus_per_task), + 'OMP_NUM_THREADS': '8', 'OMP_PLACES': 'cores', 'OMP_PROC_BIND': 'close' }