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

Multiple SSH hosts #217

Open
hongyuanjia opened this issue Nov 7, 2020 · 3 comments
Open

Multiple SSH hosts #217

hongyuanjia opened this issue Nov 7, 2020 · 3 comments

Comments

@hongyuanjia
Copy link

I am new to cluster computing. I successfully setup clustermq using SSH. Forgive me if this question is silly, is it possible to utilize multiple ssh hosts?

I tried directly append the clustermq.ssh.host option, but obviously it did not work:

options(
    clustermq.scheduler = "ssh",
    clustermq.ssh.host = c("user@host1", "user@host2"), 
    clustermq.ssh.log = "~/cmq_ssh.log"
)
@hongyuanjia
Copy link
Author

Just found #102 (comment). Hopefully this feature can be implemented in the near future.

@mschubert
Copy link
Owner

We should eventually support that, but it will still take some time.

If I understand correctly, parallelly cal already do this, you might want to check it out instead.

@hongyuanjia
Copy link
Author

Thanks for the info!
I find parallelly package quite useful. I am able to set up a cluster using it. Hope multiple SSH hosts can be supported in the near future of clustermq.

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

2 participants