-
Notifications
You must be signed in to change notification settings - Fork 1
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
MEG - Add support for slurm job scheduler #4
Comments
Hi @RikHenson, @olafhauk, @dcdace I thought about this, specifically the parallel execution. Below is an example data structure from this mne-bids tutorial:
When we call I'm sure there's a way of implementing this so that it works in parallel, the mne-bids-pipeline has even more complicated dependencies between files and it works fine in parallel. But looking at their implementation of parallelization I feel I'm out of my depht there. Do you have any thoughts on this? Thanks, |
I run MRI BIDS parallel across subjects and never have any problems. MRI BIDS also writes in participants.json/.tsv files. |
I added a simple slurm job script which runs the conversion in serial mode. Parallel execution is to be implemented, taking in mind the above complications. I created issue #9 for this and I'm closing this issue. |
Suggested by @RikHenson
The text was updated successfully, but these errors were encountered: