...
Throughout this guide links are provided to relevant documentation pages in the general Supercomputing Documentation and to the Setonix User Guide, which provides documentation specifically for the Setonix system.
The guide has been updated now that Magnus and Zeus have been decommissioned.
Starting with Setonix
Setonix is the new petascale supercomputer at the Pawsey Supercomputing Centre. It is arriving in two phases:
- Setonix Phase 1: An initial 2.7 petaflop supercomputer based on AMD CPU nodes, available for merit projects in 2022.
Setonix Phase 2: The supercomputer is expanded to 50 petaflops with AMD CPU and GPU nodes, expected available to arrive later merit projects in 20222023.
Setonix will be replacing replaces Pawsey's previous generation of infrastructure, including the Magnus, Galaxy and Zeus supercomputers and associated filesystems. This migration guide outlines changes for researchers transitioning from these legacy systems to Setonix Phase 1.
...
Column | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
These new filesystems will have the following limits:
The old home and group filesystems will be mounted temporarily on the The new scratch filesystem will be mounted temporarily on the
|
For more information on Pawsey filesystems refer to theĀ File Management page.
...
- Log in to Setonix for the first time.
- Migrate Transfer data from existing on to the new filesystems:
- Migrate and update configuration files from the legacy
/home
filesystem using/oldhome
on the Setonixcopy
partition. - Migrate working data from the legacy
/scratch
filesystem to Working data should be placed in the new/scratch
filesystem using/newscratch
on the Zeus copyq partition. - Migrate any project data from
/group
to Project data should be placed in the Acacia object store.Migrate historical job scripts for reference from the legacy/home
,/group
or/scratch
to the/software
filesystem using the data mover nodes.
- Migrate and update configuration files from the legacy
- Familiarise yourself with the available modules and versions available on Setonix.
- Install any additional required domain-specific software for yourself or your project group using the
/software
filesystem. - Prepare job scripts for each step of computational workflows by keeping templates in the
/software
filesystem, including:- Staging of data from the Acacia object storage or external repositories using the data mover nodes
- Pre-processing or initial computational jobs using appropriate partitions
- Computationally significant jobs using appropriate partitions
- Post-processing or visualisation jobs using appropriate partitions
- Transfer of data products from
/scratch
to the Acacia object store or other external data repositories
- Submit workflows to the scheduler, either manually using scripts or through workflow managers.
...