Derives from QSys to provide SGE-specific functions
clustermq::QSys
-> SGE
new()
SGE$new(..., template = getOption("clustermq.template", "SGE"))
submit_jobs()
SGE$submit_jobs(n_jobs, ..., log_worker = FALSE, verbose = TRUE)
finalize()
SGE$finalize(quiet = self$workers_running == 0)
clone()
The objects of this class are cloneable with this method.
SGE$clone(deep = FALSE)
deep
Whether to make a deep clone.