Versions Compared

Key

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

...

GPU-enabled software will have a -amd-gfx90asuffix in their module name, specifying the GPU architecture they were compiled for. Use these modules on the GPU partition. For instance, Hyperdrive has been compiled both for CPU and GPU.

The MWA Wiki contains a tutorial (external link) illustrating how to run hyperdrive and WAClean to create images of the radio sky.

Software Installation with Spack

...

Each user can only install software for themselves or for their group in specific locations on /software filesystem, see Pawsey Filesystems and their Use for more information.

Installing Python packages

Pawsey provides some python packages such as NumPy in the form of modules. Python modules are prefixed with py-. NumPy is available as py-numpy as an example. You can install additional python packages either using Spack or, more conveniently, using pip(available as module py-pip). Pip is configured to install Python modules in a predefined location on your private /software directory. For more information, see Using Python and Installing Python Packages .

Containers

Containers allow users to package an application and all of the software dependencies needed to run it into a single, sandboxed piece of software. Containers enable an application to run quickly and reliably from one computing environment to another. For more information on how to use containers on Setonix please refer to Containers

...