• 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 (New HPC)
        • Marie Curie Cluster (Current HPC)
        • 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
        • Graphical Connection to the HPC System
        • Compiling Programs (and using the optimization flags)
        • Connecting to the Marie Curie Cluster
        • Finding Installed Software
        • Frequently Asked Questions
        • Graphical connection HPC via Open On Demand
        • HPC Job Scheduler
        • HPC Trouble Shooting
        • Machine and Deep Learning
        • PBS Commands
        • PBS to Slurm Command tables (HPC Scheduler)
        • Running LLM’s on the HPC system
        • Running Python on HPC
        • Simple Unix Commands
        • Software Module Information
        • Submitting an Interactive Job
        • Transferring Files to the HPC System
        • 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
        • MATLAB Sample Scripts
        • Multiple Job Submission
        • Multiple Run Job Submission
        • PBS Job Array Submission
        • R Sample Scripts
        • Sample PBS Submission Script
        • Sample Slurm Submission Script
      • HPC Software
        • Mathematica Sample Scripts
    • 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, see Connecting to the HPC Cluster for information on how to do this.
  • 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.

Abaqus Documentation

For those who are new to using Abaqus, it is suggested to have a look at “Getting Started with Abaqus: Interactive Edition”.  To have a look at this document using a browser within the HPC system, issue the following command (you must execute this command within the VNC environment on a terminal session):

firefox /apps/software/abaqus/6.13/Documentation/docs/v6.13/books/gsa/book01.html

If you like, you might consider copying the Abaqus documentation to your “home directory” so that you can “transfer” the PDF documents to your local machine to view.  This can be done by executing the following commands (within a terminal session ? either inside a VNC session or from a SSH connected session like putty):

cd~

mkdir abaqus-docs

cd abaqus-docs

cp /apps/software/abaqus/6.13/Documentation/docs/v6.13/pdf_books/*.pdf .

If using a windows system, open your “mapped HPC drive” on your local computer, and then the newly created “abaqus-docs” folder.  Simply move these files to your local system.

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 (within the directory you wish to stored your abaqus files):

abaqus cae -mesa

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

Note that we only have 4 licenses for the CAE system.  So please close the application down when finished.

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