Skip to content

Commit

Permalink
Update index for SC21
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Nov 14, 2021
1 parent a9f6cd6 commit aeaf31d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
Binary file added _static/slides/spack-sc21-tutorial-slides.pdf
Binary file not shown.
29 changes: 14 additions & 15 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
Tutorial: Spack 101
===================

This is a full-day introduction to Spack with lectures and live demos. It was last presented as a
virtual event at the 2021 `Practice & Experience in Advanced Research Computing (PEARC'21)
conference <https://pearc.acm.org/pearc21/>`_.
This is a full-day introduction to Spack with lectures and live demos. It was last presented at
`Supercomputing 2021 -<https://sc21.supercomputing.org/>`_ on November 14, 2021.

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
Expand All @@ -22,16 +21,17 @@ Spack is used in practice.
.. rubric:: Slides

.. image:: tutorial/images/ecp21-tutorial-slide-preview.png
:target: _static/slides/spack-pearc21-tutorial-slides.pdf
:target: _static/slides/spack-sc21-tutorial-slides.pdf
:height: 72px
:align: left
:alt: Slide Preview

:download:`Download Slides <_static/slides/spack-pearc21-tutorial-slides.pdf>`.
:download:`Download Slides <_static/slides/spack-sc21-tutorial-slides.pdf>`.

**Full citation:** Gregory Becker, Robert Blake, Massimiliano Culpo, Tammy Dahlgren, Adam Stewart,
and Todd Gamblin. Managing HPC Software Complexity with Spack. Practice & Experience in Advanced
Research Computing (PEARC'21). Virtual event. July 19, 2021.
**Full citation:** Gregory Becker, Robert Blake, Massimiliano Culpo, Tamara Dahlgren
Adam Stewart, Peter Scheibel, Harmen Stoppels, and Todd Gamblin. Managing HPC Software
Complexity with Spack. Tutorial presented at Supercomputing 2021 (SC'21). November
14, 2021. St. Louis, MO, USA.

.. _live-demos:

Expand All @@ -41,16 +41,15 @@ We provide scripts that take you step-by-step through basic Spack tasks.
They correspond to sections in the slides above. You can use one of the
following methods to run through the scripts:

1. We provide the `spack/tutorial
<https://hub.docker.com/r/spack/tutorial>`_ container image on
Docker Hub that you can use to do the tutorial on your local
machine. You can invoke ``docker run -it spack/tutorial`` to start
using the container.

2. When we host the tutorial, we also provision VM instances in `AWS
1. When we host the tutorial, we provision VM instances in `AWS
<https://aws.amazon.com/>`_, so that users who are unfamiliar with
Docker can simply log into a VPM to do the demo exercises.

2. We also provide the `spack/tutorial <https://hub.docker.com/r/spack/tutorial>`_
container image on Docker Hub that you can use to do the tutorial on your local
machine. You can invoke ``docker run -it spack/tutorial`` to start using the
container.

You should now be ready to run through our demo scripts:

#. :ref:`basics-tutorial`
Expand Down

0 comments on commit aeaf31d

Please sign in to comment.