flow_slurm_status: flow_slurm_status

flow_slurm_statusR Documentation

flow_slurm_status

Description

wrapper for sacct (SLURM command line function)

Usage

flow_slurm_status(
  jb,
  return_id = FALSE,
  fields = c("jobid", "jobname", "state", "maxrss", "reqm", "elapsed"),
  return.str = FALSE
)

Arguments

jb

Flow Job object

return_id

return a list with the slurm job IDs for the Flow Job jobs

fields

which fields to print (see SLURM docs for details)

return.str

use system2 to return the stdout as a list of charachters

Value

vector

Author(s)

Alon Shaiber


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.