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_optsis a list of sbatch options to be passed toslurmworkflow::create_workflow.renv_sbatch_optsis 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 usingrenvr_loaderis a set of bash lines to make the R software available. This is passed to thesetup_linesarguments of theslurmworkflow::step_tmpl_functions that requires it.