Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Tutorial: Spack 101
===================

This is an introduction to Spack with lectures and live demos.
It was last presented at the `Practice and Experience in Advanced Research Computing (PEARC) 25 Conference <https://pearc.acm.org/pearc25/>`_ July 21, 2025.
The event was a full-day tutorial.
It was last presented at the `HPCIC 2025 HPC Tutorials <https://hpcic.llnl.gov/tutorials/2025-hpc-tutorials>`_ August 5, 2025.
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.

Expand All @@ -26,9 +26,9 @@ You can use these materials to teach a course on Spack at your own site, or you

:download:`Download Slides <_static/slides/spack-pearc25-tutorial-slides.pdf>`.

**Full citation:** Todd Gamblin, Alec Scott, Kathleen Shea, Caetano Melone.
**Full citation:** Alec Scott, Greg Becker, Kathleen Shea, Caetano Melone, Tamara Dahlgren, Peter Scheibel.
Managing HPC Software Complexity with Spack.
Practice and Experience in Advanced Research Computing 2025 (PEARC25), Columbus, Ohio, July 21, 2025.
HPCIC Tutorials 2025, Livermore, California, August 5-6, 2025.

.. _video:

Expand All @@ -48,8 +48,8 @@ You can invoke

.. code-block:: console

$ docker pull ghcr.io/spack/tutorial:pearc25
$ docker run -it ghcr.io/spack/tutorial:pearc25
$ docker pull ghcr.io/spack/tutorial:hpcic25
$ docker run -it ghcr.io/spack/tutorial:hpcic25

to start using the container. You should now be ready to run through our demo scripts:

Expand Down