crew_monitor_cluster {crew.cluster} | R Documentation |
Create an abstract cluster monitor R6
object.
crew_monitor_cluster(
verbose = TRUE,
command_list = as.character(Sys.which("qstat")),
command_terminate = as.character(Sys.which("qdel"))
)
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 |
Other cluster:
crew_class_launcher_cluster
,
crew_class_monitor_cluster
,
crew_launcher_cluster()