submit_slurm_job.Rd
submit a nonmem model to slurm in parallel
submit_slurm_job(
.mod,
partition = get_slurm_partitions(),
ncpu = 1,
overwrite = FALSE,
dry_run = FALSE,
...,
slurm_job_template_path = getOption("slurmtools.slurm_job_template_path"),
submission_root = getOption("slurmtools.submission_root"),
bbi_config_path = getOption("slurmtools.bbi_config_path"),
slurm_template_opts = list()
)
a path to a model or a bbi nonmem model object
name of the partition to submit the model
number of cpus to run the model against
whether to overwrite existing model results
return the command that would have been invoked, without invoking
arguments to pass to processx::run
path to slurm job template
directory to track job submission scripts and output
path to bbi.yaml file for bbi configuration
choose slurm template