Skip to content

Conversation

@lesteve
Copy link
Member

@lesteve lesteve commented Jul 23, 2019

Fix #275.

This was broken since dask-jobqueue 0.3.
cluster = PBSCluster(processes=18,
threads=4,
cluster = PBSCluster(cores=24,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The direct translation of the previous snippet would be cores=72,processes=18, although possible this seems a bit over the top so I switched to more reasonable numbers.

@lesteve
Copy link
Member Author

lesteve commented Jul 23, 2019

This is doc only, so I am going to merge this one without waiting for the CIs.

@lesteve lesteve merged commit 79be812 into dask:master Jul 23, 2019
@lesteve lesteve deleted the remove-threads-from-doc branch July 23, 2019 14:51
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.

Documentation still has threads parameter

1 participant