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
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
If you try to kill a running job with wq at BNL, it doesn't actually always kill everything. I think what happens is it only kills the PID's of the parents, not all the children that have been spawned by the multiprocessing pool. Eventually everything dies (or goes zombie process), but what I do to remedy this is just to forcefully kill all my user processes on the relevant nodes.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you try to kill a running job with
wq
at BNL, it doesn't actually always kill everything. I think what happens is it only kills the PID's of the parents, not all the children that have been spawned by the multiprocessing pool. Eventually everything dies (or goes zombie process), but what I do to remedy this is just to forcefully kill all my user processes on the relevant nodes.The text was updated successfully, but these errors were encountered: