-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Drop incorrect max_slots support code [FOUNDENG-454] (#691)
The expconf resources.max_slots attribute is documented as managed by Slurm, but there was a partial (non-functional) implementation in DispatchRM as well. If we ever submitted max_slots worth of work the remainder would remain QUEUED forever. I did attempt to fix the existing support, but the obvious fixes were not sufficient. Since this is already documented as managed by Slurm, just remove the support and let the workload managers manage it.
- Loading branch information
1 parent
1944b5d
commit e058de2
Showing
2 changed files
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters