Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3f3f40

Browse files
authored
Add information about how to log on without VPN
make clear that this minimal example can be done with *no setup whatsoever*!
1 parent 5a4271f commit e3f3f40

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

experiments/examples/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ is to give you the quickest possible **practical** introduction to the
77
cluster setup, slurm, and running an experiment with our frameword. It
88
shouldn't take you more than 20 minutes.
99

10+
If you are on your laptop, remember you don't even need to set up a VPN to
11+
log in to your cluster machine. First ssh to an ssh gateway box, then ssh to
12+
a cluster machine. For example:
13+
14+
```
15+
# Start on a computer connected to any wi-fi you like
16+
17+
18+
# you're now on the staff ssh gateway box, inside the informatics network
19+
20+
ssh cdtcluster
21+
# you're now on the cdtcluster head node
22+
```
23+
24+
More information available here: http://computing.help.inf.ed.ac.uk/external-login
25+
1026

1127
## `./mnist`
1228
Will allow you to test whether you're successfully using a GPU! It's based on

0 commit comments

Comments
 (0)