Tutorials

Here, we will show you how to log in to JupyterHub, create a virtual environment, and submit a SLURM job script.
Before we start, only the UNLV in-campus network is allowed to connect to the GPU Cluster. VPN is required if off-campus.

Go to the RebelX JupyterHub page and log in with your username and password

If your account is for research purposes, your account will be sent to you via UNLV email
If your account is for educational purposes, your account will be sent to your lecturer. Please ask.

Python virtual environment gives you the ability to isolate your python projects from the system. So, users can install and manage their own set of packages or create projects in different versions independently.

For more detailed instruction, see attached file below.

Slurm is an open-source resource manager. It helps to organize and schedule the multiple jobs from multiple users. By submitting a job script via slurm, your job will be scheduled in order and efficiently.

For more detailed instruction, see attached file below.