From 14902a582143985f337993152c2298f6c31645a1 Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Mon, 7 Feb 2022 13:26:20 +0100 Subject: intel-mkl: BLACS with intel-oneapi-mpi (#28476) Identify the correct BLACS libaries when `intel-oneapi-mpi` is used. --- lib/spack/spack/build_systems/intel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/spack/spack/build_systems/intel.py b/lib/spack/spack/build_systems/intel.py index 8eb7913470..1cf7923fb4 100644 --- a/lib/spack/spack/build_systems/intel.py +++ b/lib/spack/spack/build_systems/intel.py @@ -832,6 +832,7 @@ class IntelPackage(PackageBase): '^cray-mpich' in spec_root or '^mvapich2' in spec_root or '^intel-mpi' in spec_root or + '^intel-oneapi-mpi' in spec_root or '^intel-parallel-studio' in spec_root): blacs_lib = 'libmkl_blacs_intelmpi' elif '^mpt' in spec_root: -- cgit v1.2.3-70-g09d2