detectHpc | R Documentation |
Detect if R is running on a high-performance computing (HPC) cluster.
detectHpc()
Currently supports detection of Slurm or LSF.
character(1)
or logical(1)
.
Workload manager (scheduler) name if HPC is detected (e.g. "SLURM"
or
"LSF"
), otherwise FALSE
.
Updated 2021-08-13.
Sys.getenv
.
Sys.info
.
R.version
.
.Platform
.
detectHpc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.