docs: fix spack install debug arg order (#20428)
This commit is contained in:
parent
3ff600b1cf
commit
3840c0ac45
@ -133,8 +133,7 @@ dependencies first. It then fetches the ``mpileaks`` tarball, expands
|
|||||||
it, verifies that it was downloaded without errors, builds it, and
|
it, verifies that it was downloaded without errors, builds it, and
|
||||||
installs it in its own directory under ``$SPACK_ROOT/opt``. You'll see
|
installs it in its own directory under ``$SPACK_ROOT/opt``. You'll see
|
||||||
a number of messages from Spack, a lot of build output, and a message
|
a number of messages from Spack, a lot of build output, and a message
|
||||||
that the package is installed. Add one or more debug options (``-d``)
|
that the package is installed.
|
||||||
to get increasingly detailed output.
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -151,8 +150,8 @@ to get increasingly detailed output.
|
|||||||
The last line, with the ``[+]``, indicates where the package is
|
The last line, with the ``[+]``, indicates where the package is
|
||||||
installed.
|
installed.
|
||||||
|
|
||||||
Add the debug option -- ``spack install -d mpileaks`` -- to get additional
|
Add the Spack debug option (one or more times) -- ``spack -d install
|
||||||
output.
|
mpileaks`` -- to get additional (and even more verbose) output.
|
||||||
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Building a specific version
|
Building a specific version
|
||||||
|
Loading…
Reference in New Issue
Block a user