Tutorial: Spack 101
This is an introduction to Spack with lectures and live demos. It was last presented at the HPCIC 2024 HPC Tutorials, August 6th, 2024. The event was two online half-day tutorials.
You can use these materials to teach a course on Spack at your own site, or you can just skip ahead and read the live demo scripts to see how Spack is used in practice.
Slides
Full citation: Todd Gamblin, Gregory Becker, Alec Scott. Managing HPC Software Complexity with Spack. HPCIC Tutorials 2024, Livermore, California. July 22, 2024.
Video
The recording of the virtual event is available in two parts:
- Part 1
- Part 2
- Basic Installation Tutorial
- Environments Tutorial
- Configuration Tutorial
- Package Creation Tutorial
- Stacks Tutorial
- Developer Workflows Tutorial
- Binary Caches Tutorial
- Scripting with Spack
- Module Files Tutorial
- Spack Package Build Systems
- Advanced Topics in Packaging
Live Demos
We provide scripts that take you step-by-step through basic Spack tasks. They correspond to sections in the slides above.
To run through the scripts, we provide the spack/tutorial container image. You can invoke
$ docker pull ghcr.io/spack/tutorial:hpcic24
$ docker run -it ghcr.io/spack/tutorial:hpcic24
to start using the container. You should now be ready to run through our demo scripts:
Other sections from past tutorials are also available, although they may not be kept up-to-date as frequently:
Full contents: