• eResearch
    • Collaborative Technologies
      • ARDC (Australian Research Data Commons)
      • ARDC Nectar Research Cloud
      • Australian Access Federation
      • QRIScloud
      • Video Collaboration
    • Data Management
      • Research Data Management Plans
    • Data Services
      • Australian and International Data Portals
      • CQUni Research Data Storage Options
      • CQUniversity Research Data Storage
      • GEOSCIENCE DATA PORTALS
    • eResearch and Security: MFA and CyberSafety
      • Encrypting Data on Portable Devices
      • Password best practices
    • High Performance Computing
      • The History of CQU’s HPC Facilities
        • Ada Lovelace Cluster (Current)
        • Marie Curie Cluster (Decommissioned)
        • Einstein Cluster (Decommissioned)
        • Isaac Newton HPC Facility (Decommissioned)
      • HPC User Guides and FAQs
        • Getting started on CQUniversity’s Ada Lovelace HPC System
        • Basics of working on the HPC
        • Connecting to HPC via CLI/SSH
        • Finding Installed Software
        • Graphical connection HPC via Open On Demand
        • HPC Collaboration
        • Simple Unix Commands
        • Slurm Commands
        • Software Module Information
        • Transferring Files to the HPC System (Ada)
        • Using Abaqus
        • Using ANSYS on the HPC System
        • Using HPC Scheduler on Ada Lovelace Cluster
        • Using MATLAB
        • Using R
        • Using Whisper to Transcribe audio on the HPC
        • Virtualisation and Containers
        • Creating a Conda Enviroment
        • LLM’s on Ada Cluster
        • Running Python on Ada
        • Machine and Deep Learning modules on Ada
        • PBS to Slurm Command tables (HPC Scheduler)
        • Compiling Programs (and using the optimization flags)
        • Frequently Asked Questions
        • HPC Trouble Shooting
      • HPC Community
      • HPC Related Links
      • HPC Sample Code Scripts
        • Multiple Job Submission – Slurm
        • Parameter sweep multiple job – Slurm
        • R Sample Scripts – Slurm
        • Sample Slurm CPU Submission Script
        • Sample Slurm GPU Submission Script
      • HPC Software
    • Research Software
    • Scholarly Communication
    • Survey Tools
    • Training
      • QCIF – Queensland Cyber Infrastructure Foundation
      • Teaching Lab Skills for Scientific Computing

eResearch

Connecting to Ada Lovelace via CLI/SSH

In general, most users will want to connect to the HPC facilities through a graphical user interface using the open on demand system. Information on how to set this up can be found at here.

By default, when running anything on the CQ University HPC systems, unless you are preforming simple tasks or doing a “quick test”, all programs must be executed on the “compute nodes”.

The CQ University’s HPC Facilities are “Large Shared” resources.  Unlike personal computers, these system are used by multiple users at the same time.  Given the usage of the HPC can vary at times, there is a need for a “HPC Scheduler” to be utilised.  This scheduler will check if the requested resources are available.  If they are available, they will execute the job on one of the available compute resources, if no resources are available, the request is “queued”, until resources become available.

If users execute large jobs on any of the “Login” nodes, this will slow down usability and will impact other users performance.

When connecting to the HPC Cluster, you can use Command Line Interface (CLI) instead of the GUI connection. To do this you can open up your preferred CLI program and enter the connection information below.

CLI/SSH Connection details

Hostname: ada.cqu.edu.au

Port: 22

Connection Type: SSH

Afterwards you’ll need to log in with your CQuniversity username and password for your account.

Shell terminal on Open on demand

Accessing the shell via Open on Demand is fairly simple and allows quick access to a Shell session.  Simply visit the OnDemand system (https://adalovelace-gui.cqu.edu.au/pun/sys/dashboard).  On the top of the page under clusters is the tab ‘adalovelace Shell Access’.

This will take you directly to the shell in your user account.

Windows Users

If you wish to connect to the HPC system using only a command-line interface, you will be required to use SSH (using port 22). A free windows based software package that provides SSH connection is “PuTTy”, which can be freely downloaded at http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html. Please note that if you are using a CQ University’s Windows Computer, you can install all of the required HPC software (we recommend Putty and notepad++ ) by going to Start Menu -> CQUni -> Company Portal, and searching for the software there.

Then simply connect to the host ada.cqu.edu.au and use your CQUniversity Username and Password to gain access.

Linux Users

If you wish to connect to the HPC system using only a command-line interface using SSH, simply start a terminal session and issue the following command ssh [Your CQUniversity username]@ada.cqu.edu.au, in which you will then be prompted the enter your password, which will be your CQUniversity password.

Mac Users

If you wish to connect to the HPC system using only a command-line interface using SSH, simply start a terminal session and issue the following command ssh [Your CQUniversity username]@ada.cqu.edu.au, in which you will then be prompted the enter your password, which will be your CQUniversity password.

Support

eresearch@cqu.edu.au

tasac@cqu.edu.au OR 1300 666 620

Hacky Hour (3pm – 4pm every Tuesday)

High Performance Computing Teams site