qstatGroupAll: Status (qstat) of running jobs of group members.

View source: R/rQsub.R

qstatGroupAllR Documentation

Status (qstat) of running jobs of group members.

Description

Status (qstat) of running jobs of group members.

Usage

qstatGroupAll(
  stat = c("run", "all", "wait"),
  groupMembers = system("ls /hpc/dla_lti", intern = TRUE)
)

Arguments

stat

the job status, including "run" (the default), "all", and "wait".

groupMembers

the group member name.

See Also

qstat, qstatAll


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