You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We attempt to put too many job IDs into an sacct command, and we get an argument list too long error. That's not among the ones that prompt us to fall back to scontrol here:
We should set up to run multiple sacct commands when we have too many jobs for one, and if weird stuff goes wrong with launching sacct in general (not just if we launch it and it fails) we should fall back to scontrol.
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1632
The text was updated successfully, but these errors were encountered:
This was reported in ComparativeGenomicsToolkit/cactus#1465
We attempt to put too many job IDs into an
sacct
command, and we get an argument list too long error. That's not among the ones that prompt us to fall back toscontrol
here:toil/src/toil/batchSystems/slurm.py
Line 301 in 5a8090e
So the net result is that Toil crashes.
We should set up to run multiple
sacct
commands when we have too many jobs for one, and if weird stuff goes wrong with launchingsacct
in general (not just if we launch it and it fails) we should fall back toscontrol
.┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1632
The text was updated successfully, but these errors were encountered: