Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added _static/slides/spack-pearc26-tutorial-slides.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion common/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:hpcic26
docker run -it ghcr.io/spack/tutorial:pearc26

and then set Spack up like this::

Expand Down
16 changes: 8 additions & 8 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 virtually at the `HPCIC 2026 HPC Tutorials <https://hpcic.llnl.gov/tutorials/2026-hpc-tutorials>`_.
The event was two online half-day tutorials.
It was last presented in-person at the `Practice and Experience in Advanced Research Computing (PEARC) 26 Conference <https://pearc.acm.org/pearc26/workshop-tutorials/>`_ July 27th, 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.

Expand All @@ -19,16 +19,16 @@ 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-hpcic26-tutorial-slides.pdf
:target: _static/slides/spack-pearc26-tutorial-slides.pdf
:height: 72px
:align: left
:alt: Slide Preview

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

**Full citation:** Greg Becker, Alec Scott, Caetano Melone, Kathleen Shea, and Todd Gamblin.
**Full citation:** Alec Scott, Caetano Melone, and Kathleen Shea.
Managing HPC Software Complexity with Spack.
HPCIC Tutorials 2026, Livermore, California, July 7-8, 2026.
Practice and Experience in Advanced Research Computing, Minneapolis, Minnesota, July 27, 2026.

.. _video:

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

.. code-block:: console

$ docker pull ghcr.io/spack/tutorial:hpcic26
$ docker run -it ghcr.io/spack/tutorial:hpcic26
$ docker pull ghcr.io/spack/tutorial:pearc26
$ docker run -it ghcr.io/spack/tutorial:pearc26

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