sacctAll: sacctAll: checking all users' job status on HPC for slurm...

View source: R/rQsub_slurm.R

sacctAllR Documentation

sacctAll: checking all users' job status on HPC for slurm system

Description

sacctAll: checking all users' job status on HPC for slurm system

Usage

sacctAll(
  stat = c("run", "all", "wait", "COMPLETED", "TIMEOUT", "FAILED", "OUT_OF_MEMORY",
    "CANCELLED")
)

Arguments

stat

status, one of "run", "all", "wait", "COMPLETED", "TIMEOUT", "FAILED", "OUT_OF_MEMORY", and "CANCELLED".

Examples

## Not run: 
sacctAll("all")
sacctAll("run")
sacctAll("TIMEOUT")

## End(Not run)

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