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

Add docs for ClusterManager and WorkerConfig #31234

Merged
merged 2 commits into from Mar 7, 2019
Merged

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Mar 2, 2019

Please feel free to make edits to these! I tried to be thorough for WorkerConfig because it is exported.

@kshyatt kshyatt added doc This change adds or pertains to documentation parallel Parallel or distributed computation labels Mar 2, 2019
@kshyatt kshyatt requested a review from amitmurthy March 2, 2019 22:33
stdlib/Distributed/src/cluster.jl Show resolved Hide resolved
"""
ClusterManager

Supertype for cluster managers, which control how nodes are added to a cluster, driven within it, and released from it.
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

driven within it doesn't read smooth to be. Maybe:

Supertype for cluster manager, which controls workers processes as a cluster. Cluster managers implement how workers can be added, removed and communicated with.

@fredrikekre fredrikekre merged commit 3d02325 into master Mar 7, 2019
@StefanKarpinski StefanKarpinski deleted the ksh/distributed branch March 7, 2019 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc This change adds or pertains to documentation parallel Parallel or distributed computation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants