HPG Interfaces

From UFRC
Jump to navigation Jump to search

Back to Getting Started

You use Interfaces to interact with the system, manage data, initialize computation, and view the results. The main categories of interfaces 'Command-Line' also known as Terminal, Graphical User Interfaces, and Web Interfaces or applications for more specialized use.

Connecting to HiPerGator

You can connect to a HiPerGator server on hpg.rc.ufl.edu from your local computer either via SSH (terminal session) or via one of the web/application interfaces we provide such as Galaxy, Open OnDemand, or JupyterHub. You can also SSH Using VSCode to easily view and edit files, but remember to not run jobs on it, and use sbatch instead.

SSH via a local Terminal (Command-Line)

The default port 22 will require password authentication whereas port 2222 can be used for ssh key authentication.

Note that the UF security requirements include the use of Multi-Factor Authentication when connecting to HiPerGator. See the SSH Multiplexing help if you are connecting from Linux or MacOS to reduce the frequency of MFA use.

For any given command below, <username> should be replaced with the UFRC username (same as your GatorLink username).

Connecting from Windows

Expand this section to view instructions for logging in with Windows.

Connecting from Linux and MacOS

Expand to view instructions for connecting from Linux or MacOS.

Logging in via web browser

Open OnDemand

To start a GUI application go to https://ood.rc.ufl.edu and choose the interactive application you would like to use, like RStudio or MatLab.

  • HiPerGator Desktop is a Linux Virtual Machine which allows users to run HPG GUI applications from a compute node.
  • Jupyter Notebook can be used via OOD by selecting the “Jupyter Notebook” application server under the “Interactive Applications” tab on the main dashboard. Specify the resources you need in the resource request and click “Launch” at the bottom of the form. Once your job starts, click “Connect to Jupyter” to start your Notebook.

JupyterHub

JupyterHub is an alternative portal to start a Jupyter Notebook easily. It can be accessed on http://jhub.rc.ufl.edu and has preset resource settings for each session, unlike OOD where you can customize technical parameters.

  • Note: Jupyterhub and OutOfMemory (OOM) – if your Notebook stops responding it might be an indication of the job running out of memory. Currently this does not produce an error message. You can check your /home/<user>/jupyter slurm spawner logs to be sure. You will need to restart the job with additional RAM.

Galaxy

To start a Galaxy instance go to https://galaxy.rc.ufl.edu/. Galaxy is a web-based framework for accessible, reproducible, and transparent biological computing.

Invalid Password

If you forgot your password or need to change it, use the following link to set a new one: Change or Reset Password

  • NOTE: Research Computing now uses Gatorlink Authentication for all passwords. Please use the UF Gatorlink password system for all password issues.