You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ^_^
The text was updated successfully, but these errors were encountered:
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 🙂
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 ^_^
The text was updated successfully, but these errors were encountered: