Skip to content

Commit 193da19

Browse files
committed
fix for review
1 parent 5ec66bc commit 193da19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cscs-checks/system/slurm/slurm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ def set_tasks(self):
243243
@sn.sanity_function
244244
def reference_meminfo(self):
245245
reference_meminfo = {
246-
'dom:gpu': 64,
247-
'dom:mc': 64,
248-
'daint:gpu': 64,
249-
'daint:mc': 64, # this will pass with 64 GB and above memory sizes
246+
'dom:gpu': 62,
247+
'dom:mc': 62,
248+
'daint:gpu': 62,
249+
'daint:mc': 62, # this will pass with 64 GB and above memory sizes
250250
# this will pass with 256 GB and above memory sizes:
251251
'eiger:mc': 250,
252252
'pilatus:mc': 250,

0 commit comments

Comments
 (0)