99Tutorial: Spack 101
1010===================
1111
12- This is a full-day introduction to Spack with lectures and live demos. It was last presented as a
13- virtual event at the 2021 `Practice & Experience in Advanced Research Computing (PEARC'21)
14- conference <https://pearc.acm.org/pearc21/> `_.
12+ This is a full-day introduction to Spack with lectures and live demos. It was last presented at
13+ `Supercomputing 2021 -<https://sc21.supercomputing.org/> `_ on November 14, 2021.
1514
1615You can use these materials to teach a course on Spack at your own site,
1716or you can just skip ahead and read the live demo scripts to see how
@@ -22,16 +21,17 @@ Spack is used in practice.
2221.. rubric :: Slides
2322
2423.. image :: tutorial/images/ecp21-tutorial-slide-preview.png
25- :target: _static/slides/spack-pearc21 -tutorial-slides.pdf
24+ :target: _static/slides/spack-sc21 -tutorial-slides.pdf
2625 :height: 72px
2726 :align: left
2827 :alt: Slide Preview
2928
30- :download: `Download Slides <_static/slides/spack-pearc21 -tutorial-slides.pdf >`.
29+ :download: `Download Slides <_static/slides/spack-sc21 -tutorial-slides.pdf >`.
3130
32- **Full citation: ** Gregory Becker, Robert Blake, Massimiliano Culpo, Tammy Dahlgren, Adam Stewart,
33- and Todd Gamblin. Managing HPC Software Complexity with Spack. Practice & Experience in Advanced
34- Research Computing (PEARC'21). Virtual event. July 19, 2021.
31+ **Full citation: ** Gregory Becker, Robert Blake, Massimiliano Culpo, Tamara Dahlgren
32+ Adam Stewart, Peter Scheibel, Harmen Stoppels, and Todd Gamblin. Managing HPC Software
33+ Complexity with Spack. Tutorial presented at Supercomputing 2021 (SC'21). November
34+ 14, 2021. St. Louis, MO, USA.
3535
3636.. _live-demos :
3737
@@ -41,16 +41,15 @@ We provide scripts that take you step-by-step through basic Spack tasks.
4141They correspond to sections in the slides above. You can use one of the
4242following methods to run through the scripts:
4343
44- 1. We provide the `spack/tutorial
45- <https://hub.docker.com/r/spack/tutorial> `_ container image on
46- Docker Hub that you can use to do the tutorial on your local
47- machine. You can invoke ``docker run -it spack/tutorial `` to start
48- using the container.
49-
50- 2. When we host the tutorial, we also provision VM instances in `AWS
44+ 1. When we host the tutorial, we provision VM instances in `AWS
5145 <https://aws.amazon.com/> `_, so that users who are unfamiliar with
5246 Docker can simply log into a VPM to do the demo exercises.
5347
48+ 2. We also provide the `spack/tutorial <https://hub.docker.com/r/spack/tutorial >`_
49+ container image on Docker Hub that you can use to do the tutorial on your local
50+ machine. You can invoke ``docker run -it spack/tutorial `` to start using the
51+ container.
52+
5453You should now be ready to run through our demo scripts:
5554
5655 #. :ref: `basics-tutorial `
0 commit comments