Skip to content

Commit bc59cb9

Browse files
author
Theofilos Manitaras
authored
Merge pull request #2015 from lucamar/fix-qe
[test] Fix QE check on Eiger and Pilatus
2 parents 52a313e + 039f40c commit bc59cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/apps/quantumespresso/quantumespresso_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self):
6060
self.num_tasks_per_core = 1
6161
self.variables = {
6262
'MPICH_OFI_STARTUP_CONNECT': '1',
63-
'OMP_NUM_THREADS': str(self.num_cpus_per_task),
63+
'OMP_NUM_THREADS': '8',
6464
'OMP_PLACES': 'cores',
6565
'OMP_PROC_BIND': 'close'
6666
}
@@ -76,7 +76,7 @@ def __init__(self):
7676
self.num_tasks_per_core = 1
7777
self.variables = {
7878
'MPICH_OFI_STARTUP_CONNECT': '1',
79-
'OMP_NUM_THREADS': str(self.num_cpus_per_task),
79+
'OMP_NUM_THREADS': '8',
8080
'OMP_PLACES': 'cores',
8181
'OMP_PROC_BIND': 'close'
8282
}

0 commit comments

Comments
 (0)