From a93d62fb535413523cbc33fe70c2645b2e03a685 Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Sun, 16 Nov 2025 15:38:17 -0600 Subject: [PATCH] Modify index and common/setup or SC25 --- common/setup.rst | 6 +++--- index.rst | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/setup.rst b/common/setup.rst index c960b5545..668d9e85d 100644 --- a/common/setup.rst +++ b/common/setup.rst @@ -2,13 +2,13 @@ If you have not done the prior sections, you'll need to start the docker image:: - docker run -it ghcr.io/spack/tutorial:icpp25 + docker run -it ghcr.io/spack/tutorial:sc25 and then set Spack up like this:: - git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack + git clone --depth=2 --branch=releases/v1.1 https://github.com/spack/spack . spack/share/spack/setup-env.sh - spack repo update builtin --tag v2025.07.0 + spack repo update builtin --tag v2025.11.0 spack tutorial -y spack bootstrap now spack compiler find diff --git a/index.rst b/index.rst index c3256b1fc..04f8b3a71 100644 --- a/index.rst +++ b/index.rst @@ -9,8 +9,8 @@ Tutorial: Spack 101 =================== This is an introduction to Spack with lectures and live demos. -It was last presented at the `International Conference on Parallel Processing 2025 (54th ICPP) `_ September 8, 2025. -The event was full day in-person tutorial.. +It was last presented at the `The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC25) `_ November 17, 2025. +The event was full day in-person 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. @@ -26,9 +26,9 @@ You can use these materials to teach a course on Spack at your own site, or you :download:`Download Slides <_static/slides/spack-icpp25-tutorial-slides.pdf>`. -**Full citation:** Alec Scott, Kathleen Shea, Caetano Melone. +**Full citation:** Todd Gamblin, Greg Becker, Alec Scott, Kathleen Shea, Caetano Melone, Phil Sakievich. Managing HPC Software Complexity with Spack. -International Conference on Parallel Processing 2025 (54th ICPP), San Diego, California, September 8, 2025. +The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC25), Saint Louis, Missouri, November 17, 2025. .. _video: @@ -48,8 +48,8 @@ You can invoke .. code-block:: console - $ docker pull ghcr.io/spack/tutorial:icpp25 - $ docker run -it ghcr.io/spack/tutorial:icpp25 + $ docker pull ghcr.io/spack/tutorial:sc25 + $ docker run -it ghcr.io/spack/tutorial:sc25 to start using the container. You should now be ready to run through our demo scripts: