-
Notifications
You must be signed in to change notification settings - Fork 243
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
multiplane_parallel in an HPC (Slum) #880
Comments
Hi Giuliano, Suite2p will expect two settings files (db.npy and ops.npy) passed in as arguments. In my case, I keep a single standard ops.npy (saved from the GUI with my typical settings) that is used unchanged by all jobs, and I dynamically create a new db.npy for each SLURM run. To do that, I use Some additional suite2p configuration parameters may change from job to job (for example, frame rate, or the segmentation mode). These can be passed to the srun command as a space-separated list of double-hyphen inputs, and as I recall they will override parameters of the same name already defined in ops.npy. For example: On a cluster it can be worth doing some benchmarking to figure out which storage options to use as the fast_disk, and how much RAM is needed (for me, the acquisition file size plus some fixed overhead, maybe 10-20GB, I forget what I measured). Hope this helps. |
you can also use if you don't have multiplane or multi-ROI (mesoscope) recordings, then this option will not speed anything up |
Hi,
I created this issue in another repo: cortex-lab/Suite2P#186. If you can provide help on the following, it would be appreciated.
"I provide support to researchers in a neuroscience institute. One of our users is trying to run suite2p using the multiplane_parallel option. We understand that we have to pass the host, username and pw.
I have some questions about it:
does this multiplane_parallel option speed up the computation?, if so, does this profit then of the resources in the local-computer PLUS an external server?
how would it work in a system as Slurm?
I mean, in Slurm we can give several cpu cores and number of tasks, if the purpose of multiplane_parallel is to provide more resources, that should also be achieved using Slurm I believe."
Thanks,
Giuliano.
The text was updated successfully, but these errors were encountered: