Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial changes for HPCIC 2024 Tutorial #388

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/slides/spack-hpcic24-tutorial-slides.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion common/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you have not done the prior sections, you'll need to start the docker image::

docker run -it ghcr.io/spack/tutorial:pearc24
docker run -it ghcr.io/spack/tutorial:hpcic24

and then set Spack up like this::

Expand Down
23 changes: 12 additions & 11 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Tutorial: Spack 101
===================

This is an introduction to Spack with lectures and live demos. It was last presented at
the `PEARC24 Conference
<https://web.cvent.com/event/f318e73c-2230-432a-a044-b75625020543/websitePage:afd80266-008e-414b-9f94-2fd9b4dd1924?session=d0fb54b7-0598-44c8-a89c-7ff414d510f4>`_, July
22, 2024. The event was a full-day tutorial.
the `HPCIC 2024 HPC Tutorials
<https://hpcic.llnl.gov/tutorials/2024-hpc-tutorials>`_, August 6th, 2024. The event was
two online half-day tutorials.

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,17 +22,18 @@ Spack is used in practice.

.. rubric:: Slides

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

:download:`Download Slides <_static/slides/spack-pearc24-tutorial-slides.pdf>`.
:download:`Download Slides <_static/slides/spack-hpcic24-tutorial-slides.pdf>`.

**Full citation:** Gregory Becker, Alec Scott. Managing HPC Software Complexity with Spack.
Practice and Experience in Advanced Research Computing 2024 (PEARC24),
Providence, Rhode Island. July 22, 2024.
**Full citation:** Todd Gamblin, Gregory Becker, Alec Scott.
Managing HPC Software Complexity with Spack.
HPCIC Tutorials 2024,
Livermore, California. July 22, 2024.

.. _video:

Expand All @@ -53,8 +54,8 @@ container image. You can invoke

.. code-block:: console

$ docker pull ghcr.io/spack/tutorial:pearc24
$ docker run -it ghcr.io/spack/tutorial:pearc24
$ docker pull ghcr.io/spack/tutorial:hpcic24
$ docker run -it ghcr.io/spack/tutorial:hpcic24

to start using the container. You should now be ready to run through our demo scripts:

Expand Down
4 changes: 1 addition & 3 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ spack:
- [email protected]
- graphviz
- py-codespell
view: view


view: true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.