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
This commit is contained in:
Harmen Stoppels
2020-08-04 01:16:18 +02:00
committed by GitHub
parent a67a0e3181
commit 827ca72c26
2 changed files with 7 additions and 7 deletions

View File

@@ -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.