Skip to content

Commit 4fa6300

Browse files
authored
Merge branch 'main' into dependabot/pip/urllib3-2.6.3
2 parents 081288a + 1f65359 commit 4fa6300

5 files changed

Lines changed: 8 additions & 104 deletions

File tree

7.08 MB
Binary file not shown.

index.rst

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

1111
This is an introduction to Spack with lectures and live demos.
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.
12+
It was last presented at the `SCA/HPCAsia 2026 Conference <https://www.sca-hpcasia2026.jp>`_ Conference on January 26, 2026.
1313
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.
@@ -19,16 +19,17 @@ You can use these materials to teach a course on Spack at your own site, or you
1919
.. rubric:: Slides
2020

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

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

29-
**Full citation:** Todd Gamblin, Greg Becker, Alec Scott, Kathleen Shea, Caetano Melone, Phil Sakievich.
29+
**Full citation:** Gregory Becker, Kathleen Shea, and Todd Gamblin.
3030
Managing HPC Software Complexity with Spack.
31-
The International Conference for High Performance Computing, Networking, Storage, and Analysis (SC25), Saint Louis, Missouri, November 17, 2025.
31+
SCA/HPCAsia 2026.
32+
Osaka, Japan, January 26-29, 2026.
3233

3334
.. _video:
3435

outputs/dev/develop-conc.out

Lines changed: 0 additions & 93 deletions
This file was deleted.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ sphinx-sitemap==2.8.0
1010
git+https://github.com/haampie/furo.git@c1d161cb9e04b481ec3331db981aacfa132ecaa6#egg=furo
1111
python-levenshtein==0.27.1
1212
docutils==0.21.2
13-
pygments==2.19.2
13+
pygments==2.20.0
1414
urllib3==2.6.3
1515
pytest==8.4.2
1616
isort==6.0.1
17-
black==25.1.0
17+
black==26.3.1
1818
flake8==7.3.0
1919
mypy==1.18.1
2020
ruamel.yaml==0.18.15

tutorial_developer_workflows.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ So how does Spack determine the value of the ``dev_path`` variant?
163163
By default, the source code is downloaded into a subdirectory of the environment using Spack's staging functionality.
164164
You can change the location of this source directory by modifying the ``path:`` attribute of the develop configuration in the environment or by passing the ``--path`` options when calling ``spack develop``.
165165

166-
167-
.. literalinclude:: outputs/dev/develop-conc.out
168-
:language: console
169-
170166
Now that we have this done, we tell Spack to rebuild both ``scr`` and ``macsio`` by running ``spack install``.
171167

172168
.. literalinclude:: outputs/dev/develop-2.out

0 commit comments

Comments
 (0)