Versions Compared

Key

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

...

Column
width900px


Section


Panel
titleOn this page:

Table of Contents




MPI base images

...


Warning
titleImportant

Due to a problem with MPI library binding with Singularity containers on Setonix, containerised MPI applications are currently not able to execute multinode jobs. But they still work fine for single node jobs. We are currently working on solving this problem.

These represent a good starting point to build MPI applications in a container. They all include the GNU compiler suite, the OSU MPI Benchmark Suite, and either MPICH or OpenMPI. They have been built with Ubuntu 20.04, 18.04 and 16.04 to suit multiple needs.

  • MPICH based
    • MPICH 3.4.3: works on all Pawsey clusters, by exploiting either Cray MPICH or Intel MPI
  • OpenMPI based
    • OpenMPI 4.0.2: works on Topaz and Garrawarla

CUDA-aware MPI base images

...

...

See the Openfoam and Openfoam-org image sub-repositories.


Conda example dockerfile

A conda base image already exists, so we instead included an example file for making your own Docker recipes for your Conda environment.