-
Notifications
You must be signed in to change notification settings - Fork 66
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
Weird parallel call to newsegment #77
Comments
No this is weird and looks like a bug. But ... 32 processes and only 2 are On Wed, Mar 25, 2015 at 6:16 PM, Alexandre Abraham <[email protected]
DED |
Here are the requested files! Yes I use dartel and What I was thinking is that maybe these scripts were ran by mistake (because of the n_jobs) and that they were blocked by an IO somewhere. preproc.py:
preproc.ini
|
I don't know why did we close this ... I'm experiencing the same behavior when I run |
I am preprocessing data using
n_jobs=32
. I have noticed something strange.First, Among all SPM processes, only two of them are running:
When I look at the exact call, I realize that it is actually the same script that is launched 32 times:
Is that normal?
The text was updated successfully, but these errors were encountered: