Derives from QSys to provide SSH-specific functions
clustermq::QSys -> SSH
new()SSH$new(
data,
...,
ssh_host = getOption("clustermq.ssh.host"),
ssh_log = getOption("clustermq.ssh.log"),
template = getOption("clustermq.template", "SSH")
)submit_jobs()SSH$submit_jobs(..., verbose = TRUE)
cleanup()SSH$cleanup(quiet = FALSE)
finalize()SSH$finalize(quiet = self$workers_running == 0)
clone()The objects of this class are cloneable with this method.
SSH$clone(deep = FALSE)
deepWhether to make a deep clone.