Skip to content

Commit 39423d9

Browse files
committed
remove platform-specific scopes as they are (mostly) removed from spack
Signed-off-by: Gregory Becker <becker33@llnl.gov>
1 parent ac80d7c commit 39423d9

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

tutorial_configuration.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -120,26 +120,6 @@ An example use case is managing two sets of configurations, one for development
120120

121121
Settings specified on the command line have precedence over all other configuration scopes.
122122

123-
^^^^^^^^^^^^^^^^^^^^^^^^
124-
Platform-specific scopes
125-
^^^^^^^^^^^^^^^^^^^^^^^^
126-
127-
Some facilities manage multiple platforms from a single shared file system.
128-
In order to handle this, each of the configuration scopes listed above has two *sub-scopes*: platform-specific and platform-independent.
129-
For example, compiler settings can be stored in the following locations:
130-
131-
#. ``$ENVIRONMENT_ROOT/spack.yaml``
132-
#. ``~/.spack/<platform>/compilers.yaml``
133-
#. ``~/.spack/compilers.yaml``
134-
#. ``$SPACK_ROOT/etc/spack/<platform>/compilers.yaml``
135-
#. ``$SPACK_ROOT/etc/spack/compilers.yaml``
136-
#. ``/etc/spack/<platform>/compilers.yaml``
137-
#. ``/etc/spack/compilers.yaml``
138-
#. ``$SPACK_ROOT/etc/defaults/<platform>/compilers.yaml``
139-
#. ``$SPACK_ROOT/etc/defaults/compilers.yaml``
140-
141-
These files are listed in decreasing order of precedence, so files in ``~/.spack/<platform>`` will override settings in ``~/.spack``.
142-
143123
-----------
144124
YAML Format
145125
-----------

0 commit comments

Comments
 (0)