diff --git a/_static/slides/spack-carla26-tutorial-slides.pdf b/_static/slides/spack-carla26-tutorial-slides.pdf
new file mode 100644
index 000000000..e90b9c7c0
Binary files /dev/null and b/_static/slides/spack-carla26-tutorial-slides.pdf differ
diff --git a/common/setup.rst b/common/setup.rst
index 0b6085ba5..237625c12 100644
--- a/common/setup.rst
+++ b/common/setup.rst
@@ -2,7 +2,7 @@
If you have not done the prior sections, you'll need to start the docker image::
- docker run -it ghcr.io/spack/tutorial:pearc26
+ docker run -it ghcr.io/spack/tutorial:carla26
and then set Spack up like this::
diff --git a/index.rst b/index.rst
index 40c948749..71782142f 100644
--- a/index.rst
+++ b/index.rst
@@ -9,7 +9,7 @@ Tutorial: Spack 101
===================
This is an introduction to Spack with lectures and live demos.
-It was last presented in-person at the `Practice and Experience in Advanced Research Computing (PEARC) 26 Conference `_ July 27th, 2026.
+It was last presented in-person at the `Latin American High Performance Computing Conference (CARLA 2026) `_ September 21st, 2026.
The event was a full-day tutorial.
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.
@@ -18,23 +18,23 @@ You can use these materials to teach a course on Spack at your own site, or you
.. rubric:: Slides
-.. image:: tutorial/images/sc25-tutorial-slide-preview.png
- :target: _static/slides/spack-pearc26-tutorial-slides.pdf
+.. image:: tutorial/images/carla26-tutorial-slide-preview.png
+ :target: _static/slides/spack-carla26-tutorial-slides.pdf
:height: 72px
:align: left
:alt: Slide Preview
-:download:`Download Slides <_static/slides/spack-pearc26-tutorial-slides.pdf>`.
+:download:`Download Slides <_static/slides/spack-carla26-tutorial-slides.pdf>`.
-**Full citation:** Alec Scott, Caetano Melone, and Kathleen Shea.
+**Full citation:** Caetano Melone and Fernando Posada.
Managing HPC Software Complexity with Spack.
-Practice and Experience in Advanced Research Computing, Minneapolis, Minnesota, July 27, 2026.
+Latin American High Performance Computing Conference, Córdoba, Argentina, September 21, 2026.
.. _video:
.. rubric:: Video
-For the last recorded video of this tutorial, see the `HPCIC Tutorial 2025 version `_.
+For the last recorded version of this tutorial, see the `HPCIC Tutorial 2026 videos `_.
.. _live-demos:
@@ -48,8 +48,8 @@ You can invoke
.. code-block:: console
- $ docker pull ghcr.io/spack/tutorial:pearc26
- $ docker run -it ghcr.io/spack/tutorial:pearc26
+ $ docker pull ghcr.io/spack/tutorial:carla26
+ $ docker run -it ghcr.io/spack/tutorial:carla26
to start using the container.
You should now be ready to run through our demo scripts:
diff --git a/tutorial/images/carla26-tutorial-slide-preview.png b/tutorial/images/carla26-tutorial-slide-preview.png
new file mode 100644
index 000000000..044a20a3d
Binary files /dev/null and b/tutorial/images/carla26-tutorial-slide-preview.png differ