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 5ec66bc commit 193da19Copy full SHA for 193da19
cscs-checks/system/slurm/slurm.py
@@ -243,10 +243,10 @@ def set_tasks(self):
243
@sn.sanity_function
244
def reference_meminfo(self):
245
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
+ 'dom:gpu': 62,
+ 'dom:mc': 62,
+ 'daint:gpu': 62,
+ 'daint:mc': 62, # this will pass with 64 GB and above memory sizes
250
# this will pass with 256 GB and above memory sizes:
251
'eiger:mc': 250,
252
'pilatus:mc': 250,
0 commit comments