diff options
author | Jack Morrison <32687739+jack-morrison@users.noreply.github.com> | 2023-01-16 08:52:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 14:52:08 +0100 |
commit | add8022490ac4f05e253bbc0af86be97196df315 (patch) | |
tree | 1c395cce223831bd29f893f055f4295b55af292b /lib | |
parent | 645faad37977708bad97c7337e9625a93898ce94 (diff) | |
download | spack-add8022490ac4f05e253bbc0af86be97196df315.tar.gz spack-add8022490ac4f05e253bbc0af86be97196df315.tar.bz2 spack-add8022490ac4f05e253bbc0af86be97196df315.tar.xz spack-add8022490ac4f05e253bbc0af86be97196df315.zip |
Fix incorrect configuration file name in docs (#34925)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/build_settings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/build_settings.rst b/lib/spack/docs/build_settings.rst index 900a612c4c..b48490742e 100644 --- a/lib/spack/docs/build_settings.rst +++ b/lib/spack/docs/build_settings.rst @@ -272,7 +272,7 @@ Selection of the target microarchitectures ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The options under the ``targets`` attribute control which targets are considered during a solve. -Currently the options in this section are only configurable from the ``concretization.yaml`` file +Currently the options in this section are only configurable from the ``concretizer.yaml`` file and there are no corresponding command line arguments to enable them for a single solve. The ``granularity`` option can take two possible values: ``microarchitectures`` and ``generic``. |