Skip to content

Commit 2840cb5

Browse files
committed
Update index and setup for hpcic26
Signed-off-by: Alec Scott <alec@llnl.gov>
1 parent 5d70f07 commit 2840cb5

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

common/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
If you have not done the prior sections, you'll need to start the docker image::
44

5-
docker run -it ghcr.io/spack/tutorial:isc26
5+
docker run -it ghcr.io/spack/tutorial:hpcic26
66

77
and then set Spack up like this::
88

index.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Tutorial: Spack 101
99
===================
1010

1111
This is an introduction to Spack with lectures and live demos.
12-
It was last presented at the `ISC High Performance 2026 Conference <https://isc-hpc.com/>`_ Conference on June 22, 2026.
13-
The event was a half day in-person tutorial.
12+
It was last presented virtually at the `HPCIC 2026 HPC Tutorials <https://hpcic.llnl.gov/tutorials/2026-hpc-tutorials>`_.
13+
The event was two online half-day tutorials.
1414

1515
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.
1616

@@ -19,17 +19,16 @@ You can use these materials to teach a course on Spack at your own site, or you
1919
.. rubric:: Slides
2020

2121
.. image:: tutorial/images/sc25-tutorial-slide-preview.png
22-
:target: _static/slides/./spack-isc26-tutorial-slides.pdf
22+
:target: _static/slides/spack-isc26-tutorial-slides.pdf
2323
:height: 72px
2424
:align: left
2525
:alt: Slide Preview
2626

27-
:download:`Download Slides <_static/slides/./spack-isc26-tutorial-slides.pdf>`.
27+
:download:`Download Slides <_static/slides/spack-isc26-tutorial-slides.pdf>`.
2828

29-
**Full citation:** Gregory Becker, Harmen Stoppels, Massimiliano Culpo, Alec Scott, Kathleen Shea, Adam Stewart, Michael Kuhn, and Todd Gamblin.
29+
**Full citation:** Greg Becker, Alec Scott, Caetano Melone, Kathleen Shea, and Todd Gamblin.
3030
Managing HPC Software Complexity with Spack.
31-
ISC-HPC 2026 (ISC26).
32-
Hamburg, Germany, June 22-25, 2026.
31+
HPCIC Tutorials 2026, Livermore, California, 2026.
3332

3433
.. _video:
3534

@@ -49,8 +48,8 @@ You can invoke
4948

5049
.. code-block:: console
5150
52-
$ docker pull ghcr.io/spack/tutorial:isc26
53-
$ docker run -it ghcr.io/spack/tutorial:isc26
51+
$ docker pull ghcr.io/spack/tutorial:hpcic26
52+
$ docker run -it ghcr.io/spack/tutorial:hpcic26
5453
5554
to start using the container.
5655
You should now be ready to run through our demo scripts:

0 commit comments

Comments
 (0)