Learn R Programming

clustermq (version 0.8.95)

SSH: SSH scheduler functions

Description

Derives from QSys to provide SSH-specific functions

Arguments

Super class

clustermq::QSys -> SSH

Methods

Public methods

Method new()

Usage

SSH$new(
  data,
  ...,
  ssh_host = getOption("clustermq.ssh.host"),
  ssh_log = getOption("clustermq.ssh.log"),
  template = getOption("clustermq.template", "SSH")
)

Method submit_jobs()

Usage

SSH$submit_jobs(..., verbose = TRUE)

Method cleanup()

Usage

SSH$cleanup(quiet = FALSE)

Method finalize()

Usage

SSH$finalize(quiet = self$workers_running == 0)

Method clone()

The objects of this class are cloneable with this method.

Usage

SSH$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.