Skip to content

Commit 7ea29d8

Browse files
authored
Update for ICPP 2025 (#490)
1 parent 77bed36 commit 7ea29d8

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

10.6 MB
Binary file not shown.

common/setup.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
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:hpcic25
5+
docker run -it ghcr.io/spack/tutorial:icpp25
66

77
and then set Spack up like this::
88

99
git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack
1010
. spack/share/spack/setup-env.sh
1111
spack repo update builtin --tag v2025.07.0
12-
spack mirror add --unsigned tutorial /mirror
12+
spack tutorial -y
13+
spack bootstrap now
1314
spack compiler find
1415

1516
See the :ref:`basics-tutorial` for full details on setup.

index.rst

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

1111
This is an introduction to Spack with lectures and live demos.
12-
It was last presented at the `HPCIC 2025 HPC Tutorials <https://hpcic.llnl.gov/tutorials/2025-hpc-tutorials>`_ August 5, 2025.
13-
The event was two online half-day tutorials..
12+
It was last presented at the `International Conference on Parallel Processing 2025 (54th ICPP) <https://icpp2025.sdsc.edu/program>`_ September 8, 2025.
13+
The event was full day in-person tutorial..
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

1717
.. _slides:
1818

1919
.. rubric:: Slides
2020

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

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

29-
**Full citation:** Alec Scott, Greg Becker, Kathleen Shea, Caetano Melone, Tamara Dahlgren, Peter Scheibel.
29+
**Full citation:** Alec Scott, Kathleen Shea, Caetano Melone.
3030
Managing HPC Software Complexity with Spack.
31-
HPCIC Tutorials 2025, Livermore, California, August 5-6, 2025.
31+
International Conference on Parallel Processing 2025 (54th ICPP), San Diego, California, September 8, 2025.
3232

3333
.. _video:
3434

@@ -48,8 +48,8 @@ You can invoke
4848

4949
.. code-block:: console
5050
51-
$ docker pull ghcr.io/spack/tutorial:hpcic25
52-
$ docker run -it ghcr.io/spack/tutorial:hpcic25
51+
$ docker pull ghcr.io/spack/tutorial:icpp25
52+
$ docker run -it ghcr.io/spack/tutorial:icpp25
5353
5454
to start using the container.
5555
You should now be ready to run through our demo scripts:
295 KB
Loading

0 commit comments

Comments
 (0)