A quick overview of how to run longjob on DICE - here, focusing on opening a jupyter notebook
for a long period of time (28days)
- ssh through the network gateway:
ssh [email protected]
, and into any compute server you wish to use. - create a screen so that it doesnt kill the process after you log out:
$ screen -S <session-name> # name the screen session
$ screen -S mlp (e.g)
This opens a new screen terminal (more on screen here)