Skip to content

Commit 1def1ac

Browse files
authored
Setup: update to v1.0, hpcic; add a spack tutorial warning (#470)
* Setup: update to v1.0, hpcic; add a spack tutorial warning * Rephrase warning Signed-off-by: tldahlgren <dahlgren1@llnl.gov> --------- Signed-off-by: tldahlgren <dahlgren1@llnl.gov>
1 parent df54dc9 commit 1def1ac

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

common/setup.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

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

5-
docker run -it ghcr.io/spack/tutorial:pearc25
5+
docker run -it ghcr.io/spack/tutorial:hpcic25
66

77
and then set Spack up like this::
88

9-
git clone --depth=20 --branch=releases/v0.23 https://github.com/spack/spack
9+
git clone --depth=20 --branch=releases/v1.0 https://github.com/spack/spack
1010
. spack/share/spack/setup-env.sh
1111
spack tutorial -y
1212
spack bootstrap now
1313
spack compiler find
1414

15-
See the :ref:`basics-tutorial` for full details on setup. For more
16-
help, join us in the ``#tutorial`` channel on Slack -- get an
17-
invitation at `slack.spack.io <https://slack.spack.io/>`_
15+
See the :ref:`basics-tutorial` for full details on setup. For more help, join us in the ``#tutorial`` channel on Slack -- get an invitation at `slack.spack.io <https://slack.spack.io/>`_
16+
17+
.. warning::
18+
19+
The ``spack tutorial -y`` command is intended for use in a container or VM.
20+
Use with care in other environments since it replaces some configuration files in order to establish suitable settings for the tutorial.

0 commit comments

Comments
 (0)