2024.10.0
Released on October 21th, 2024
Documentation for this release
A major release mainly focused on synchronizing with the LUMI 09/2024 upgrade.
New features
- Create an example of using cotainr for building a container with a mpi4py/MPICH conda/pip environment for use on LUMI-C. It includes simple "MPI hello world" examples of how to correctly use such a container on LUMI. PR#50
- Cotainr now features the standard
--version
CLI command, PR#59
Bug fixes
- Flush the input buffer before prompting the user for permissions, #61
- Fix when base image files have restricted permissions, PR#49
- Minor documentation fixes, #54, #60, #69