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 e2be277 commit c7e38c4Copy full SHA for c7e38c4
reframe/core/schedulers/slurm.py
@@ -441,9 +441,9 @@ def _get_reservation_nodes(self, reservation):
441
if flags_match:
442
if 'MAINT' in flags_match[1].split(','):
443
self.addl_avail_states.add('MAINTENANCE')
444
- # else:
445
- # raise JobSchedulerError(f"could not extract the reservation "
446
- # f"flags for reservation '{reservation}'")
+ else:
+ self.log(f"could not extract the reservation flags for "
+ f"reservation '{reservation}'")
447
448
completed = _run_strict('scontrol -a show -o %s' % reservation_nodes)
449
node_descriptions = completed.stdout.splitlines()
0 commit comments