cancel_slurm {rslurm} | R Documentation |
Cancels a scheduled Slurm job
Description
This function cancels the specified Slurm job by invoking the Slurm
scancel
command. It does not delete the temporary files
(e.g. scripts) created by slurm_apply
or
slurm_call
. Use cleanup_files
to remove those
files.
Usage
cancel_slurm(slr_job)
Arguments
slr_job |
A |
See Also
[Package rslurm version 0.6.2 Index]