-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stopping Factor during facetimage #202
Comments
ctrl-Z, kill %1 ? :) |
Is that different from |
I think ctrl-z will stop the parent process, and kill %1 will kill it. |
(obviously mutatis mutandis if you have other suspended processes) |
Well, I just noticed that my Factor runs probably only stopped during selfcal because I set General question: is it actually desirable to continue with the processing if one of the pipelines fails? ("fails" as in: a program in there crashes.) |
Probably I am facing similar issue (?). Apparently my job is stuck at the facetimage step (step 5 of 5). Still running checkfactor is showing 'processing' that facet. |
Did you also kill the original |
When Factor is running the facetimage pipelines it cannot easily be stopped. Just pressing
<CTRL-C>
on the command-line will only stop the current facet - which will "fail" - but then runfactor will continue with the next facet and so on.Even if one wants to continue imaging the next facet if one facet fails, there should be a way top stop Factor when doing facetimage pipelines.
The text was updated successfully, but these errors were encountered: