Skip to content
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

Implement custom pool object in order to allow clustered computing #12

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

celliern
Copy link

@celliern celliern commented Sep 8, 2017

Hello guys. I'm planning using your library with expensive functions, and I have configured a little cluster in my lab using dask-distributed.

I have made some improvement in your code and I have added a parameter so we can provide a custom Pool object.

In that way, I can use distributed Client object and distribute the functions accross all the cluster workers.

I have improved a bit the code too, which is now pep8 compliant, use the logging module and stuffs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant