Skip to content

Commit cf9bf74

Browse files
committed
minor
1 parent eff5b09 commit cf9bf74

9 files changed

Lines changed: 39 additions & 24 deletions

docs/hpc/01_getting_started/07_what_is_coldfront.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ You need to be connected to the NYU VPN or be present on campus to access the Co
3030

3131
How do I:
3232
- Create a project: refer to [creating a project](08_coldfront_creating_a_project.mdx)
33-
- Request an allocation: refer to [submitting an allocation request](09_coldfront_requesting_an_allocation_request.md)
33+
- Request an allocation: refer to [submitting an allocation request](09_coldfront_requesting_an_allocation_request.mdx)
3434
- Approve an allocation request: refer to [approving an allocation request](10_approving_an_allocation_request.md)
3535
- View resources that are available to me: refer to TODO
36+
37+
A coldfront allocation is needed to perform any work on Torch. The next sections describe the project and allocation reqeust process in detail.

docs/hpc/01_getting_started/09_coldfront_requesting_an_allocation_request.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
import Tabs from '@theme/Tabs';
2+
import TabItem from '@theme/TabItem';
3+
4+
# How to submit an allocation request
5+
6+
Login to coldfront at [coldfront.hpc.nyu.edu](https://coldfront.hpc.nyu.edu) either on-campus or on the VPN. Navigate to the "Project" item in the navigation bar on the top of the page and select "Projects" from the drop down menu.<br/>
7+
![Project Dropdown](./static/project_dropdown.png)
8+
9+
From the list of project, click on the project you'd like to submit an allocation request for and you'll see the current details:
10+
!["PI_One Project" section](./static/PI_one_project.png)
11+
12+
If you scroll down, you'll see "+Request Resource Allocation" button.
13+
!["PI request allocation" section](./static/PI_request_allocation.png)
14+
15+
After clicking "+Request Resource Allocation", you'll see a list of resources you can request for. All projects can request access to Torch, which provides access to the cluster. However, depending on the school the project is affiliated with, high priority resources are available.
16+
17+
<Tabs>
18+
<TabItem value="tandon" label="Tandon" default>
19+
- tandon_advanced: includes both A100 and H100 GPUs
20+
- tandon_priority: includes A100 GPUs only
21+
</TabItem>
22+
<TabItem value="arts-sciences" label="Arts & Sciences">
23+
- cilvr: A100 GPUs
24+
- cds: rtx8000 and A100
25+
- chemistry: A100 GPUs
26+
</TabItem>
27+
</Tabs>
28+
29+
Please select a resource and fill in justification to complete the allocation request process.
30+
![Allocation request justify submit](./static/allocation_request_submit.png)
31+
32+
Now your allocation request is created! You'll see an allocation request with "New" status.
33+
!["Allocation request created" section](./static/allocation_request_created.png)
34+
35+
If you have any difficulties or questions, please contact us at hpc@nyu.edu.
36+
318 KB
Loading
16.4 KB
Loading
19.4 KB
Loading
358 KB
Loading
-265 KB
Binary file not shown.
-268 KB
Binary file not shown.

0 commit comments

Comments
 (0)