Skip to content

Commit d8419de

Browse files
authored
Update OLCF-AMD.md
1 parent 1b1e189 commit d8419de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/OLCF-AMD.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
*This document is built off of the excellent how-to guide created for [Princeton's TigerGPU](https://github.com/Techercise/plasma-python/blob/master/docs/PrincetonUTutorial.md)*
55

66
## Building the package
7-
### Login to Spock
7+
### Login to Spock or Crusher
88

9-
First, login to the Spock headnode via ssh:
9+
Login to either the Spock or Crusher headnodes via ssh:
1010
```
11-
ssh -X <yourusername>@spock.olcf.ornl.gov
11+
ssh -X <yourusername>@spock.olcf.ornl.gov #Spock login
12+
ssh -X <yourusername>@crusher.olcf.ornl.gov #Crusher login
1213
```
1314
Note, `-X` is optional; it is only necessary if you are planning on performing remote visualization, e.g. the output `.png` files from the below [section](#Learning-curves-and-ROC-per-epoch). Trusted X11 forwarding can be used with `-Y` instead of `-X` and may prevent timeouts, but it disables X11 SECURITY extension controls.
1415

0 commit comments

Comments
 (0)