-
Notifications
You must be signed in to change notification settings - Fork 2.4k
spack load intel emits warnings #22775
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce the issue
$ spack load intel
==> Warning: Quotes in command arguments can confuse scripts like configure.
The following arguments may cause problems when executed:
source /dev/null &> /dev/null && python3 -c "import os, json; print(json.dumps(dict(os.environ)))"
Quotes aren't needed because spack doesn't use a shell.
Consider removing them
==> Warning: Quotes in command arguments can confuse scripts like configure.
The following arguments may cause problems when executed:
source /p/project/cjzam11/kitayama1/projects/spack/opt/spack/linux-centos8-zen2/gcc-10.2.0/intel-20.0.4-codjiizk7rkajeuwnuf7skdd6rg7ox3h/compilers_and_libraries_2020.4.304/linux/bin/compilervars.sh intel64 &> /dev/null && python3 -c "import os, json; print(json.dumps(dict(os.environ)))"
Quotes aren't needed because spack doesn't use a shell.
Consider removing themInformation on your system
Additional information
- I have run
spack debug reportand reported the version of Spack/Python/Platform - I have searched the issues of this repo and believe this is not a duplicate
- I have run the failing commands in debug mode and reported the output
Reactions are currently unavailable