diff options
author | Greg Becker <becker33@llnl.gov> | 2020-03-19 15:11:50 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-03-20 11:47:10 -0700 |
commit | 30b4704522316263fff07fc75146f0a7a6dc7952 (patch) | |
tree | d8c1dba87853c075b334bc301ea16667acafaf99 /COPYRIGHT | |
parent | 09e13cf7cf0327bb35a9b3d4e7c7ad64ea4a3076 (diff) | |
download | spack-30b4704522316263fff07fc75146f0a7a6dc7952.tar.gz spack-30b4704522316263fff07fc75146f0a7a6dc7952.tar.bz2 spack-30b4704522316263fff07fc75146f0a7a6dc7952.tar.xz spack-30b4704522316263fff07fc75146f0a7a6dc7952.zip |
Cray bugfix: TERM missing while reading default target (#15381)
Bug: Spack hangs on some Cray machines
Reason: The TERM environment variable is necessary to run bash -lc "echo $CRAY_CPU_TARGET", but we run that command within env -i, which wipes the environment.
Fix: Manually forward the TERM environment variable to env -i /bin/bash -lc "echo $CRAY_CPU_TARGET"
Diffstat (limited to 'COPYRIGHT')
0 files changed, 0 insertions, 0 deletions