crew_monitor_sge {crew.cluster} | R Documentation |
Create a SGE monitor object.
Description
Create an R6
object to monitor SGE cluster jobs.
Usage
crew_monitor_sge(
verbose = TRUE,
command_list = as.character(Sys.which("qstat")),
command_terminate = as.character(Sys.which("qdel"))
)
Arguments
verbose |
Logical, whether to see console output and error messages when submitting worker. |
command_list |
Character of length 1, file path to the executable to list jobs. |
command_terminate |
Character of length 1,
file path to the executable to terminate a worker job.
Set to |
See Also
Other sge:
crew_class_launcher_sge
,
crew_class_monitor_sge
,
crew_controller_sge()
,
crew_launcher_sge()
[Package crew.cluster version 0.3.2 Index]