Skip to content

Commit 63f58aa

Browse files
committed
minor cleanup
modified: docs/hpc/01_getting_started/03_walkthrough_request_hpc_account.mdx modified: docs/hpc/01_getting_started/06_hpc_accounts_external_collaborators.md renamed: docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx -> docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md modified: docs/hpc/03_storage/08_transferring_cloud_storage_data_with_rclone.md modified: docs/hpc/08_ml_ai_hpc/03_run_hf_model.md modified: docs/hpc/09_ood/01_ood_intro.md modified: docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx
1 parent d8787a2 commit 63f58aa

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/hpc/01_getting_started/03_walkthrough_request_hpc_account.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
# How to request an HPC account
55

66
:::tip
7-
Make sure you don't already have an HPC account. You can check this by attempting to log in to the cluster, according to the instructions at [Connecting to the HPC Cluster](../02_connecting_to_hpc/01_connecting_to_hpc.mdx).
7+
Make sure you don't already have an HPC account. You can check this by attempting to log in to the cluster, according to the instructions at [Connecting to the HPC Cluster](../02_connecting_to_hpc/01_connecting_to_hpc.md).
88
:::
99

1010
Login to the URL given below, using your NetID/password, to create or manage HPC Account Requests:

docs/hpc/01_getting_started/06_hpc_accounts_external_collaborators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ External (non-NYU) collaborators can access, with proper sponsorship, the NYU HP
1313
:::note
1414
Once the sponsoring faculty approves the account request, the HPC account is created within one hour.
1515
:::
16-
- Once the HPC account is created, the external collaborator can access HPC resources as described in our documentation page [Connecting to the HPC Cluster](../02_connecting_to_hpc/01_connecting_to_hpc.mdx).
16+
- Once the HPC account is created, the external collaborator can access HPC resources as described in our documentation page [Connecting to the HPC Cluster](../02_connecting_to_hpc/01_connecting_to_hpc.md).
1717

1818
:::note
1919
As with all sponsored accounts, HPC accounts for external collaborators are valid for a period of 12 months, at which point a renewal process is required to continue access to the NYU HPC environment. You can find information about renewing your account on our documentation page [Getting and Renewing an HPC Account](./02_getting_and_renewing_an_account.mdx).

docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx renamed to docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This page gives an overview of connecting to the HPC cluster, for a tutorial on this topic, head to the [this section](../12_tutorial_intro_shell_hpc/02_connecting_to_hpc.mdx)!
55
:::
66

7-
There are several ways to interact with the Greene HPC cluster. Similar to other Linux clusters, the most common method of connection is via a Command Line Interface (CLI). A CLI is a program that allows you to create and delete files, run programs, and navigate through directories and files via a typed prompt. On Mac, the built-in CLI application is called Terminal. While Windows 11 machines support a Linux Subsystem, which allows for similar functionality, a popular tool used to connect to a Linux server is a free application called [PuTTY][putty link].
7+
There are several ways to interact with the Greene HPC cluster. Similar to other Linux clusters, the most common method of connection is via a Command Line Interface (CLI). A CLI is a program that allows you to create and delete files, run programs, and navigate through directories and files via a typed prompt. On Mac, the built-in CLI application is called Terminal. While Windows 11 machines support a Linux Subsystem, which allows for similar functionality, a popular tool used to connect to a Linux server is a free application called [MoabXterm](https://mobaxterm.mobatek.net/documentation.html)
88

99
:::tip
1010
If you'd prefer to access the HPC cluster via a web gateway instead, please refer to [the section describing Open OnDemand (OOD)](../09_ood/01_ood_intro.md).
@@ -100,14 +100,14 @@ ssh <Your NetID>@greene.hpc.nyu.edu
100100
#### Powershell
101101
You can access the ssh client via Powershell, either by installing [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US) or [Powershell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows) directly. With powershell, you would log into the HPC systems the same way as with a Linux terminal.
102102

103-
### Windows WSL2
103+
#### Windows WSL2
104104

105105
Alternatively, you can install WSL2, and then install Ubuntu or other Linux distribution (for example, from Microsoft Store). You will have a fully functional Ubuntu with terminal and can connect to cluster using instructions provided above for Linux/Mac users. Instructions on WSL installation can be found here: [https://docs.microsoft.com/en-us/windows/wsl/install-win10][wsl installation link]
106106

107107
With [Windowns Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US), you can access both the Linux WSL2 shell and the Windows Powershell from the same application.
108108

109109
:::tip
110-
- If you are using WSL 2 (Windows subsystem for Linux), you may not be able to access internet when Cisco AnyConnect VPN, installed from exe file, is activated. A potential solution: uninstall Cisco AnyConnect and install AnyConnect using Microsoft Store, and then setup new VPN connection using settings described on [IT webpage][install vpn on windows link].
110+
- If you are using WSL 2 (Windows subsystem for Linux 2), you may not be able to access internet when Cisco AnyConnect VPN, installed from exe file, is activated. A potential solution: uninstall Cisco AnyConnect and install AnyConnect using Microsoft Store, and then setup new VPN connection using settings described on [IT webpage][install vpn on windows link].
111111
:::
112112

113113
## Additional Tips

docs/hpc/03_storage/08_transferring_cloud_storage_data_with_rclone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are specific instruction on the [rclone web site](https://rclone.org/drive
2929

3030
### Step 1: Login to Greene:
3131

32-
Follow [instructions](../02_connecting_to_hpc/01_connecting_to_hpc.mdx) to log into the Greene HPC cluster.
32+
Follow [instructions](../02_connecting_to_hpc/01_connecting_to_hpc.md) to log into the Greene HPC cluster.
3333

3434
### Step 2: Load the rclone module
3535
```sh

docs/hpc/08_ml_ai_hpc/03_run_hf_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here we provide an example of how one can run a Hugging Face Large-language mode
55
## Prepare environment
66
### Create project directory
77

8-
After [logging on to a Greene login node](../02_connecting_to_hpc/01_connecting_to_hpc.mdx), make a directory for this project:
8+
After [logging on to a Greene login node](../02_connecting_to_hpc/01_connecting_to_hpc.md), make a directory for this project:
99
```bash
1010
[NetID@log-1 ~]$ mkdir -p /scratch/NetID/llm_example
1111
[NetID@log-1 ~]$ cd /scratch/NetID/llm_example

docs/hpc/09_ood/01_ood_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Just click on the `Session ID` link and a tab will open with the contents of the
6363

6464
#### From terminal
6565

66-
If your session is no longer visible from within OOD you may still be able to find your logs via the terminal. Simply [log into Greene](../02_connecting_to_hpc/01_connecting_to_hpc.mdx) and `cd` to `/home/$USER/ondemand/data/sys/dashboard/batch_connect/sys/` and then `cd` into the directory for the app that you're interested in. You should find the file `output.log` there.
66+
If your session is no longer visible from within OOD you may still be able to find your logs via the terminal. Simply [log into Greene](../02_connecting_to_hpc/01_connecting_to_hpc.md) and `cd` to `/home/$USER/ondemand/data/sys/dashboard/batch_connect/sys/` and then `cd` into the directory for the app that you're interested in. You should find the file `output.log` there.

docs/hpc/09_ood/07_jupyter_with_conda_singularity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This page describes how to use your Singularity with conda environment in OOD GUI at Greene.
55

66
### Log Into Greene via the Terminal
7-
The following commands must be run from the terminal. Information on accessing via the terminal can be found at [Connecting to the HPC](../02_connecting_to_hpc/01_connecting_to_hpc.mdx) or you can log into OOD and select the `Clusters` tab at the top of the page and select `Greene Shell Access`.
7+
The following commands must be run from the terminal. Information on accessing via the terminal can be found at [Connecting to the HPC](../02_connecting_to_hpc/01_connecting_to_hpc.md) or you can log into OOD and select the `Clusters` tab at the top of the page and select `Greene Shell Access`.
88

99
### Preinstallation Warning
1010
:::warning

0 commit comments

Comments
 (0)