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
14 changes: 8 additions & 6 deletions docs/hpc/01_getting_started/07_hpc_project_management_portal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ import TabItem from '@theme/TabItem';

# HPC project management portal

:::warning[Only applicable to Torch]
This section is only applicable to the Torch cluster. An active allocation is necessary to sumbmit jobs on Torch.

:::warning[Accessing the portal]
- You need to be connected to [NYU VPN](https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html).
- You need to have an active [HPC account](./02_getting_and_renewing_an_account.mdx).
:::

:::tip[HTTP 431 Errors]
431 errors are related to cache issues. Accessing the project management portal in a private browser session typically prevents these issues.
:::

The HPC project and allocation management portal for Torch can be accessed by navigating to [projects.hpc.nyu.edu](https://projects.hpc.nyu.edu). With it you can:
Expand All @@ -25,12 +31,8 @@ The HPC project and allocation management portal for Torch can be accessed by na
</TabItem>
</Tabs>


<br/>

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

How do I:
- [Create a project?](08_creating_hpc_projects.mdx)
Expand Down
2 changes: 1 addition & 1 deletion docs/hpc/01_getting_started/08_creating_hpc_projects.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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 HPC project management portal.
You need to be connected to [NYU VPN](https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html) to access the HPC project management portal.
:::

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/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 HPC project management portal.
You need to be connected to [NYU VPN](https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html) to access the HPC project management portal.
:::

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

:::info[VPN Needed]
You need to be connected to the NYU VPN to access the HPC project management portal.
You need to be connected to [NYU VPN](https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html) to access the HPC project management portal.
:::

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.
Expand Down
Loading