Detect if R is running on a high-performance computing (HPC) cluster.
Value
character(1)
or logical(1)
.
Workload manager (scheduler) name if HPC is detected (e.g. "SLURM"
or
"LSF"
), otherwise FALSE
.
Details
Currently supports detection of Slurm or LSF.
See also
Sys.getenv
.
Sys.info
.
R.version
.
.Platform
.