Preset of Configuration for the RSPH Cluster
Usage
swf_configs_rsph(
partition = "preemptable",
r_version = "4.2.1",
git_version = "2.35.1",
mail_user = NULL
)
Value
a list containing default_sbatch_opts
, renv_sbatch_opts
and r_loader
(see the "hpc_configs" section)
hpc_configs
default_sbatch_opts
is a list of sbatch options to be passed toslurmworkflow::create_workflow
.renv_sbatch_opts
is a list of sbatch options to be passed toslurmworkflow::step_tmpl_renv_restore
. It provides sane defaults for building the dependencies of an R project usingrenv
r_loader
is a set of bash lines to make the R software available. This is passed to thesetup_lines
arguments of theslurmworkflow::step_tmpl_
functions that requires it.