Skip to content

Commit aa7edcf

Browse files
lucamarvkarak
andauthored
Update cscs-checks/apps/vasp/vasp_check.py
Co-authored-by: Vasileios Karakasis <[email protected]>
1 parent 623b0da commit aa7edcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/apps/vasp/vasp_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ def setup_run(self):
119119
if arch == 'sm_60':
120120
self.num_gpus_per_node = 1
121121
elif arch == 'zen2':
122-
self.variables += {
122+
self.variables.update({
123123
'MPICH_OFI_STARTUP_CONNECT': '1'
124-
}
124+
})
125125

126126
# setup performance references
127127
self.reference = self.references[self.num_nodes][arch]

0 commit comments

Comments
 (0)