scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

Lazy parallelization #152

Closed rgerkin closed 6 years ago

rgerkin commented 6 years ago

https://tdhopper.com/blog/parallelizing-a-python-function-for-the-extremely-lazy/

rgerkin commented 6 years ago

@russelljjarvis Check this out.

russelljjarvis commented 6 years ago

Looks okay, but it seems like it needs to be invoked from BASH, which is one of the down sides of ipyparallel. I can imagine gnuparallel coming in handy for other routine jobs though.

russelljjarvis commented 6 years ago

dask does not need bash invocation.