Skip to contents

Create an abstract cluster monitor R6 object.

Usage

crew_monitor_cluster(
  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.