Skip to content

Commit a4406d3

Browse files
authored
Update index.rst for pearc25 (#462)
1 parent 2542630 commit a4406d3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
8.25 MB
Binary file not shown.

common/setup.rst

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

77
and then set Spack up like this::
88

9-
git clone --depth=100 --branch=releases/v0.23 https://github.com/spack/spack
9+
git clone --depth=20 --branch=releases/v0.23 https://github.com/spack/spack
1010
. spack/share/spack/setup-env.sh
1111
spack tutorial -y
1212
spack bootstrap now

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 `ISC High Performance 25 Conference <https://isc-hpc.com/>`_ June 13, 2025.
13-
The event was a half-day tutorial.
12+
It was last presented at the `Practice and Experience in Advanced Research Computing (PEARC) 25 Conference <https://pearc.acm.org/pearc25/>`_ July 21, 2025.
13+
The event was a full-day 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/isc25-tutorial-slide-preview.jpg
22-
:target: _static/slides/spack-isc25-tutorial-slides.pdf
21+
.. image:: tutorial/images/pearc25-tutorial-slide-preview.png
22+
:target: _static/slides/spack-pearc25-tutorial-slides.pdf
2323
:height: 72px
2424
:align: left
2525
:alt: Slide Preview
2626

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

29-
**Full citation:** Todd Gamblin, Alec Scott, Massimiliano Culpo, Adam Stewart, Harmen Stoppels, and Michael Kuhn.
29+
**Full citation:** Todd Gamblin, Alec Scott, Kathleen Shea, Caetano Melone.
3030
Managing HPC Software Complexity with Spack.
31-
ISC High Performance 2025 (ISC25), Hamburg, Germany, June 13, 2025.
31+
Practice and Experience in Advanced Research Computing 2025 (PEARC25), Columbus, Ohio, July 21, 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:isc25
52-
$ docker run -it ghcr.io/spack/tutorial:isc25
51+
$ docker pull ghcr.io/spack/tutorial:pearc25
52+
$ docker run -it ghcr.io/spack/tutorial:pearc25
5353
5454
to start using the container. You should now be ready to run through our demo scripts:
5555

389 KB
Loading

0 commit comments

Comments
 (0)