Skip to content

Commit c7ea47e

Browse files
committed
formatting tweak
1 parent ece5251 commit c7ea47e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Non-stakeholders to temporarily use stakeholder resources (a stakeholder group t
1616
## Job Submission on Torch
1717
As stated in the tuturial, always only request the compute resources (e.g., GPUs, CPUs, memory). The `SLURM` scheduler will automatically dispatch jobs to all accessible GPU partitions that match resource requests.
1818

19-
:::warning Low GPU Utilization Policy
19+
:::danger Low GPU Utilization Policy
2020
Jobs with low GPU utilization will be automatically canceled. The exact threshold is TBD, but enforcement will be very aggressive.
2121
:::
2222

2323
## Preemptible jobs on Torch
2424
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.
2525

26-
:::info Preemption Policy
26+
:::warning Preemption Policy
2727
Jobs become eligible for preemption after 1 hour of runtime. Jobs will not be canceled within the first hour.
2828
:::
2929

0 commit comments

Comments
 (0)