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
# Two changes:
---
## Change 1:
In the Scheduler, only break after conformer troubleshooting if new jobs
(conf_opt or conf_sp) are actually running for that species. This
ensures the scheduler correctly falls through to the "all conformers
done" check if troubleshooting was attempted but failed to launch new
tasks.
Essentially, this was a race to completion bug. If there were, for
example, 3 TS guesses being troubleshooted and if the 2 out the 2
finished troubleshoot, then the last one, if it failed an exhausted all
attempts would cause a bug where ARC would declare there was no TS that
converged
## Change 2:
There is a bug in ARC when Pipe is active. The issue is that when a
batch job is submited, and let's say it has 20 jobs in it - so 20
workers needed, and then only 10 of those were picked up by workers but
the other 10 are in Q mode, ARC misunderstand this and attempts to
resubmit those 10 as it thinks they were not provided workers properly.
And ARC will continue to do this ad infinitum
0 commit comments