-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
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"
)