From 639b0ecb582b30c281b699238b0f123488236c29 Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Fri, 13 Jun 2025 12:38:46 +0200 Subject: [PATCH 1/2] Update the index.rst for ISC25 --- index.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.rst b/index.rst index b63acf29a7..d27024c673 100644 --- a/index.rst +++ b/index.rst @@ -9,8 +9,9 @@ Tutorial: Spack 101 =================== This is an introduction to Spack with lectures and live demos. -It was last presented at the `Supercomputing 2024 Conference `_, November 18, 2024. -The event was a full-day tutorial. +It was last presented at the `ISC High Performance 25 Conference `_ +June 13, 2024. +The event was a half-day 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 +27,9 @@ You can use these materials to teach a course on Spack at your own site, or you :download:`Download Slides <_static/slides/spack-sc24-tutorial-slides.pdf>`. -**Full citation:** Todd Gamblin, Gregory Becker, Alec Scott, Phil Sakievich, and Luke Peyralans. +**Full citation:** Todd Gamblin, Alec Scott, Massimiliano Culpo, Adam Stewart, Harmen Stoppels, and Michael Kuhn. Managing HPC Software Complexity with Spack. -Supercomputing 2024 (SC24), Atlanta, GA, November 18, 2024. +ISC High Performance 2025 (ISC25), Hamburg, Germany, June 13, 2024. .. _video: @@ -48,8 +49,8 @@ You can invoke .. code-block:: console - $ docker pull ghcr.io/spack/tutorial:sc24 - $ docker run -it ghcr.io/spack/tutorial:sc24 + $ docker pull ghcr.io/spack/tutorial:isc25 + $ docker run -it ghcr.io/spack/tutorial:isc25 to start using the container. You should now be ready to run through our demo scripts: From 2c41411610a94f384ef4646d2d4fee84b26a1c4b Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Fri, 13 Jun 2025 12:40:22 +0200 Subject: [PATCH 2/2] 2024 -> 2025 --- index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.rst b/index.rst index d27024c673..5157318920 100644 --- a/index.rst +++ b/index.rst @@ -10,7 +10,7 @@ Tutorial: Spack 101 This is an introduction to Spack with lectures and live demos. It was last presented at the `ISC High Performance 25 Conference `_ -June 13, 2024. +June 13, 2025. The event was a half-day 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. @@ -29,7 +29,7 @@ You can use these materials to teach a course on Spack at your own site, or you **Full citation:** Todd Gamblin, Alec Scott, Massimiliano Culpo, Adam Stewart, Harmen Stoppels, and Michael Kuhn. Managing HPC Software Complexity with Spack. -ISC High Performance 2025 (ISC25), Hamburg, Germany, June 13, 2024. +ISC High Performance 2025 (ISC25), Hamburg, Germany, June 13, 2025. .. _video: