Skip to content

Commit 4ac126c

Browse files
committed
dump tutorial slides, format later
1 parent b8251be commit 4ac126c

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
# Submitting Jobs on Torch
22

3-
:::tip [Beginner tutorial available]
3+
:::tip Beginner tutorial available
44
If you are new to using HPC resources and would like to learn about the principles of using the `SLURM` scheduler for submitting batch jobs, please refer to [this section](../13_tutorial_intro_hpc/04_scheduler_fundamentals.mdx). This section focuses on the specifics of the Torch cluster and assumes familiarity with the tutorial.
55
:::
66

77

8-
:::info
9-
Instead of running interactive jobs on Login nodes, users can run interactive jobs on the HPC Compute nodes using SLURM's `srun` utility. Running interactive jobs on compute nodes does not impact many users and in addition provides access to resources that are not available on the login nodes, such as interactive access to GPUs, high memory, exclusive access to all the resources of a compute node, etc.
10-
:::
11-
12-
138
## Partition Management
149
- Partitions control stakeholder resource access.
1510
- No physical nodes are tied to partitions — instead, equivalent compute resources are allocated via partition QoS.
1611
- Jobs within the same partition cannot exceed their assigned resources (QOSGrpGRES).
1712
- User GPU Quotas: Each user has a total GPU quota of 24 GPUs for jobs with wall time < 48 hours (QOSMaxGRESPerUser).
1813
## Job Submission
19-
- Do not specify partitions manually.
2014
- Only request the compute resources (e.g., GPUs, CPUs, memory).
2115
- Scheduler will automatically dispatch jobs to all accessible GPU partitions that match resource requests.
2216

23-
:::warning [Low GPU Utilization Policy]
17+
:::tip Partitions
18+
Do not specify partitions manually.
19+
:::
20+
21+
:::warning Low GPU Utilization Policy
2422
Jobs with low GPU utilization will be automatically cancelled.
2523
The exact threshold is TBD, but enforcement will be very aggressive.
2624
:::

0 commit comments

Comments
 (0)