Setup
How to connect to JupyterHub
- The KIT VPN is required to connect to the remote cluster.
-
Information to use the KIT VPN can be found here https://www.scc.kit.edu/en/services/vpn.php. Under Remote Access (VPN), select your operating system and follow the instructions
-
With the VPN enabled,
ssh <username>@uc2.scc.kit.edu
. This is needed to trigger the creation of your home folder. -
Visit https://uc2-jupyter.scc.kit.edu/hub/home , select your organization and login with your credentials. You should see the following page
- Click on "Start My Server", you will be redirected to
- Configure the server as follows: Note to select
gpu_4
you have to click on Advanced Mode first. Remember to writekseta
in Reservation, this gives you priority in the queue.
- Click on Spawn and wait the server launch!
Configure Jupyter Notebook
- Once you are logged in you should be able to see the following interface:
- Before doing anything, load the following modules:
compiler/gnu/9.3
devel/tbb/2021.4.0
devel/cuda/11.4
-
Now you can open a shell and download the repository for the exercises!
git clone https://github.com/felicepantaleo/kseta-22
-
Enjoy the hacking!