BlueBrain / BluePyOpt

Blue Brain Python Optimisation Library
https://bluepyopt.readthedocs.io/en/latest/
Other
198 stars 96 forks source link

BluePyOpt + Slurm #415

Open bhmagic opened 2 years ago

bhmagic commented 2 years ago

Hi,

I recently got my hands on a Slurm system. Then I realized the Slurm is not as plug-and-play as SGE for Scoop.

I can't find useful information on BluePyOpt or Scoop that is slurm specific.

Considering Slurm is so dominant, can you make an official batch file temple?

Thank you!!

-YTW

wvangeit commented 2 years ago

We basically completely moved away from scoop in favour of ipyparallel. There are some example files in this directory: https://github.com/BlueBrain/BluePyOpt/tree/master/examples/l5pc/benchmark

bhmagic commented 2 years ago

Is there any specific reason that the sccop was ditched?

wvangeit commented 2 years ago

Ipyparallel was more stable.