In one shell:
-
workgroup -g dsi
-screen
-salloc --partition=devel --cpus-per-task=2
OR
salloc --partition=_workgroup_ --gres=gpu --time=1:00:00
-jupyter notebook --no-browser --port=18889
In a second shell:
-ssh [email protected]
-workgroup -g dsi
-screen
-ssh -N -f -L localhost:18880:localhost:18889 hostname
In a third shell:
-ssh -N -f -L localhost:8703:localhost:18880 [email protected]
Note that the login01 in the line above should be the same login node as the one in the second shell.
Copy in your browser: localhost:8703