Skip to content

Multiple SSH hosts #217

@hongyuanjia

Description

@hongyuanjia

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"
)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions