qstatGroupAll2: Status (sacct, equivalent to qstat) of running jobs of group...

View source: R/rQsub_slurm.R

qstatGroupAll2R Documentation

Status (sacct, equivalent to qstat) of running jobs of group members.

Description

Status (sacct, equivalent to qstat) of running jobs of group members.

Usage

qstatGroupAll2(
  stat = c("run", "all", "wait", "COMPLETED", "TIMEOUT", "FAILED", "OUT_OF_MEMORY",
    "CANCELLED"),
  groupMembers = dir(paste0("/hpc/", strSplit(system("groups", intern = TRUE), " ")[1,
    1]))
)

Arguments

stat

the job status, including "run" (the default), "all", "wait", "COMPLETED", "TIMEOUT", "FAILED", "OUT_OF_MEMORY", and "CANCELLED".

groupMembers

the group member names. The default is the group members of the user who run this code.

See Also

sacct, sacctAll


paodan/funcTools documentation built on April 1, 2024, 12:01 a.m.