Skip to contents

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

Deprecated. Use options_cluster instead.

command_list

Character of length 1, file path to the executable to list jobs.

command_terminate

Deprecated. Use options_cluster instead.