Skip to content

submit_slurm_job Reference

This guide assumes you are familiar with cancelling NONMEM jobs using the default arguments, and are looking for more control over you job submission. We’ll cover each argument to cancel_slurm_job and overriding the default.

Using the confirm argument

By default, cancel_slurm_job makes you confirm the cancellation before the job is cancelled. With confirm = FALSE you can electively turn off this confirmation and cancel the job.

cancel_job.R
library(slurmtools)
cancel_slurm_job(job_id = "12345", confirm = FALSE)
>