Skip to content

Commit

Permalink
Treat a node in PLANNED Slurm state as available
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jan 16, 2025
1 parent 3ee98eb commit 142c601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reframe/core/schedulers/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@ def is_avail(self):
'ALLOCATED',
'COMPLETING',
'IDLE',
'RESERVED',
'PLANNED',
'RESERVED'
}
return self._states <= available_states

Expand Down

0 comments on commit 142c601

Please sign in to comment.