Skip to content

Commit 8906591

Browse files
authored
Merge pull request #317 from NYU-RTS/minor
highlight a common confusion
2 parents 4e41940 + 83b9a84 commit 8906591

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/hpc/01_getting_started/02_getting_and_renewing_an_account.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ This section deals with the eligibility for getting HPC accounts, the process to
1818
- All **sponsored accounts** will be created for a period of 12 months, at which point a renewal process is required to continue to use the clusters
1919
- Faculty, students and staff from the **NYU School of Medicine** require the sponsorship of an eligible NYU faculty member to access the NYU HPC clusters
2020
- **Non-NYU Researchers** who are collaborating with NYU researchers must obtain an affiliate status before applying for an NYU HPC account
21-
- An HPC account gives you access to Torch, but an active allocation within the HPC projects management portal gives you access to a SLURM account which is needed to run jobs on Torch. More information on using the HPC project management portal can be found [here](./07_hpc_project_management_portal.mdx)
21+
22+
:::
23+
24+
:::warning
25+
26+
An HPC account gives you access to Torch, but an active allocation within the HPC projects management portal gives you access to a SLURM account which is needed to run jobs on Torch. More information on using the HPC project management portal can be found [here](./07_hpc_project_management_portal.mdx)
2227

2328
:::
2429

docs/hpc/05_submitting_jobs/01_slurm_submitting_jobs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Jobs within the same partition cannot exceed their assigned resources (`QOSGrpGR
2121

2222
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. Refer to the section below for details on preemptible jobs.
2323

24+
:::tip
25+
26+
`QOSGrpGRES` indicates that there are currently no GPUs available in the partition; it does not reflect an issue with your individual account. In contrast, messages such as `QOSMaxMemoryPerUser` and `QOSMaxCpuPerUserLimit` indicate limits imposed on a user’s account.
27+
28+
:::
29+
2430
## Job Submission on Torch
2531
As stated in the tuturial, always only request the compute resources (e.g., GPUs, CPUs, memory) needed for the job. Requesting too many resources can prevent your job from being scheduled within an adequate time. The `SLURM` scheduler will automatically dispatch jobs to all accessible GPU partitions that match resource requests.
2632

0 commit comments

Comments
 (0)