crew_monitor_slurm: *[Experimental]* Create a SLURM monitor object.

View source: R/crew_monitor_slurm.R

crew_monitor_slurmR Documentation

[Experimental] Create a SLURM monitor object.

Description

Create an R6 object to monitor SLURM cluster jobs.

Usage

crew_monitor_slurm(
  verbose = TRUE,
  command_list = as.character(Sys.which("squeue")),
  command_terminate = as.character(Sys.which("scancel"))
)

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.

See Also

Other slurm: crew_class_launcher_slurm, crew_class_monitor_slurm, crew_controller_slurm(), crew_launcher_slurm(), crew_options_slurm()


crew.cluster documentation built on April 15, 2025, 1:34 a.m.