summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2020-08-04 01:16:18 +0200
committerGitHub <noreply@github.com>2020-08-03 16:16:18 -0700
commit827ca72c2691622326d262f364448b8a715cd85b (patch)
tree8a95bedf201f37cb35b96cb9ff0e905cc0524eca /lib/spack/docs/getting_started.rst
parenta67a0e3181a012fd11de5a53e50b1e5ef9be1512 (diff)
downloadspack-827ca72c2691622326d262f364448b8a715cd85b.tar.gz
spack-827ca72c2691622326d262f364448b8a715cd85b.tar.bz2
spack-827ca72c2691622326d262f364448b8a715cd85b.tar.xz
spack-827ca72c2691622326d262f364448b8a715cd85b.zip
Fix docs about containers on cray (#17431)
* For detecting Cray: CRAYPE_VERSION is not used, but MODULEPATH * Fix typo and write Cray with a capital
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 7b908465f5..550f2509e6 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -1247,6 +1247,6 @@ environment variables may be propagated into containers that are not
using the Cray programming environment.
To ensure that Spack does not autodetect the Cray programming
-environment, unset the environment variable ``CRAYPE_VERSION``. This
+environment, unset the environment variable ``MODULEPATH``. This
will cause Spack to treat a linux container on a Cray system as a base
linux distro.