Add support of QOS in Slurm batch system#5514
Add support of QOS in Slurm batch system#5514ctriquet-cs wants to merge 3 commits intoDataBiosphere:masterfrom
Conversation
adamnovak
left a comment
There was a problem hiding this comment.
This looks like it should work.
The documentation for this uses the phrasing of "sending" a job "to" a QOS. But the documentation at https://slurm.schedmd.com/qos.html says that jobs "request" a QOS. So I think we should say that e.g. --slurmQOS is the "QOS to request for Slurm jobs".
Also the option parsing logic ought to be redone as a reusable piece since we're copy-pasting it a fourth time here, but I don't know if you want to take that on.
3b6a227 to
17c4f3b
Compare
|
I'd apply my suggestion but I don't have edit permission on the PR source branch. |
|
Hi @adamnovak, I had missed that occurrence in the help text. I’ll take your suggestion into account. I'm also testing an update regarding your remark about the code redundancy. More to come... |
17c4f3b to
35419e2
Compare
adamnovak
left a comment
There was a problem hiding this comment.
This looks good to me! Thanks!
|
I've pulled this into the |
This PR implement the resolution of the issue #5513.
Changelog Entry
Reviewer Checklist
issues/XXXX-fix-the-thingin the Toil repo, or from an external repo.camelCasethat want to be insnake_case.docs/running/{cliOptions,cwl,wdl}.rstMerger Checklist