Skip to content

Commit a6f26e2

Browse files
authored
Modify index and common/setup or SC25 (#503)
1 parent 9f5a693 commit a6f26e2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

common/setup.rst

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

77
and then set Spack up like this::
88

9-
git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack
9+
git clone --depth=2 --branch=releases/v1.1 https://github.com/spack/spack
1010
. spack/share/spack/setup-env.sh
11-
spack repo update builtin --tag v2025.07.0
11+
spack repo update builtin --tag v2025.11.0
1212
spack tutorial -y
1313
spack bootstrap now
1414
spack compiler find

index.rst

Lines changed: 6 additions & 6 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 `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..
12+
It was last presented at the `The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC25) <https://sc25.conference-program.com/presentation/?id=tut176&sess=sess276>`_ November 17, 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

@@ -26,9 +26,9 @@ You can use these materials to teach a course on Spack at your own site, or you
2626

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

29-
**Full citation:** Alec Scott, Kathleen Shea, Caetano Melone.
29+
**Full citation:** Todd Gamblin, Greg Becker, Alec Scott, Kathleen Shea, Caetano Melone, Phil Sakievich.
3030
Managing HPC Software Complexity with Spack.
31-
International Conference on Parallel Processing 2025 (54th ICPP), San Diego, California, September 8, 2025.
31+
The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC25), Saint Louis, Missouri, November 17, 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:icpp25
52-
$ docker run -it ghcr.io/spack/tutorial:icpp25
51+
$ docker pull ghcr.io/spack/tutorial:sc25
52+
$ docker run -it ghcr.io/spack/tutorial:sc25
5353
5454
to start using the container.
5555
You should now be ready to run through our demo scripts:

0 commit comments

Comments
 (0)