• 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 (Decommissioned)
        • 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 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

Using Abaqus on the HPC System

To use ABAQUS on the HPC, you will need the following:

  • Access to the HPC system (Contact HPC support if you need an account created).
  • A connection to the HPC System.
  • If you plan on using abaqus cae on the HPC system, you will require a graphical interface to the HPC system.  See Graphical Connection to the HPC System for information on how to do this.

Using the Abaqus CAE

For those who already have a HPC account, using a “graphical” connection, you should be able to start ABAQUS issuing the command:

module load abaqus/2025

abaqus cae -mesa

The “-mesa” flag option disables graphics hardware acceleration to resolve graphics incompatibility.

Solving a Abaqus job

To “solve” an Abaqus job on the HPC system, simply issue the following command:

abaqus job=<your abaqus input file>

This will submit a “HPC Job” to the system requesting the default resources (CPU’s = 1, Memory = 4gb).  If you wish to change the requested resources, simply issue the following command:

abaqus cpus=<value> memory=<memory value> job=<your abaqus input file>

As an example submission

abaqus cpus=4 memory=20 job=boltpipeflange_axi_solidgask

The above example would use 4CPU’s, 20GB of Memory and solve the boltpipeflange_axi_solidgask job.

Once you job has completed, you can use the CAE application to complete the “post”  processing process.

Support

eresearch@cqu.edu.au

tasac@cqu.edu.au OR 1300 666 620

Hacky Hour (3pm – 4pm every Tuesday)

High Performance Computing Teams site