hpcInfo: Information of HPC computing nodes

View source: R/rQsub.R

hpcInfoR Documentation

Information of HPC computing nodes

Description

Information of HPC computing nodes

Usage

hpcInfo()

Value

a data frame, including · queuename, the queue name; · qtype, the queue type - one of B(atch), I(nteractive), C(heckpointing), P(arallel); · resv.used.tot., the number of used and available job slots; · load_avg, the load average of the queue host or another load value; · arch, the architecture of the queue host; · stats, the state of the queue - one of u(nknown), a(larm), A(larm), C(alendar suspended), s(uspended), S(ubordinate), d(isabled), D(isabled), E(rror), c(configuration ambiguous), o(rphaned), P(reempted). · etc.

Examples

## Not run: 
hpcInfo()

View(hpcInfo())

## End(Not run)

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