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

Create a hostlist tree and use it to ssh to the nodes to start/finish tasks #46

Open
antoniogi opened this issue Aug 7, 2017 · 0 comments

Comments

@antoniogi
Copy link
Contributor

Sounds fancier than what it is. Right now, we go node by node, open an SSH connection, and launch a background task or copy files. This does not scale. It's easy to create a tree (not necessarily binary) where each node in the list only opens an SSH connection to its children. This is a relatively big change in the code.

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

No branches or pull requests

1 participant