Preset of Configuration for the HYAK Cluster
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.