Learn R Programming

rslurm (version 0.6.2)

cancel_slurm: 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 slurm_job object.

See Also

cleanup_files