crew_class_monitor_sge | R Documentation |
SGE monitor R6
class
See crew_monitor_sge()
.
crew.cluster::crew_class_monitor_cluster
-> crew_class_monitor_sge
jobs()
List SGE jobs.
crew_class_monitor_sge$jobs(user = ps::ps_username())
user
Character of length 1, user name of the jobs to list.
A tibble
with one row per SGE job and columns with
specific details.
terminate()
Terminate one or more SGE jobs.
crew_class_monitor_sge$terminate(jobs = NULL, all = FALSE)
jobs
Character vector of job names or job IDs to terminate.
Ignored if all
is set to TRUE
.
all
Logical of length 1, whether to terminate all the jobs
under your user name. This terminates ALL your SGE jobs,
regardless of whether crew.cluster
launched them,
so use with caution!
NULL
(invisibly).
Other sge:
crew_class_launcher_sge
,
crew_controller_sge()
,
crew_launcher_sge()
,
crew_monitor_sge()
,
crew_options_sge()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.