Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

This page describes how to run the Ansys GUI through Pawsey's remote visualisation service, FastX.   This will get you a dedicated node on Nebula with large memory and hardware accelerated graphics

Prerequisites

To run interactive graphical interfaces of Ansys software you need to be familiar with these pages:

Steps

You will get an xterm from FastX. Make sure to start by setting up Ansys licensing.

...

width900px
Code Block
languagebash
themeEmacs
titleTerminal 1. Ansys license environment variables
$ export ANSYSLI_SERVERS=2325@myflexlmserver.edu.au
$ export ANSYSLMD_LICENSE_FILE=1055@myflexlmserver.edu.au

Load the correct module and unset SLURM_GTIDS and make sure you use hardware accelerated graphics, by using virtualgl.

# ansys mechanical is a module in ansys-structure package, and workbench is used to stage simulation $ module load ansys-structures/version $ module load virtualgl $ unset SLURM_GTIDS $ vglrun runwb2

for running Ansys client on Windows for submitting jobs onto Setonix compute nodes on user's behalf, automatically.

For detailed instruction on how to run Ansys in client-server mode see visualisation documentation page: Ansys on Nebula

Column
width900px
Code Block
languagebash
themeEmacs
titleTerminal 2. Module commands