diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-06-16 12:35:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 12:35:12 +0200 |
commit | 45c65a255a53d0a5282ae79b7bf96359cea1bcb4 (patch) | |
tree | cab23302f15cb190686286c68d45ebffaafc15a2 /lib | |
parent | 3192318f364ef284b03fb05e8a58fe0753bdcad7 (diff) | |
download | spack-45c65a255a53d0a5282ae79b7bf96359cea1bcb4.tar.gz spack-45c65a255a53d0a5282ae79b7bf96359cea1bcb4.tar.bz2 spack-45c65a255a53d0a5282ae79b7bf96359cea1bcb4.tar.xz spack-45c65a255a53d0a5282ae79b7bf96359cea1bcb4.zip |
docs: update tutorial page for ISC19 tutorial (#11742)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/tutorial.rst | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/lib/spack/docs/tutorial.rst b/lib/spack/docs/tutorial.rst index d9e469cf5c..8939a3351f 100644 --- a/lib/spack/docs/tutorial.rst +++ b/lib/spack/docs/tutorial.rst @@ -10,28 +10,31 @@ Tutorial: Spack 101 ============================= This is a full-day introduction to Spack with lectures and live demos. -It was presented as a tutorial for staff at the `RIKEN Center for -Computational Science (R-CCS) -<http://www.riken.jp/en/research/labs/r-ccs/>`_. 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. +It was last presented at the `International Supercomputing Conference +<https://isc-hpc.com>`_ on June 16, 2019. That instance was a half day +tutorial, but the materials here include all the material you need for a +full day. + +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. .. _sc16-slides: .. rubric:: Slides .. figure:: tutorial/sc16-tutorial-slide-preview.png - :target: https://spack.io/slides/Spack-RIKEN19-Tutorial.pdf + :target: https://spack.io/slides/Spack-ISC19-Tutorial.pdf :height: 72px :align: left :alt: Slide Preview `Download Slides <https://spack.io/slides/Spack-RIKEN19-Tutorial.pdf>`_. -**Full citation:** Todd Gamblin, Gregory Becker, and Peter Scheibel. -Managing HPC Software Complexity with Spack. Tutorial presented at RIKEN -Center for Computational Science. April 23, 2019. Kobe, Japan. +**Full citation:** Todd Gamblin, Gregory Becker, Massimiliano Culpo, and +Michael Kuhn. Managing HPC Software Complexity with Spack. Tutorial +presented at International Supercomputing Conference (ISC'19). June 16, 2019. +Frankfurt, Germany. .. _sc16-live-demos: |