| crew_class_monitor_sge {crew.cluster} | R Documentation |
SGE monitor class
Description
SGE monitor R6 class
Details
See crew_monitor_sge().
Super class
crew.cluster::crew_class_monitor_cluster -> crew_class_monitor_sge
Methods
Public methods
Inherited methods
Method jobs()
List SGE jobs.
Usage
crew_class_monitor_sge$jobs(user = ps::ps_username())
Arguments
userCharacter of length 1, user name of the jobs to list.
Returns
A tibble with one row per SGE job and columns with
specific details.
Method terminate()
Terminate one or more SGE jobs.
Usage
crew_class_monitor_sge$terminate(jobs = NULL, all = FALSE)
Arguments
jobsCharacter vector of job names or job IDs to terminate. Ignored if
allis set toTRUE.allLogical of length 1, whether to terminate all the jobs under your user name. This terminates ALL your SGE jobs, regardless of whether
crew.clusterlaunched them, so use with caution!
Returns
NULL (invisibly).
See Also
Other sge:
crew_class_launcher_sge,
crew_controller_sge(),
crew_launcher_sge(),
crew_monitor_sge()
[Package crew.cluster version 0.3.2 Index]