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

Creating workers on another machine #80

Open
lassepe opened this issue Aug 26, 2024 · 1 comment
Open

Creating workers on another machine #80

lassepe opened this issue Aug 26, 2024 · 1 comment

Comments

@lassepe
Copy link
Contributor

lassepe commented Aug 26, 2024

I really like the philosophy of Malt.jl; thank you for this great package!

One limitation that I have encountered, however, is that I need to spawn a worker on a remote machine (i.e., a different "node"). Is it possible to do this with Malt.jl -- similar to how Distributed.addprocs accepts a list of IPs?

@fonsp
Copy link
Member

fonsp commented Aug 27, 2024

Hey @lassepe, thanks for the feedback!

This is not currently possible with Malt. But it is possible to add it to Malt, either in this package or outside of it (MaltSSH.jl). Take a look at the source code, and see how the other worker types are defined.

For now, I think Distributed is your best choice for SSH remote workers. Would you mind making a PR to the readme to clarify this under "Malt.jl vs Distributed"?

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

No branches or pull requests

2 participants