We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59475da commit 1b32029Copy full SHA for 1b32029
cscs-checks/apps/vasp/vasp_check.py
@@ -47,14 +47,14 @@ def __init__(self, variant):
47
self.num_tasks_per_node = 12
48
self.use_multithreading = True
49
elif self.current_system.name == 'eiger':
50
- self.num_tasks = 96
51
- self.num_tasks_per_node = 16
52
- self.num_cpus_per_task = 16
+ self.num_tasks = 64
+ self.num_tasks_per_node = 4
+ self.num_cpus_per_task = 8
53
self.num_tasks_per_core = 1
54
self.use_multithreading = False
55
self.variables = {
56
'MPICH_OFI_STARTUP_CONNECT': '1',
57
- 'OMP_NUM_THREADS': '8',
+ 'OMP_NUM_THREADS': str(self.num_cpus_per_task),
58
'OMP_PLACES': 'cores',
59
'OMP_PROC_BIND': 'close'
60
}
0 commit comments