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"
)
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.hostoption, but obviously it did not work:options( clustermq.scheduler = "ssh", clustermq.ssh.host = c("user@host1", "user@host2"), clustermq.ssh.log = "~/cmq_ssh.log" )