Skip to content

Commit 11b54c4

Browse files
committed
dump tutorial slides, format later
1 parent cdd4009 commit 11b54c4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ If you are new to using HPC resources and would like to learn about the principl
77
## Partitions on Torch
88
`SLURM` partitions on Torch control stakeholder resource access. No physical nodes are tied to partitions — instead, equivalent compute resources are allocated via partition `QoS`. Jobs within the same partition cannot exceed their assigned resources (`QOSGrpGRES`). User GPU Quotas: Each user has a total GPU quota of 24 GPUs for jobs with wall time < 48 hours (`QOSMaxGRESPerUser`).
99

10+
:::tip Partitions
11+
Do not specify partitions manually, except for preemption which is described later.
12+
:::
13+
1014
Non-stakeholders to temporarily use stakeholder resources (a stakeholder group to temporarily use another group’s resources). Stakeholders retain normal access to their own resources. If non-stakeholders (or other stakeholders) are using them, their jobs may be preempted (canceled) once stakeholders submit new jobs. Public users are allowed to use stakeholder resources only with preemption partitions.
1115

1216
## Job Submission on Torch
1317
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.
1418

15-
:::tip Partitions
16-
Do not specify partitions manually, except for preemption which is described later.
17-
:::
18-
1919
:::warning 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
:::

0 commit comments

Comments
 (0)