From 98ff11f2ee5933d0552482ac59aefd9278e2dd8d Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Wed, 25 Feb 2026 18:07:36 -0500 Subject: [PATCH 1/2] modify note to tell users that they need an allocation to submit jobs --- .../02_getting_and_renewing_an_account.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/hpc/01_getting_started/02_getting_and_renewing_an_account.mdx b/docs/hpc/01_getting_started/02_getting_and_renewing_an_account.mdx index f75cc12a45..9de726f6e2 100644 --- a/docs/hpc/01_getting_started/02_getting_and_renewing_an_account.mdx +++ b/docs/hpc/01_getting_started/02_getting_and_renewing_an_account.mdx @@ -18,7 +18,8 @@ This section deals with the eligibility for getting HPC accounts, the process to - 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 - 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 - **Non-NYU Researchers** who are collaborating with NYU researchers must obtain an affiliate status before applying for an NYU HPC account - +- 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) + ::: ## Who is eligible for an NYU HPC account ? @@ -26,6 +27,8 @@ This section deals with the eligibility for getting HPC accounts, the process to NYU HPC clusters and related resources are available to full-time NYU faculty and to all NYU staff and students with sponsorship from a full-time NYU faculty. + + ## Getting a new account on the NYU HPC clusters To request an NYU HPC account please log in to [NYU Identity Management service][nyu ims link] and follow the link to "Request HPC account" by clicking on the hamburger icon on the top left of the page and selecting "Manage Access" . We have a walkthrough of how to [request an account through IIQ](03_walkthrough_request_hpc_account.mdx). If you are a student, alumni or an external collaborator you will need an NYU faculty sponsor. From 9bae344116ca1711e2cb4ce41203d9d0903e7d1c Mon Sep 17 00:00:00 2001 From: Sajid Ali Date: Wed, 25 Feb 2026 18:08:48 -0500 Subject: [PATCH 2/2] modify note to tell users that they need an allocation to submit jobs --- .../01_getting_started/03_walkthrough_request_hpc_account.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/hpc/01_getting_started/03_walkthrough_request_hpc_account.mdx b/docs/hpc/01_getting_started/03_walkthrough_request_hpc_account.mdx index 8957964a34..f9a7df7262 100644 --- a/docs/hpc/01_getting_started/03_walkthrough_request_hpc_account.mdx +++ b/docs/hpc/01_getting_started/03_walkthrough_request_hpc_account.mdx @@ -46,4 +46,7 @@ You need to be on the NYU VPN to perform this task! +:::tip +- 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) +:::