Learn R Programming

clustermq (version 0.8.95)

SGE: SGE scheduler functions

Description

Derives from QSys to provide SGE-specific functions

Arguments

Super class

clustermq::QSys -> SGE

Methods

Public methods

Method new()

Usage

SGE$new(..., template = getOption("clustermq.template", "SGE"))

Method submit_jobs()

Usage

SGE$submit_jobs(n_jobs, ..., log_worker = FALSE, verbose = TRUE)

Method finalize()

Usage

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

Method clone()

The objects of this class are cloneable with this method.

Usage

SGE$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.