Skip to content

Commit f8f200a

Browse files
committed
clarify that allocations are needed
1 parent 4900afa commit f8f200a

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/hpc/01_getting_started/07_hpc_project_management_portal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem';
44
# HPC project management portal
55

66
:::warning[Only applicable to Torch]
7-
This section is only applicable to the Torch cluster!
7+
This section is only applicable to the Torch cluster. An active allocation is necessary to sumbmit jobs on Torch.
88
:::
99

1010
The HPC project and allocation management portal for Torch can access it by navigating to [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu). With it you can:

docs/hpc/01_getting_started/08_creating_hpc_projects.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ If you are a PI, you will be able to see a "+ Add a Project" button that will le
1414

1515
Click on it to head to the project creation page where you can add the project title, description and the school it will be associated with. The school a project is associated with determines the resources it will have access to. The school approver for the associated school has the capacity to approve allocation requests for resources associated with the school.<br/>
1616
![Project Create](./static/project_create.png)
17+
18+
Please head to the next section to learn about how you can submit an allocation request.

docs/hpc/01_getting_started/09_requesting_an_allocation.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@ Please select a resource and fill in justification to complete the allocation re
4747
Now your allocation request is created! You'll see an allocation request with "New" status.
4848
!["Allocation request created" section](./static/allocation_request_created.png)
4949

50-
Once your school approver approves the request, the status will change to "Active" (and you will receive an email notifying you of the change).
50+
Once your school approver approves the request, the status will change to "Active" (and you will receive an email notifying you of the change). An active allocation now allows you to submit jobs on Torch.
5151

52+
## `SLURM` account association
53+
Within the "Allocations" section in the project, you'll see the `slurm_account_name` listed as shown below:
54+
!["SLURM account association"](./static/allocation_slurm_account_name.png)
55+
This account name needs to be specified via the `--account` flag to `srun` and `sbatch`.
135 KB
Loading

0 commit comments

Comments
 (0)