Quickstart
This guide provides a brief overview of the basic commands for checkpointing and restoring SLURM jobs using Cedana.
Checkpointing a Job
cedana dump slurm <job_id> --dir <checkpoint_dir>Restoring a Job
cedana restore slurm <job_id> --path <checkpoint_path>Automatic Restore on Preemption
sbatch --restore-on-suspend job.shLast updated
Was this helpful?