Skip to content

Commit

Permalink
Initial commit for SC24
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 14, 2024
1 parent bf7a470 commit e541ba2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _spack_root
Submodule _spack_root updated 10861 files
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:hpcic24
docker run -it ghcr.io/spack/tutorial:sc24

and then set Spack up like this::

Expand Down
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get remove -y gcc-12

# Download the buildcache
RUN mkdir /mirror
RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/v0.22.1/tutorial /mirror
RUN aws --region us-east-1 --no-sign-request s3 sync --only-show-errors s3://spack-binaries/v0.23.0/tutorial /mirror

RUN chmod -R go+r /mirror

Expand Down
22 changes: 11 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 `HPCIC 2024 HPC Tutorials
<https://hpcic.llnl.gov/tutorials/2024-hpc-tutorials>`_, August 6th, 2024. The event was
two online half-day tutorials.
the `SC24
<https://sc24.conference-program.com/presentation/?id=tut182&sess=sess422>`_, November 18th, 2024.
The event was a full day tutorial.

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

.. rubric:: Slides

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

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

**Full citation:** Todd Gamblin, Gregory Becker, Alec Scott.
Managing HPC Software Complexity with Spack.
HPCIC Tutorials 2024,
Livermore, California. July 22, 2024.
Supercomputing 2024 (SC24), Atlanta, GA.
November 18, 2024.

.. _video:

.. rubric:: Video

The recording of the virtual event is available in two parts:
A recording of our previous virtual tutorial is available in two parts:

.. raw:: html

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

.. code-block:: console
$ docker pull ghcr.io/spack/tutorial:hpcic24
$ docker run -it ghcr.io/spack/tutorial:hpcic24
$ docker pull ghcr.io/spack/tutorial:sc24
$ docker run -it ghcr.io/spack/tutorial:sc24
to start using the container. You should now be ready to run through our demo scripts:

Expand Down

0 comments on commit e541ba2

Please sign in to comment.