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