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 4be3892 commit 2c8068dCopy full SHA for 2c8068d
cscs-checks/apps/vasp/vasp_check.py
@@ -116,9 +116,7 @@ def setup_run(self):
116
}
117
118
# custom settings for selected architectures
119
- if arch == 'sm_60':
120
- self.num_gpus_per_node = 1
121
- elif arch == 'zen2':
+ if arch == 'zen2':
122
self.variables.update({
123
'MPICH_OFI_STARTUP_CONNECT': '1'
124
})
0 commit comments