diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2019-05-09 20:54:05 -0500 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-05-10 10:54:05 +0900 |
commit | c752af098d6f70005b5bf178bb49d5cb1f709f85 (patch) | |
tree | 25f86441f46f4297d63e27372e8ee90bcdd033ed /.github/ISSUE_TEMPLATE/bug_report.md | |
parent | 3d3cea1c870b9be391437023163ed2608e8121a1 (diff) | |
download | spack-c752af098d6f70005b5bf178bb49d5cb1f709f85.tar.gz spack-c752af098d6f70005b5bf178bb49d5cb1f709f85.tar.bz2 spack-c752af098d6f70005b5bf178bb49d5cb1f709f85.tar.xz spack-c752af098d6f70005b5bf178bb49d5cb1f709f85.zip |
Intel packages: multiple installs and optional scalapack libs (#11384)
Add fixes to support multiple installs and dependents using a subset
of IntelPackage functionality.
* Update IntelPackage to only return scalapack libraries if the root
spec depends on MPI: scalapack requires MPI to be mentioned as a
dependency in the DAG. Package builds using intel-mkl for its
blas/lapack implementations but not for scalapack were failing to
build.
Ideally it would be possible to ask if any of the packages in the
DAG are actually requesting the scalapack functionality provided by
the IntelPackage and only return scalapack libs in that case, but
that is not easily done at this time.
Fixes #11314
Fixes #11289
* set HOME when the intel silent installer is run. This prevents the
installer from using the ~/intel directory (which can cause
conflicts for multiple installs of the same IntelPackage)
Fixes #9713
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
0 files changed, 0 insertions, 0 deletions