Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix/squeue last job workaround (#74)
* When squeue -j is given only one job id, and that job id is invalid, the squeue exit status is 1. That causes a WorkflowMgr::SchedulerDown exception, preventing sacct from being run. Rocotorun will refuse to submit any more jobs at that point until the user manually intervenes. * When squeue -j is given only one job id, and that job id is invalid, the squeue exit status is 1. That causes a WorkflowMgr::SchedulerDown exception, preventing sacct from being run. Rocotorun will refuse to submit any more jobs at that point until the user manually intervenes. * Do not catch an exception that is never thrown. Remove some commented-out code. Co-authored-by: Christopher Harrop <[email protected]> Co-authored-by: samuel.trahan <[email protected]>
- Loading branch information