• 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
    • High Performance Computing
      • The History of CQU’s HPC Facilities
        • Ada Lovelace Cluster (Current)
        • Marie Curie Cluster (Decommissioning)
        • Einstein Cluster (Decommissioned)
        • Isaac Newton HPC Facility (Decommissioned)
      • HPC User Guides and FAQs
        • Basics of working on the HPC
        • Getting started on CQUniversity’s Ada Lovelace HPC System
        • Compiling Programs (and using the optimization flags)
        • Creating a Conda Enviroment
        • Finding Installed Software
        • Frequently Asked Questions
        • Graphical connection HPC via Open On Demand
        • HPC Trouble Shooting
        • LLM’s on Ada Cluster
        • Machine and Deep Learning modules on Ada
        • PBS to Slurm Command tables (HPC Scheduler)
        • Running Python on Ada
        • Simple Unix Commands
        • Slurm Commands
        • Software Module Information
        • Transferring Files to the HPC System (Ada)
        • Using Abaqus
        • Using ANSYS (Fluent) on the HPC System
        • Using APSIM
        • Using HPC Scheduler on Ada Lovelace Cluster
        • Using MATLAB
        • Using R
        • Virtualisation and Containers
      • HPC Community
      • HPC Related Links
      • HPC Sample Code Scripts
        • Multiple Job Submission – Slurm
        • Parameter sweep multiple job – Slurm
        • R Sample Scripts – Slurm
        • Sample Slurm Submission Script
      • HPC Software
    • Research Software
    • Scholarly Communication
    • Survey Tools
    • Training
      • QCIF – Queensland Cyber Infrastructure Foundation
      • Teaching Lab Skills for Scientific Computing

eResearch

Finding Installed Software

Most software that is installed on the HPC is not loaded by default, to keep requirements low and to avoid having to purge unneeded software.  This is important when starting a session or submitting jobs to the scheduler.

To list currently loaded modules you can use the command

module list

To find if the program you need is installed and what versions you can use the command

module avail 

For example

module avail matlab

Shows that MATLAB/2024b is available as well as any other version of Matlab that may be installed in the future.

Once you’ve found the program you wish to load you need to use the command

module load MATLAB/2024b

The terminal for loading the software and the commands are case sensitive so make sure you type with capitals.

You can use the command spider to get a brief description of the software searchable by the module avail command.

module spider MATLAB/2024b
[decostal@hpc05-n02 ~]$ module spider MATLAB/2024b

------------------------------------------------------------------------------------------------------------
MATLAB: MATLAB/2024b
------------------------------------------------------------------------------------------------------------
Description:
MATLAB is a high-level language and interactive environment that enables you to perform
computationally intensive tasks faster than with traditional programming languages such as C, C++,
and Fortran.


This module can be loaded directly: module load MATLAB/2024b

Help:

Description
===========
MATLAB is a high-level language and interactive environment
that enables you to perform computationally intensive tasks faster than with
traditional programming languages such as C, C++, and Fortran.


More information
================
- Homepage: https://www.mathworks.com/products/matlab

 

On the Getting started on the HPC page, there are a few commands to load up and start commonly used programs with the current version of software that are installed.

If you wish to load an older or newer version of the software check module avail to see what’s available.

If any software you want to use is not currently available on the HPC please contact eresearch@cqu.edu.au

 

Support

eresearch@cqu.edu.au

tasac@cqu.edu.au OR 1300 666 620

Hacky Hour (3pm – 4pm every Tuesday)

High Performance Computing Teams site