Hello,
I’m experiencing some issues (‘segmentation fault’ errors) when working with some functions that allows you to specify a value >1 for the ‘n_jobs’ parameter (e.g. with filtering and computing TFRs). Everything works fine when n_jobs = 1 but it’s very consuming in terms of time and computations.
I’m also finding the same issues (‘segmentation fault’ errors) when trying to plot the results of my source reconstruction as shown in this tutorial (the stc.plot function): Source localization with MNE, dSPM, sLORETA, and eLORETA — MNE 1.7.1 documentation.
This is strange, considering the fact that you do not specify the n_jobs parameter for these plotting functions.
Have you any idea about what might be the possible causes for these errors?
I’m working on a remote server.
- MNE Version: 1.7
- OS: Linux x86_64