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