Versions Compared

Key

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

...

Excerpt

Software on Pawsey computers includes vendor-supplied operating systems, compiler suites, numerical libraries and research-domain-specific packages. There may be multiple Software Stacks deployed on the Setonix, see The pawseyenv module section for more information.

The software stack of Setonix is organised on three levels, all residing under the /software filesystem.

...

Module systems are available on our HPC systems to help manage software and keep the shell environment as tidy and reproducible as possible. In particular, Setonix and Topaz adopt adopts Lmod. For instance, the command

$ module load gromacs/2021.42023-double

would load the required variables to run the molecular dynamics software Gromacs for double precision.

Container technology is emerging in HPC as an alternative effective tool for building, managing and running software. Singularity  is is the container engine currently installed on all Pawsey Supercomputing systems. On Setonix and Topaz, Singularity can be loaded as a module using the syntax

      $ module load singularity/3.8.64.1.0-<FLAVOUR>

(Check the differences in flavours in our Singularity at Pawsey documentation.)

Among other features, Singularity is fully compatible with the Docker engine and Docker containers. Singularity can be run on Nimbus cloud as well as on personal computers and workstations.

A listing of the packages that are installed on Pawsey machines is available. Dedicated pages with additional details are available for the most popular applications within our user base.

The pawseyenv module

The pawseyenv module makes the software installed by Pawsey staff visible. It has versions, reflecting the fact that there may exist multiple software stack deployments on Setonix at any given time. At the time of writing, there are two deployments on Setonix: 2022.11  and 2023.08 . The version represents the date when the deployment was executed.
You can select which deployment to use using the following sequence of commands.

Column
width900px


Code Block
languagebash
themeDJango
titleTerminal 1. Changing software stack version.
module unload gcc
module swap pawseyenv/<loaded-version> pawseyenv/<desired-version>
module load gcc


Despite the fact that you may choose, we always suggest users to transition to the newer stack. We may deploy a new stack because the supercomputer may have been updated, and so have the MPI libraries. Your executable may point to old libraries that do not exist anymore.

Section


Panel
titlePages in this section:

Page Tree
rootUS:Software Stack


External references