You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hpc/03_navigating_the_cluster/02_hpc_foundations.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,9 @@ sidebar_position: 2
7
7
8
8
The goal of this exercise is to help you understand the fundamentals of effecively navigating the cluster for your research or academic projects.
9
9
10
-
Before we begin this exercise please make sure you have access to the NYU HPC cluster, if not please review the [Accessing HPC page](../02_connecting_to_hpc/01_connecting_to_hpc.md).
10
+
Before we begin this exercise please make sure you have access to the NYU HPC cluster, if not please review the section on [connecting to the HPC cluster](../02_connecting_to_hpc/01_connecting_to_hpc.md).
11
11
12
-
Login to the Greene cluster with ssh at :
13
-
> Accessible under NYU Net ( either via VPN or within campus network )
14
-
```sh
15
-
greene.hpc.nyu.edu
16
-
```
12
+
Login to the Greene cluster as described in the section on [connecting to the HPC cluster](../02_connecting_to_hpc/01_connecting_to_hpc.md)
17
13
18
14
Once logged in, you should notice the **_node_** which you are currently on from the _bash prompt_ as shown below :
19
15
@@ -106,8 +102,8 @@ Connection to log-1 closed.
106
102
3. Now you are back to your **_previous login_** node, in this example log-3, that is your previous **_bash shell_**
107
103
:::tip[Why is this imporatant to understand?]
108
104
Because this will build your foundations in understanding the different kinds of nodes that exists and how you should use them for your projects
0 commit comments