View source: R/crew_monitor_slurm.R
crew_monitor_slurm | R Documentation |
Create an R6
object to monitor SLURM cluster jobs.
crew_monitor_slurm(
verbose = TRUE,
command_list = as.character(Sys.which("squeue")),
command_terminate = as.character(Sys.which("scancel"))
)
verbose |
Deprecated. Use |
command_list |
Character of length 1, file path to the executable to list jobs. |
command_terminate |
Deprecated. Use |
Other slurm:
crew_class_launcher_slurm
,
crew_class_monitor_slurm
,
crew_controller_slurm()
,
crew_launcher_slurm()
,
crew_options_slurm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.