Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Jobs with low GPU utilization will be automatically canceled. The exact threshol
On Torch, users may run "preemptible" jobs on stakeholder resources that their group does not own. This allows the stakeholder resources to be utilized by non-stakeholders which may otherwise be idle. To make the best use of these resources, you are encouraged to adopt checkpoint/restart to allow for resumption of the workload in subsequent jobs.

:::warning Preemption Policy
Jobs become eligible for preemption after 1 hour of runtime. Jobs will not be canceled within the first hour.
Jobs become eligible for preemption after 30 minutes of runtime. Jobs will not be canceled within the first 30 minutes.
:::

The preemption order is:
Expand Down
Loading