Skip to content

Commit

Permalink
Fix links in system docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Jan 1, 2024
1 parent 6cf6bfc commit 6315e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/add-a-system-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ spack section in the `Ramble configuration file
4. Optionally, one can add more information about the software installed on the system
by adding Spack config files in ``benchpark/configs/${SYSTEM}/auxiliary_software_files/``.

- `compilers.yaml <https://spack.readthedocs.io/en/latest/getting_started.html#compiler-config>`_ defines the compilers installed on the system.
- `packages.yaml <https://spack.readthedocs.io/en/latest/build_settings.html#package-settings-packages-yaml>`_ defines the pre-installed packages (e.g., system MPI) on the system. One way to populate this list is to find available external packages: `spack external <https://spack.readthedocs.io/en/v0.21.0/command_index.html#spack-external>`.
- ``compilers.yaml`` defines the `compilers <https://spack.readthedocs.io/en/latest/getting_started.html#compiler-config>`_ installed on the system.
- ``packages.yaml`` defines the pre-installed `packages <https://spack.readthedocs.io/en/latest/build_settings.html#package-settings-packages-yaml>`_ (e.g., system MPI) on the system. One way to populate this list is to find available external packages: `spack external <https://spack.readthedocs.io/en/v0.21.0/command_index.html#spack-external>`_.

0 comments on commit 6315e43

Please sign in to comment.