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 documentation on how to spawn workers over SSH #444

Open
KronosTheLate opened this issue Oct 25, 2023 · 1 comment
Open

Add documentation on how to spawn workers over SSH #444

KronosTheLate opened this issue Oct 25, 2023 · 1 comment

Comments

@KronosTheLate
Copy link

KronosTheLate commented Oct 25, 2023

Can I use Dagger to spawn processes on another computer connected over ssh?

Distributed.addprocs has a method that "Add worker processes on remote machines via SSH.". Can I spawn workers with this, schedule tasks on them with Dagger, and expect it to work?

A few sentences on ssh and computations on other computers in the docs would be lovely ^_^

@jpsamaroo jpsamaroo changed the title How to spawn workers over ssh? Add documentation on how to spawn workers over SSH Oct 30, 2023
@jpsamaroo
Copy link
Member

Yes, you would use the standard addprocs from Distributed to do this. Feel free to add a sentence or two to the docs to point this out (maybe in the Quickstart section?) if you have time 🙂

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

Successfully merging a pull request may close this issue.

2 participants