diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-12 09:44:47 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-12 09:44:47 -0600 |
commit | 2efaf1b6f780e1701e10b1268c1d5b33790b69ae (patch) | |
tree | c14371e4d070f70804359230a7b1ca2304c9ff20 /lib | |
parent | d079a5c73ef553e209422be9536206365d098d3a (diff) | |
download | spack-2efaf1b6f780e1701e10b1268c1d5b33790b69ae.tar.gz spack-2efaf1b6f780e1701e10b1268c1d5b33790b69ae.tar.bz2 spack-2efaf1b6f780e1701e10b1268c1d5b33790b69ae.tar.xz spack-2efaf1b6f780e1701e10b1268c1d5b33790b69ae.zip |
docs: update tutorial slide link for SC18
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/tutorial.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/spack/docs/tutorial.rst b/lib/spack/docs/tutorial.rst index 28a5353111..c41f8c87d2 100644 --- a/lib/spack/docs/tutorial.rst +++ b/lib/spack/docs/tutorial.rst @@ -10,8 +10,8 @@ Tutorial: Spack 101 ============================= This is a full-day introduction to Spack with lectures and live demos. It -was presented as a tutorial at `Supercomputing 2017 -<http://sc17.supercomputing.org>`_. You can use these materials to teach +was presented as a tutorial at `Supercomputing 2018 +<http://sc18.supercomputing.org>`_. 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. @@ -20,18 +20,18 @@ the live demo scripts to see how Spack is used in practice. .. rubric:: Slides .. figure:: tutorial/sc16-tutorial-slide-preview.png - :target: http://spack.io/slides/Spack-SC17-Tutorial.pdf + :target: http://spack.io/slides/Spack-SC18-Tutorial.pdf :height: 72px :align: left :alt: Slide Preview -`Download Slides <http://spack.io/slides/Spack-SC17-Tutorial.pdf>`_. +`Download Slides <http://spack.io/slides/Spack-SC18-Tutorial.pdf>`_. -**Full citation:** Todd Gamblin, Massimiliano Culpo, Gregory Becker, Matt -Legendre, Greg Lee, Elizabeth Fischer, and Benedikt Hegner. +**Full citation:** Todd Gamblin, Gregory Becker, Massimiliano Culpo, Matt +Legendre, Mario Melara, Peter Scheibel, and Adam Stewart. `Managing HPC Software Complexity with Spack -<http://sc17.supercomputing.org/presentation/?id=tut151&sess=sess233>`_. -Tutorial presented at Supercomputing 2017. November 13, 2017, Denver, CO, USA. +<https://sc18.supercomputing.org/presentation/?id=tut165&sess=sess252>`_. +Tutorial presented at Supercomputing 2018. November 12, 2018, Dallas, TX, USA. .. _sc16-live-demos: |