n_jobs on windows

Hi,

I tried to set n_jobs (from mne.filter.filter_data) > 1 on windows 10 with
no success (computer crashed). Has anyone figured this out?

Best,
Mat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180213/56054345/attachment.html

hi Mat,

we you use n_jobs > 1 you need more RAM on your machine.
that can explain the crash if you don't have enough RAM.

Alex

Hi Alex,

I have 32768MB RAM on my machine, I don't think it's an issue. When I set
n_jobs = 2, python freezes, and I have to kill the process (see attached
screen capture).

nothing happens, seems to block the execution of everything (see capture).

2018-02-13 12:06 GMT-06:00 Alexandre Gramfort <alexandre.gramfort at inria.fr>:

hi Mat,

we you use n_jobs > 1 you need more RAM on your machine.
that can explain the crash if you don't have enough RAM.

Alex

Hi,

I tried to set n_jobs (from mne.filter.filter_data) > 1 on windows 10
with no success (computer crashed). Has anyone figured this out?

Best,
Mat

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
Mne_analysis Info Page

The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at
MyComplianceReport.com: Compliance and Ethics Reporting . If the e-mail was sent to you
in error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
Mne_analysis Info Page

The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at
MyComplianceReport.com: Compliance and Ethics Reporting . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180214/42e81dde/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture.PNG
Type: image/png
Size: 26916 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180214/42e81dde/attachment-0001.png

If you do:

print(epochs_learning_1_corr)

what does it tell you as the size of your epochs object?

Mainak