You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Tutorial: Spack 101
9
9
===================
10
10
11
11
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.
13
13
The event was full day in-person tutorial.
14
14
15
15
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
Copy file name to clipboardExpand all lines: tutorial_developer_workflows.rst
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,10 +163,6 @@ So how does Spack determine the value of the ``dev_path`` variant?
163
163
By default, the source code is downloaded into a subdirectory of the environment using Spack's staging functionality.
164
164
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``.
165
165
166
-
167
-
.. literalinclude:: outputs/dev/develop-conc.out
168
-
:language: console
169
-
170
166
Now that we have this done, we tell Spack to rebuild both ``scr`` and ``macsio`` by running ``spack install``.
0 commit comments