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

See Also

cleanup_files


[Package rslurm version 0.6.2 Index]