crew_monitor_cluster {crew.cluster} | R Documentation |
Create an abstract
cluster monitor object.
Description
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 |
command_list |
Character of length 1, file path to the executable to list jobs. |
command_terminate |
Deprecated. Use |
See Also
Other cluster:
crew_class_launcher_cluster
,
crew_class_monitor_cluster
,
crew_launcher_cluster()
,
crew_options_cluster()
[Package crew.cluster version 0.3.8 Index]