Skip to contents

Gets the available slurm partitions the user can use.

Usage

get_slurm_partitions(cache = TRUE)

Arguments

cache

optional argument to forgo caching

Value

vector of available partitions

Examples

if (FALSE) { # \dontrun{
get_slurm_partitions
} # }