View source: R/crew_monitor_sge.R
crew_monitor_sge | R Documentation |
Create an R6
object to monitor SGE cluster jobs.
crew_monitor_sge(
verbose = TRUE,
command_list = as.character(Sys.which("qstat")),
command_terminate = as.character(Sys.which("qdel"))
)
verbose |
Deprecated. Use |
command_list |
Character of length 1, file path to the executable to list jobs. |
command_terminate |
Deprecated. Use |
Other sge:
crew_class_launcher_sge
,
crew_class_monitor_sge
,
crew_controller_sge()
,
crew_launcher_sge()
,
crew_options_sge()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.