If this is your first time using the cluster, I would advice to learn some basic bash scripting. Navigating your way through different directories and cluster would be a lot easier with basic bash commands such as pwd,cd, mkdir, ls. Please check the bash scripting tutorials here
Creating Account on Hipergator
To use the HiPerGator, you first need to have an account with UF research computing. To request an account with Library HiPerGator Sponsorship Program, submit the request here.
You can also request an account with research computing if/when you have funding by submitting request here
Login to the HiPerGator
Depending on the operating system, logging in into the cluster can be easy or a bit tedious.
For windows, download an SSH client such as PuTTy or FireZilla. Set up the SSH client. For PuTTy,
- Download PuTTY to your local machine and start the program .
- Next, connect to hpg.rc.ufl.edu.
- When asked for the login prompt, type your username (which should be your GatorLink username)
- Enter your password when prompted. You should be connected to the HiPerGator.
If on Mac, open Terminal window, type
ssh USERNAME@hpg.rc.ufl.edu
Replace USERNAME with your username. Your USERNAME is your GATORLINK ID. Enter the password when prompted. You should be connected to the HiPerGator.
Logging off from the HiPerGator
To log off from the HiPerGator, type in the terminal,
exit
