Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/hpc/01_getting_started/07_what_is_coldfront.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';
This section is only applicable to the Torch cluster!
:::

Coldfront is the HPC project and allocation management portal for Torch at NYU. You can access it by navigating to [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu). With it you can:
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:
<Tabs>
<TabItem value="PIs" label="PIs" default>
- Create a project
Expand All @@ -29,7 +29,7 @@ Coldfront is the HPC project and allocation management portal for Torch at NYU.
<br/>

:::info[VPN Needed]
You need to be connected to the NYU VPN to access the Coldfront HPC project management portal.
You need to be connected to the NYU VPN to access the HPC project management portal.
:::

How do I:
Expand All @@ -38,4 +38,4 @@ How do I:
- [Approve an allocation request?](10_approving_an_allocation_request.mdx)
- [View resources that are available to me?](09_coldfront_requesting_an_allocation_request.mdx)

A coldfront allocation is needed to perform any work on Torch. The next sections describe the project and allocation request process in detail.
An active allocation in the HPC projects portal is needed to perform any work on Torch. The next sections describe the project and allocation request process in detail.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# How to create a project on Coldfront

# How to create a project on the HPC project management portal

:::info[VPN Needed]
You need to be connected to the NYU VPN to access the Coldfront HPC project management portal.
You need to be connected to the NYU VPN to access the HPC project management portal.
:::

Login to coldfront at [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu) on the NYU 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/>
Login to HPC projects portal at [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu) on the NYU 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/>
![Project Dropdown](./static/project_dropdown.png)

<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import TabItem from '@theme/TabItem';
# Managing allocations for your project

:::info[VPN Needed]
You need to be connected to the NYU VPN to access the Coldfront HPC project management portal.
You need to be connected to the NYU VPN to access the HPC project management portal.
:::

Login to coldfront at [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu) on the NYU 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/>
Login to HPC projects portal at [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu) on the NYU 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/>
![Project Dropdown](./static/project_dropdown.png)

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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# How to approve an allocation request

:::info[VPN Needed]
You need to be connected to the NYU VPN to access the Coldfront HPC project management portal.
You need to be connected to the NYU VPN to access the HPC project management portal.
:::

If you are an approver for your school, first login to the coldfront page and you'll see "staff" in the navigation bar.
If you are an approver for your school, first login to the HPC projects portal page and you'll see "staff" in the navigation bar.
Click the "staff" navigation bar and click "Allocation Requests" to see a list of requests waiting for your approval.
!["Staff Allocation Requests" section](./static/approver_staff.png)

Expand Down
Loading